2 Commits

Author SHA1 Message Date
99a3cad769 Update src/app/page.tsx 2026-03-06 11:23:18 +00:00
8b7ebe3244 Merge version_2 into main
Merge version_2 into main
2026-03-06 11:20:39 +00:00

View File

@@ -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={[