diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a58c46..faef457 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,30 +47,21 @@ export default function LandingPage() {
@@ -120,26 +95,18 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "LED Lighting Solutions", - price: "From $5", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-decorating-home_23-2150633317.jpg?_wi=1", - }, + id: "p1", name: "Electrical Wires", price: "Inquire for rates", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-fuses_169016-52227.jpg?_wi=1"}, { - id: "p2", - name: "Electric Wires & Cables", - price: "From $10", - imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-fuses_169016-52227.jpg?_wi=1", - }, + id: "p2", name: "Premium Switches", price: "Inquire for rates", imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-decorating-home_23-2150633317.jpg?_wi=1"}, { - id: "p3", - name: "Premium Ceiling Fans", - price: "From $50", - imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-52245.jpg?_wi=1", - }, + id: "p3", name: "LED Lighting Solutions", price: "Inquire for rates", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24226.jpg?_wi=1"}, + { + id: "p4", name: "Ceiling & Table Fans", price: "Inquire for rates", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-52245.jpg?_wi=1"}, + { + id: "p5", name: "Home Appliances", price: "Inquire for rates", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-light-switch-home_1398-1288.jpg"} ]} - title="Our Featured Products" - description="We offer a wide range of electrical wires, LED lights, fans, and home appliances for all your needs." + title="Our Electrical Products" + description="We offer a wide range of electrical wires, switches, LED lights, fans, and home appliances with expert installation support." />
@@ -149,37 +116,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - title: "Great Service", - quote: "Munna Enterprises helped me wire my entire home. Excellent quality!", - name: "Ramesh Kumar", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-light-switch-home_1398-1288.jpg", - }, + id: "1", title: "Great Service", quote: "Munna Enterprises helped me wire my entire home. Excellent quality!", name: "Ramesh Kumar", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-light-switch-home_1398-1288.jpg"}, { - id: "2", - title: "Very Helpful", - quote: "Found all the electrical parts I needed for my office upgrade. Great shop.", - name: "Anjali Sharma", - role: "Business Owner", - imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-fuses_169016-52227.jpg?_wi=2", - }, + id: "2", title: "Very Helpful", quote: "Found all the electrical parts I needed for my office upgrade. Great shop.", name: "Anjali Sharma", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-fuses_169016-52227.jpg?_wi=2"}, { - id: "3", - title: "Quality Fans", - quote: "Bought a high-quality fan here. Works perfectly and the price was fair.", - name: "Vikram Singh", - role: "Customer", - imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-52245.jpg?_wi=2", - }, + id: "3", title: "Quality Fans", quote: "Bought a high-quality fan here. Works perfectly and the price was fair.", name: "Vikram Singh", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-52245.jpg?_wi=2"}, { - id: "4", - title: "Expert Advice", - quote: "They really know their stuff. Saved me a lot of time on my repair job.", - name: "Priya Das", - role: "Electrician", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-decorating-home_23-2150633317.jpg?_wi=2", - }, + id: "4", title: "Expert Advice", quote: "They really know their stuff. Saved me a lot of time on my repair job.", name: "Priya Das", role: "Electrician", imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-decorating-home_23-2150633317.jpg?_wi=2"}, ]} title="Customer Reviews" description="See why our local community trusts Munna Enterprises." @@ -193,22 +136,14 @@ export default function LandingPage() { description="Have questions or need a product? Give us a call or visit the shop." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, ]} textarea={{ - name: "message", - placeholder: "How can we help you?", - required: true, + name: "message", placeholder: "How can we help you?", required: true, }} imageSrc="http://img.b2bpic.net/free-photo/blurred-people-ordering-food_1203-1611.jpg" mediaAnimation="slide-up" @@ -220,37 +155,23 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24226.jpg?_wi=2" columns={[ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { - label: "Home", - href: "#home", - }, + label: "Home", href: "#home"}, { - label: "Products", - href: "#products", - }, + label: "Products", href: "#products"}, { - label: "About", - href: "#about", - }, + label: "About Us", href: "#about"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "WhatsApp Us", - href: "https://wa.me/yournumber", - }, + label: "WhatsApp Us", href: "https://wa.me/yournumber"}, { - label: "Call Now", - href: "tel:+910000000000", - }, + label: "Call Now", href: "tel:+910000000000"}, ], }, ]}