diff --git a/locales/en.json b/locales/en.json index 46d7f3c..daa2ada 100644 --- a/locales/en.json +++ b/locales/en.json @@ -507,7 +507,7 @@ "rows": { "design": { "left": "Generic design", - "right": "Agent-branded page" + "right": "Agent-branded" }, "leadCapture": { "left": "No lead capture", @@ -523,7 +523,7 @@ }, "analytics": { "left": "Basic analytics", - "right": "Conversion analytics" + "right": "Better analytics" }, "look": { "left": "Looks cheap", diff --git a/public/images/phone.png b/public/images/phone.png new file mode 100644 index 0000000..fd697de Binary files /dev/null and b/public/images/phone.png differ diff --git a/src/app/[locale]/(main)/home/hero.tsx b/src/app/[locale]/(main)/home/hero.tsx index b7b4698..825c419 100644 --- a/src/app/[locale]/(main)/home/hero.tsx +++ b/src/app/[locale]/(main)/home/hero.tsx @@ -71,7 +71,7 @@ const Hero: React.FC = () => { {t("description")} @@ -115,7 +115,7 @@ const Hero: React.FC = () => {
@@ -132,7 +132,7 @@ const Hero: React.FC = () => { @@ -163,7 +163,7 @@ const Hero: React.FC = () => { @@ -182,7 +182,7 @@ const Hero: React.FC = () => { @@ -205,7 +205,7 @@ const Hero: React.FC = () => { diff --git a/src/app/providers.tsx b/src/app/providers.tsx index 8d5fa7f..896f859 100644 --- a/src/app/providers.tsx +++ b/src/app/providers.tsx @@ -1,5 +1,6 @@ "use client"; +import Script from "next/script"; import { ThemeProvider } from "next-themes"; import { Toaster } from "react-hot-toast"; import { IconCheck, IconX } from "@tabler/icons-react"; @@ -7,6 +8,21 @@ import { IconCheck, IconX } from "@tabler/icons-react"; const Providers: React.FC = ({ children }) => { return ( <> +