diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a1f4ad..d38a20f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Exclusive Collection" tagIcon={Sparkles} tagAnimation="slide-up" - background="radial-gradient" + background={{ variant: "radial-gradient" }} buttons={[ { text: "Explore Collection", href: "#products" }, { text: "Learn More", href: "#about" } @@ -54,8 +54,8 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2743.jpg", imageAlt: "Khushal Attires luxury collection hero" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-jacket-with-accesories_122409-41.jpg?_wi=1", imageAlt: "Premium silk fabric showcase" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-business-suit-by-brick-wall_1303-17692.jpg?_wi=1", imageAlt: "Elegant adult menswear collection" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-jacket-with-accesories_122409-41.jpg", imageAlt: "Premium silk fabric showcase" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-business-suit-by-brick-wall_1303-17692.jpg", imageAlt: "Elegant adult menswear collection" }, { imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-hat-shop_1303-19835.jpg", imageAlt: "Luxury brand mens clothing editorial" }, { imageSrc: "http://img.b2bpic.net/free-photo/slim-european-girl-playing-with-her-hair-while-posing-near-stairs_197531-7629.jpg", imageAlt: "Elegant premium mens fashion brand" }, { imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-male-browsing-mobile-phone_23-2148577343.jpg", imageAlt: "Luxury clothing brand lookbook" }, @@ -97,8 +97,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { id: 1, title: "Premium Fabrics", description: "Sourced from the finest mills worldwide, our fabrics ensure comfort and durability.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-jacket-with-accesories_122409-41.jpg?_wi=2", imageAlt: "Premium fabric texture" }, - { id: 2, title: "Expert Craftsmanship", description: "Each garment is tailored with precision by skilled artisans with decades of experience.", imageSrc: "http://img.b2bpic.net/free-photo/woman-business-suit-by-brick-wall_1303-17692.jpg?_wi=2", imageAlt: "Expert tailoring detail" } + { id: 1, title: "Premium Fabrics", description: "Sourced from the finest mills worldwide, our fabrics ensure comfort and durability.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-jacket-with-accesories_122409-41.jpg", imageAlt: "Premium fabric texture" }, + { id: 2, title: "Expert Craftsmanship", description: "Each garment is tailored with precision by skilled artisans with decades of experience.", imageSrc: "http://img.b2bpic.net/free-photo/woman-business-suit-by-brick-wall_1303-17692.jpg", imageAlt: "Expert tailoring detail" } ]} ariaLabel="Features section" /> @@ -113,7 +113,7 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[{ text: "Discover Our Heritage", href: "#" }]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/young-woman-clean-urban-environment_23-2149011416.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-clean-urban-environment_23-2149011416.jpg" imageAlt="Khushal Attires brand heritage" useInvertedBackground={false} ariaLabel="About Khushal Attires section" @@ -170,7 +170,7 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/young-woman-clean-urban-environment_23-2149011416.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-clean-urban-environment_23-2149011416.jpg" imageAlt="FAQ support section" mediaAnimation="slide-up" mediaPosition="right"