diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ea362e8..92d884b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,7 +11,7 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "ABAYAS - Premium Modest Fashion", description: "Discover timeless elegance and comfort with our premium collection of abayas. Crafted with the finest fabrics and attention to detail."}; + title: "Create Next App", description: "Generated by create next app"}; export default function RootLayout({ children, diff --git a/src/app/page.tsx b/src/app/page.tsx index 31eb27c..b5f4f2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { description="Discover timeless elegance and comfort with our premium collection of abayas. Crafted with the finest fabrics and attention to detail, each piece celebrates modest fashion with sophistication." background={{ variant: "sparkles-gradient" }} buttons={[ - { text: "Shop Collection", href: "#products" }, + { text: "Shop Now", href: "#products" }, { text: "Learn More", href: "#about" }, ]} layoutOrder="default" @@ -73,7 +73,7 @@ export default function LandingPage() { ]} title="Featured Collection" description="Explore our curated selection of premium abayas designed for every occasion" - tag="New Arrivals | 1000+ Happy Customers" + tag="New Arrivals" gridVariant="three-columns-all-equal-width" textboxLayout="default" animationType="slide-up"