diff --git a/app/contact-us/page.tsx b/app/contact-us/page.tsx
index c0834cd..b34d5e0 100644
--- a/app/contact-us/page.tsx
+++ b/app/contact-us/page.tsx
@@ -2,8 +2,15 @@ import ContactUsForm from "./form";
const ContactUs = () => {
return (
-
-
+
+
+
Unlock Your Growth Potential
+
+ Register for early access and a free consultation. Let's start winning
+ together.
+
+
+
diff --git a/app/layout.tsx b/app/layout.tsx
index 0338475..fc46448 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -25,11 +25,13 @@ function ContactInfo({
contact,
href,
ariaLabel,
+ contactIconSrc,
}: {
icon: string;
contact: string;
href?: string;
ariaLabel: string;
+ contactIconSrc?: string;
}) {
return (
@@ -43,12 +45,22 @@ function ContactInfo({
{href ? (
{contact}
) : (
-
{contact}
+
+ {!!contactIconSrc && (
+
+ )}
+ {contact}
+
)}
);
@@ -76,6 +88,7 @@ export default async function RootLayout({
icon: "/Location.svg",
contact: "Stockholm, Sweden",
ariaLabel: "Our location in Stockholm, Sweden",
+ contactIconSrc: "/sweden.svg",
},
];
@@ -116,7 +129,7 @@ export default async function RootLayout({
-
+
))}
diff --git a/app/page.tsx b/app/page.tsx
index 2b63b8f..1655fb0 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -47,7 +47,7 @@ export default function Home() {
return (
<>
-
+
$
12,345,678
@@ -167,7 +167,7 @@ export default function Home() {
-
+
The Opplens Advantage
diff --git a/public/Location.svg b/public/Location.svg
index fcd8555..940cf66 100644
--- a/public/Location.svg
+++ b/public/Location.svg
@@ -1,4 +1,4 @@
-