Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 008ea49d97 | |||
| 99a3cad769 | |||
| 8b7ebe3244 |
@@ -80,7 +80,7 @@ export default function LandingPage() {
|
|||||||
tagIcon={Zap}
|
tagIcon={Zap}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "residential", title: "Residential Repair", description: "Premium home appliance repair and maintenance for luxury kitchens. We handle all major brands with white-glove service.", tag: "Home Service", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-girl-make-coffee_176420-6088.jpg", imageAlt: "luxury home kitchen appliance repair service", buttons: [{ text: "Request Residential Service", href: "#request" }],
|
id: "residential", title: "Residential Repair", description: "Premium home appliance repair and maintenance for luxury kitchens. We handle all major brands with white-glove service.", tag: "Home Service", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-girl-make-coffee_176420-6088.jpg", imageAlt: "luxury home kitchen appliance repair service", buttons: [{ text: "Get Your Appliance Fixed Today", href: "#request" }],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "commercial", title: "Commercial & Restaurant Services", description: "Rapid response and minimized downtime for restaurants, hotels, and commercial kitchens. 24/7 emergency support available.", tag: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208296.jpg", imageAlt: "commercial restaurant kitchen appliance repair", buttons: [{ text: "Commercial Inquiry", href: "#commercial-contact" }],
|
id: "commercial", title: "Commercial & Restaurant Services", description: "Rapid response and minimized downtime for restaurants, hotels, and commercial kitchens. 24/7 emergency support available.", tag: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208296.jpg", imageAlt: "commercial restaurant kitchen appliance repair", buttons: [{ text: "Commercial Inquiry", href: "#commercial-contact" }],
|
||||||
@@ -90,22 +90,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="support" data-section="support">
|
|
||||||
<MetricCardThree
|
|
||||||
title="24/7 Emergency Support"
|
|
||||||
description="Elite Appliance Service is ready when you need us most."
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
animationType="blur-reveal"
|
|
||||||
metrics={[
|
|
||||||
{ id: "emergency", icon: AlertCircle, title: "Emergency", value: "Available" },
|
|
||||||
{ id: "response", icon: Zap, title: "Response", value: "4 Hours" },
|
|
||||||
{ id: "certified", icon: Shield, title: "Certified", value: "Factory" },
|
|
||||||
{ id: "warranty", icon: CheckCircle, title: "Warranty", value: "3 Years" },
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="brands" data-section="brands">
|
<div id="brands" data-section="brands">
|
||||||
<SocialProofOne
|
<SocialProofOne
|
||||||
title="Certified Luxury Brand Specialists"
|
title="Certified Luxury Brand Specialists"
|
||||||
@@ -152,6 +136,22 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="support" data-section="support">
|
||||||
|
<MetricCardThree
|
||||||
|
title="24/7 Emergency Support"
|
||||||
|
description="Elite Appliance Service is ready when you need us most."
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
animationType="blur-reveal"
|
||||||
|
metrics={[
|
||||||
|
{ id: "emergency", icon: AlertCircle, title: "Emergency", value: "Available" },
|
||||||
|
{ id: "response", icon: Zap, title: "Response", value: "4 Hours" },
|
||||||
|
{ id: "certified", icon: Shield, title: "Certified", value: "Factory" },
|
||||||
|
{ id: "warranty", icon: CheckCircle, title: "Warranty", value: "3 Years" },
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
columns={[
|
columns={[
|
||||||
|
|||||||
Reference in New Issue
Block a user