2 Commits

Author SHA1 Message Date
1df97ee606 Update src/app/page.tsx 2026-03-07 09:11:06 +00:00
1ad918a1b9 Update src/app/layout.tsx 2026-03-07 09:11:05 +00:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -46,8 +46,8 @@ export default function LandingPage() {
description="Timeless sustainable fashion for the conscious consumer. We craft premium clothing from organic materials with complete transparency in every step of production."
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Shop Collection", href: "#products" },
{ text: "Learn Our Story", href: "#about" }
{ text: "Shop with Confidence", href: "#products" },
{ text: "Free Returns", href: "#about" }
]}
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-clothes-shopping-store_1203-2233.jpg"
@@ -249,4 +249,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}