diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6dfbe49..4ddedc4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1422,4 +1422,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 59be214..439875b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file