diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b320f5..b3dd2e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSmallSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -42,7 +42,7 @@ export default function LandingPage() { @@ -154,20 +151,17 @@ export default function LandingPage() { { id: "womens-formal", label: "Formal", title: "Sophisticated Formal Wear", items: [ "Elegant silk blends", "Fine embroidered designs", "Rich color variations", "Premium finishing details" - ], - buttons: [{ text: "Explore", href: "#products" }] + ], buttons: [{ text: "Explore", href: "#products" }] }, { id: "womens-casual", label: "Casual", title: "Everyday Comfort Fabrics", items: [ "Soft cotton basics", "Printed lawn designs", "Vibrant color collections", "Easy to style and wear" - ], - buttons: [{ text: "Explore", href: "#products" }] + ], buttons: [{ text: "Explore", href: "#products" }] }, { id: "womens-traditional", label: "Traditional", title: "Timeless Cultural Fashion", items: [ "Premium lawn dupatta collections", "Ornate embroidery fabrics", "Silk unstitched pieces", "Heritage pattern designs" - ], - buttons: [{ text: "Explore", href: "#products" }] + ], buttons: [{ text: "Explore", href: "#products" }] } ]} /> @@ -187,20 +181,17 @@ export default function LandingPage() { { id: "summer-cotton", label: "Cotton", title: "Breathable Cotton Selection", items: [ "Ultra-light weight", "Maximum breathability", "Quick-dry properties", "Perfect for hot climates" - ], - buttons: [{ text: "Shop Now", href: "#products" }] + ], buttons: [{ text: "Shop Now", href: "#products" }] }, { id: "summer-lawn", label: "Lawn", title: "Vibrant Lawn Fabrics", items: [ "Crisp and cool texture", "Colorful prints available", "Ideal for summer outfits", "Comfortable all-day wear" - ], - buttons: [{ text: "Shop Now", href: "#products" }] + ], buttons: [{ text: "Shop Now", href: "#products" }] }, { id: "summer-linen", label: "Linen", title: "Premium Summer Linen", items: [ "Natural cooling effect", "Elegant and sophisticated", "Durable and long-lasting", "Perfect for summer elegance" - ], - buttons: [{ text: "Shop Now", href: "#products" }] + ], buttons: [{ text: "Shop Now", href: "#products" }] } ]} /> @@ -220,20 +211,17 @@ export default function LandingPage() { { id: "winter-wool", label: "Wool", title: "Premium Wool Blends", items: [ "Exceptional warmth", "Soft and comfortable", "Durable for multiple seasons", "Classic color options" - ], - buttons: [{ text: "Shop Now", href: "#products" }] + ], buttons: [{ text: "Shop Now", href: "#products" }] }, { id: "winter-silk", label: "Silk", title: "Luxurious Winter Silk", items: [ "Elegant and sophisticated", "Naturally insulating", "Premium sheen and texture", "Perfect for special occasions" - ], - buttons: [{ text: "Shop Now", href: "#products" }] + ], buttons: [{ text: "Shop Now", href: "#products" }] }, { id: "winter-velvet", label: "Velvet", title: "Luxe Velvet Collection", items: [ "Ultra-soft touch", "Rich deep colors", "Premium draping", "Ideal for formal winter wear" - ], - buttons: [{ text: "Shop Now", href: "#products" }] + ], buttons: [{ text: "Shop Now", href: "#products" }] } ]} /> @@ -251,23 +239,17 @@ export default function LandingPage() { { id: "retail", title: "Retail Order", price: "Standard Rate", period: "per yard", features: [ "Minimum 5 yards", "Standard shipping", "Quality guarantee", "Multiple fabric options" - ], - button: { text: "Order Now", href: "#contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/natural-white-cotton-crumpled-soft-fabric-texture-background-surface_640221-220.jpg?_wi=2" + ], button: { text: "Order Now", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/natural-white-cotton-crumpled-soft-fabric-texture-background-surface_640221-220.jpg?_wi=2" }, { id: "wholesale", title: "Wholesale", price: "15% Off", period: "100+ yards", features: [ "Minimum 100 yards", "Bulk discounts", "Free shipping", "Dedicated support" - ], - button: { text: "Get Quote", href: "#contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-monochromatic-colored-cloths_23-2148770292.jpg?_wi=2" + ], button: { text: "Get Quote", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-monochromatic-colored-cloths_23-2148770292.jpg?_wi=2" }, { id: "corporate", title: "Corporate Bulk", price: "25% Off", period: "500+ yards", features: [ "Minimum 500 yards", "Maximum discount", "Custom packaging", "Priority handling" - ], - button: { text: "Contact Sales", href: "#contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-silk-fabric-decoration_23-2148516034.jpg?_wi=2" + ], button: { text: "Contact Sales", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/elegant-silk-fabric-decoration_23-2148516034.jpg?_wi=2" } ]} />