Merge version_2 into main #5
@@ -67,6 +67,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
title="Innovation at Heart"
|
||||
description="Advanced features that set our solutions apart in the market."
|
||||
features={[
|
||||
{ title: "Energy Efficiency", description: "High-grade components that reduce power consumption.", imageSrc: "http://img.b2bpic.net/free-photo/yellow-electric-lightning-bolt-icon_53876-74655.jpg?_wi=2" },
|
||||
{ title: "Smart Integration", description: "Modern solutions for smart home connectivity.", imageSrc: "http://img.b2bpic.net/free-photo/email-messages-network-circuit-board-link-connection-technology_1379-885.jpg?_wi=2" }
|
||||
@@ -79,7 +80,9 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Premium Catalog"
|
||||
description="Browse our comprehensive range of high-quality electrical supplies."
|
||||
products={[
|
||||
{ id: "p1", name: "LED Spotlight", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/ceiling-light-lamp_1203-8530.jpg" },
|
||||
{ id: "p2", name: "Smart Thermostat", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-photo/hardhat-light-bulbs_23-2147743038.jpg" },
|
||||
@@ -90,9 +93,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
title="Client Success Stories"
|
||||
description="Read what our partners say about our services."
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "John Doe", date: "2024-05-12", title: "Great Quality", quote: "The best electrical hardware store in town.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg" }
|
||||
]}
|
||||
@@ -102,6 +106,9 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
title="Help & Support"
|
||||
description="Frequently asked questions regarding our services and shipping."
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "f1", title: "What is your shipping policy?", content: "We provide nationwide fast-track shipping on all orders over $100." },
|
||||
{ id: "f2", title: "Do you offer warranties?", content: "Yes, all our major products come with a 2-year warranty." }
|
||||
@@ -115,6 +122,8 @@ export default function LandingPage() {
|
||||
tag="Get in Touch"
|
||||
title="Start Your Project Today"
|
||||
description="Reach out to our experts for professional advice or wholesale inquiries."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Email Us", href: "mailto:info@madinaelectric.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user