From 39f5d3a4ac6160de70187e94c574b21a56c1f478 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:36:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ef67a4..9068f30 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,21 +48,22 @@ export default function LandingPage() { tag="Quality Since 1987" tagIcon={Zap} tagAnimation="slide-up" + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-vector/professional-gradient-lighting-installation-electrician-price-list_742173-13134.jpg" imageAlt="Anchor by Panasonic electrical products collection" mediaAnimation="slide-up" testimonials={[ { name: "Rajesh Kumar", handle: "Homeowner, Bangalore", testimonial: "Excellent quality products and reliable service. Transformed my home's electrical setup completely!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg" }, { name: "Priya Sharma", handle: "Interior Designer, Mumbai", testimonial: "I recommend Parameshwara Enterprises to all my clients. The products are premium and installation support is exceptional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-work_1098-3861.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-work_1098-3861.jpg" }, { name: "Amit Patel", handle: "Electrical Contractor, Pune", testimonial: "Competitive pricing, fast delivery, and outstanding customer service. Best supplier in the region!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-office-meeting_23-2148908968.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-office-meeting_23-2148908968.jpg" } ]} testimonialRotationInterval={5000} @@ -119,7 +120,7 @@ export default function LandingPage() { textboxLayout="default" products={[ { - id: "switches-1", name: "Anchor Roma Series Switches", price: "₹185", variant: "White | Multiple Designs", imageSrc: "http://img.b2bpic.net/free-vector/switch-ideas_1133-204.jpg?_wi=1", imageAlt: "Anchor Roma electrical switches" + id: "switches-1", name: "Anchor Roma Series Switches", price: "₹185", variant: "White | Multiple Designs", imageSrc: "http://img.b2bpic.net/free-vector/switch-ideas_1133-204.jpg", imageAlt: "Anchor Roma electrical switches" }, { id: "sockets-1", name: "Anchor Modular Sockets", price: "₹220", variant: "White | 16A Rating", imageSrc: "http://img.b2bpic.net/free-photo/triple-switches-blue-door-key-lock_169016-68876.jpg", imageAlt: "Anchor modular power sockets" @@ -128,7 +129,7 @@ export default function LandingPage() { id: "wiring-1", name: "Anchor Electrical Cables", price: "₹45/meter", variant: "1.5mm² to 6mm² | Various Lengths", imageSrc: "http://img.b2bpic.net/free-photo/electrical-panel-with-fuses-contactors-closeup_169016-51509.jpg", imageAlt: "Anchor electrical wiring cables" }, { - id: "switches-2", name: "Anchor Combi Switches", price: "₹320", variant: "White | Combination Designs", imageSrc: "http://img.b2bpic.net/free-vector/switch-ideas_1133-204.jpg?_wi=2", imageAlt: "Anchor combination electrical switches" + id: "switches-2", name: "Anchor Combi Switches", price: "₹320", variant: "White | Combination Designs", imageSrc: "http://img.b2bpic.net/free-vector/switch-ideas_1133-204.jpg", imageAlt: "Anchor combination electrical switches" } ]} gridVariant="two-columns-alternating-heights" @@ -151,7 +152,7 @@ export default function LandingPage() { textboxLayout="default" features={[ { - title: "Superior Durability", description: "Built to withstand daily use with premium materials and rigorous quality testing", imageSrc: "http://img.b2bpic.net/free-photo/electrician-overalls-focused-work-switchboard-with-fuses-using-tablet_169016-66404.jpg?_wi=1", imageAlt: "Product quality assurance testing" + title: "Superior Durability", description: "Built to withstand daily use with premium materials and rigorous quality testing", imageSrc: "http://img.b2bpic.net/free-photo/electrician-overalls-focused-work-switchboard-with-fuses-using-tablet_169016-66404.jpg", imageAlt: "Product quality assurance testing" }, { title: "Wide Product Range", description: "Complete selection of switches, sockets, and accessories for every electrical need", imageSrc: "http://img.b2bpic.net/free-photo/closeup-bubble-water-level-meter_53876-32414.jpg", imageAlt: "Diverse Anchor product collection" @@ -160,7 +161,7 @@ export default function LandingPage() { title: "Expert Support", description: "Professional installation guidance and technical support available throughout ownership", imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136875.jpg", imageAlt: "Professional customer support team" }, { - title: "International Standards", description: "ISI certified and compliant with all national and international electrical safety standards", imageSrc: "http://img.b2bpic.net/free-photo/electrician-overalls-focused-work-switchboard-with-fuses-using-tablet_169016-66404.jpg?_wi=2", imageAlt: "ISI certification and safety standards" + title: "International Standards", description: "ISI certified and compliant with all national and international electrical safety standards", imageSrc: "http://img.b2bpic.net/free-photo/electrician-overalls-focused-work-switchboard-with-fuses-using-tablet_169016-66404.jpg", imageAlt: "ISI certification and safety standards" } ]} gridVariant="four-items-2x2-equal-grid" @@ -177,13 +178,13 @@ export default function LandingPage() { -- 2.49.1