diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a95f2b..334d958 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumLargeSizeLargeTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Premium Doors" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Browse Collection", href: "#products" }, { text: "Request Consultation", href: "#contact" }, @@ -57,13 +57,13 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692169.jpg", imageAlt: "Modern glass entrance door with sleek frame"}, { - imageSrc: "http://img.b2bpic.net/free-photo/portraif-caucasian-woman-romantic-elegant-pink-long-dress-vacation-luxury-rich-villa-hotel-with-amazing-tropical-palm-trees-view-female-classic-white-hat_343596-2056.jpg?_wi=1", imageAlt: "Contemporary sliding glass door system"}, + imageSrc: "http://img.b2bpic.net/free-photo/portraif-caucasian-woman-romantic-elegant-pink-long-dress-vacation-luxury-rich-villa-hotel-with-amazing-tropical-palm-trees-view-female-classic-white-hat_343596-2056.jpg", imageAlt: "Contemporary sliding glass door system"}, { imageSrc: "http://img.b2bpic.net/free-photo/light-double-doors-soft-arch-calm-classic-entrance_169016-71090.jpg", imageAlt: "Classic wooden panel door with intricate details"}, { imageSrc: "http://img.b2bpic.net/free-photo/door-with-grey-chevron-pattern-yellow-house-stylish-number-eleven_169016-70816.jpg", imageAlt: "Industrial steel security door with modern finish"}, { - imageSrc: "http://img.b2bpic.net/free-photo/portraif-caucasian-woman-romantic-elegant-pink-long-dress-vacation-luxury-rich-villa-hotel-with-amazing-tropical-palm-trees-view-female-classic-white-hat_343596-2056.jpg?_wi=2", imageAlt: "Elegant bifold door opening to outdoor space"}, + imageSrc: "http://img.b2bpic.net/free-photo/portraif-caucasian-woman-romantic-elegant-pink-long-dress-vacation-luxury-rich-villa-hotel-with-amazing-tropical-palm-trees-view-female-classic-white-hat_343596-2056.jpg", imageAlt: "Elegant bifold door opening to outdoor space"}, ]} />