Merge version_4 into main #4

Merged
bender merged 2 commits from version_4 into main 2026-03-03 10:41:07 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1422,4 +1422,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -158,7 +158,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Contact Us", href: "#" },
{ text: "Chat with Fragrance Expert", href: "#" },
{ text: "Shop Now", href: "#products" }
]}
/>
@@ -201,4 +201,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}