diff --git a/src/app/page.tsx b/src/app/page.tsx index 9419b43..dfdf6eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="largeSmallSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -54,18 +54,18 @@ export default function LandingPage() { { text: "Get Best Price", href: "#contact" } ]} buttonAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/football-background-with-beer-white-tv_23-2147832134.jpg?_wi=1", imageAlt: "LG Premium LED TV" }, - { imageSrc: "http://img.b2bpic.net/free-photo/still-life-robotic-vacuum_23-2151108324.jpg?_wi=1", imageAlt: "LG Smart Washing Machine" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216698.jpg?_wi=1", imageAlt: "LG Modern Refrigerator" }, - { imageSrc: "http://img.b2bpic.net/free-vector/realistic-ventilation-template_1284-45259.jpg?_wi=1", imageAlt: "LG Air Conditioner" } + { imageSrc: "http://img.b2bpic.net/free-photo/football-background-with-beer-white-tv_23-2147832134.jpg", imageAlt: "LG Premium LED TV" }, + { imageSrc: "http://img.b2bpic.net/free-photo/still-life-robotic-vacuum_23-2151108324.jpg", imageAlt: "LG Smart Washing Machine" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216698.jpg", imageAlt: "LG Modern Refrigerator" }, + { imageSrc: "http://img.b2bpic.net/free-vector/realistic-ventilation-template_1284-45259.jpg", imageAlt: "LG Air Conditioner" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-vector/realistic-ventilation-template_1284-45259.jpg?_wi=2", imageAlt: "LG AC Unit" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216698.jpg?_wi=2", imageAlt: "LG Refrigerator" }, - { imageSrc: "http://img.b2bpic.net/free-photo/football-background-with-beer-white-tv_23-2147832134.jpg?_wi=2", imageAlt: "LG TV Product" }, - { imageSrc: "http://img.b2bpic.net/free-photo/still-life-robotic-vacuum_23-2151108324.jpg?_wi=2", imageAlt: "LG Washing Machine" } + { imageSrc: "http://img.b2bpic.net/free-vector/realistic-ventilation-template_1284-45259.jpg", imageAlt: "LG AC Unit" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216698.jpg", imageAlt: "LG Refrigerator" }, + { imageSrc: "http://img.b2bpic.net/free-photo/football-background-with-beer-white-tv_23-2147832134.jpg", imageAlt: "LG TV Product" }, + { imageSrc: "http://img.b2bpic.net/free-photo/still-life-robotic-vacuum_23-2151108324.jpg", imageAlt: "LG Washing Machine" } ]} carouselPosition="right" /> @@ -97,12 +97,12 @@ export default function LandingPage() { animationType="slide-up" gridVariant="three-columns-all-equal-width" products={[ - { id: "1", name: "LED TVs", price: "₹25,000 - ₹2,50,000", imageSrc: "http://img.b2bpic.net/free-photo/football-background-with-beer-white-tv_23-2147832134.jpg?_wi=3", imageAlt: "LG LED TV Collection" }, - { id: "2", name: "Washing Machines", price: "₹18,000 - ₹80,000", imageSrc: "http://img.b2bpic.net/free-photo/still-life-robotic-vacuum_23-2151108324.jpg?_wi=3", imageAlt: "LG Washing Machine Range" }, - { id: "3", name: "Refrigerators", price: "₹22,000 - ₹1,50,000", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216698.jpg?_wi=3", imageAlt: "LG Refrigerator Collection" }, - { id: "4", name: "Air Conditioners", price: "₹28,000 - ₹90,000", imageSrc: "http://img.b2bpic.net/free-vector/realistic-ventilation-template_1284-45259.jpg?_wi=3", imageAlt: "LG AC Unit Range" }, - { id: "5", name: "Microwaves", price: "₹8,000 - ₹35,000", imageSrc: "http://img.b2bpic.net/free-photo/football-background-with-beer-white-tv_23-2147832134.jpg?_wi=4", imageAlt: "LG Microwave Ovens" }, - { id: "6", name: "Home Appliances", price: "₹5,000 - ₹50,000", imageSrc: "http://img.b2bpic.net/free-photo/still-life-robotic-vacuum_23-2151108324.jpg?_wi=4", imageAlt: "LG Home Appliances" } + { id: "1", name: "LED TVs", price: "₹25,000 - ₹2,50,000", imageSrc: "http://img.b2bpic.net/free-photo/football-background-with-beer-white-tv_23-2147832134.jpg", imageAlt: "LG LED TV Collection" }, + { id: "2", name: "Washing Machines", price: "₹18,000 - ₹80,000", imageSrc: "http://img.b2bpic.net/free-photo/still-life-robotic-vacuum_23-2151108324.jpg", imageAlt: "LG Washing Machine Range" }, + { id: "3", name: "Refrigerators", price: "₹22,000 - ₹1,50,000", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216698.jpg", imageAlt: "LG Refrigerator Collection" }, + { id: "4", name: "Air Conditioners", price: "₹28,000 - ₹90,000", imageSrc: "http://img.b2bpic.net/free-vector/realistic-ventilation-template_1284-45259.jpg", imageAlt: "LG AC Unit Range" }, + { id: "5", name: "Microwaves", price: "₹8,000 - ₹35,000", imageSrc: "http://img.b2bpic.net/free-photo/football-background-with-beer-white-tv_23-2147832134.jpg", imageAlt: "LG Microwave Ovens" }, + { id: "6", name: "Home Appliances", price: "₹5,000 - ₹50,000", imageSrc: "http://img.b2bpic.net/free-photo/still-life-robotic-vacuum_23-2151108324.jpg", imageAlt: "LG Home Appliances" } ]} buttons={[ { text: "Call for Best Price", href: "tel:+919829010908" } @@ -119,10 +119,10 @@ export default function LandingPage() { useInvertedBackground={true} animationType="blur-reveal" features={[ - { id: "1", title: "Authorized LG Products", description: "100% authentic LG products with official warranty and after-sales support", tag: "Authentic", imageSrc: "http://img.b2bpic.net/free-photo/football-background-with-beer-white-tv_23-2147832134.jpg?_wi=5", buttons: [{ text: "Learn More", href: "#" }] }, - { id: "2", title: "Best Local Prices", description: "Competitive pricing guaranteed. We match or beat any authorized dealer's quote", tag: "Price Match", imageSrc: "http://img.b2bpic.net/free-photo/still-life-robotic-vacuum_23-2151108324.jpg?_wi=5", buttons: [{ text: "Get Quote", href: "tel:+919829010908" }] }, - { id: "3", title: "Expert Staff Guidance", description: "Our knowledgeable team helps you find the perfect product for your needs", tag: "Expert Help", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216698.jpg?_wi=4", buttons: [{ text: "Ask Expert", href: "tel:+919829010908" }] }, - { id: "4", title: "Fast Installation", description: "Professional installation within 24 hours of purchase in Jaipur area", tag: "Quick Service", imageSrc: "http://img.b2bpic.net/free-vector/realistic-ventilation-template_1284-45259.jpg?_wi=4", buttons: [{ text: "Schedule Now", href: "tel:+919829010908" }] } + { id: "1", title: "Authorized LG Products", description: "100% authentic LG products with official warranty and after-sales support", tag: "Authentic", imageSrc: "http://img.b2bpic.net/free-photo/football-background-with-beer-white-tv_23-2147832134.jpg", buttons: [{ text: "Learn More", href: "#" }] }, + { id: "2", title: "Best Local Prices", description: "Competitive pricing guaranteed. We match or beat any authorized dealer's quote", tag: "Price Match", imageSrc: "http://img.b2bpic.net/free-photo/still-life-robotic-vacuum_23-2151108324.jpg", buttons: [{ text: "Get Quote", href: "tel:+919829010908" }] }, + { id: "3", title: "Expert Staff Guidance", description: "Our knowledgeable team helps you find the perfect product for your needs", tag: "Expert Help", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216698.jpg", buttons: [{ text: "Ask Expert", href: "tel:+919829010908" }] }, + { id: "4", title: "Fast Installation", description: "Professional installation within 24 hours of purchase in Jaipur area", tag: "Quick Service", imageSrc: "http://img.b2bpic.net/free-vector/realistic-ventilation-template_1284-45259.jpg", buttons: [{ text: "Schedule Now", href: "tel:+919829010908" }] } ]} />