Merge version_6 into main #5

Merged
bender merged 2 commits from version_6 into main 2026-03-09 08:10:57 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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,

View File

@@ -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"