|
|
|
@@ -8,8 +8,8 @@ import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
|
|
|
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
|
|
|
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
|
|
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
|
|
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
|
|
|
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
|
|
|
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
|
|
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
|
|
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
|
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
|
|
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
|
|
|
import { Shield, Trophy, Car, Star, MapPin, Phone } from 'lucide-react';
|
|
|
|
import { Shield, Trophy, Car, Star, MapPin, Phone } from 'lucide-react';
|
|
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
export default function LandingPage() {
|
|
|
|
@@ -118,20 +118,17 @@ export default function LandingPage() {
|
|
|
|
animationType="slide-up"
|
|
|
|
animationType="slide-up"
|
|
|
|
plans={[
|
|
|
|
plans={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "festive", tag: "Festive Offer", price: "3,499", period: "AED", description: "Perfect for first-time protection. Limited time offer on our popular full body package.", button: { text: "Book Now", href: "#contact" },
|
|
|
|
id: "festive", tag: "Festive Offer", price: "3,499", period: "AED", description: "Perfect for first-time protection. Limited time offer on our popular full body package.", button: { text: "Book Now", href: "#contact" }, featuresTitle: "What's Included:", features: [
|
|
|
|
featuresTitle: "What's Included:", features: [
|
|
|
|
|
|
|
|
"Full Body PPF Application", "7.5 mil USA Thickness", "5-Year Warranty", "2 Free Premium Washes", "Professional Installation", "Invisible Edges Guarantee"
|
|
|
|
"Full Body PPF Application", "7.5 mil USA Thickness", "5-Year Warranty", "2 Free Premium Washes", "Professional Installation", "Invisible Edges Guarantee"
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "premium", tag: "Premium Package", price: "7,500", period: "AED", description: "Complete protection with extended warranty and premium maintenance. Our most comprehensive option.", button: { text: "Upgrade Now", href: "#contact" },
|
|
|
|
id: "premium", tag: "Premium Package", price: "7,500", period: "AED", description: "Complete protection with extended warranty and premium maintenance. Our most comprehensive option.", button: { text: "Upgrade Now", href: "#contact" }, featuresTitle: "What's Included:", features: [
|
|
|
|
featuresTitle: "What's Included:", features: [
|
|
|
|
|
|
|
|
"Full Body PPF Application", "8.5 mil USA Thickness", "10-Year Warranty", "2 Free Premium Washes", "Yearly Maintenance Package", "Ceramic Coating Option", "Interior Detailing", "Priority Support"
|
|
|
|
"Full Body PPF Application", "8.5 mil USA Thickness", "10-Year Warranty", "2 Free Premium Washes", "Yearly Maintenance Package", "Ceramic Coating Option", "Interior Detailing", "Priority Support"
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "summer", tag: "Summer Protection", price: "4,500", period: "AED", description: "Enhanced protection for extreme UAE heat and sun exposure. Includes ceramic coating for maximum shine.", button: { text: "Protect Now", href: "#contact" },
|
|
|
|
id: "summer", tag: "Summer Protection", price: "4,500", period: "AED", description: "Enhanced protection for extreme UAE heat and sun exposure. Includes ceramic coating for maximum shine.", button: { text: "Protect Now", href: "#contact" }, featuresTitle: "What's Included:", features: [
|
|
|
|
featuresTitle: "What's Included:", features: [
|
|
|
|
|
|
|
|
"Full Body PPF Application", "8.5 mil USA Thickness", "10-Year Warranty", "2 Free Premium Washes", "Ceramic Coating", "UV Protection Enhanced", "Heat Resistance Formula"
|
|
|
|
"Full Body PPF Application", "8.5 mil USA Thickness", "10-Year Warranty", "2 Free Premium Washes", "Ceramic Coating", "UV Protection Enhanced", "Heat Resistance Formula"
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@@ -211,55 +208,53 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<ContactCTA
|
|
|
|
<ContactCenter
|
|
|
|
tag="Get in Touch"
|
|
|
|
tag="Get in Touch"
|
|
|
|
tagIcon={Phone}
|
|
|
|
tagIcon={Phone}
|
|
|
|
title="Ready to Protect Your Investment?"
|
|
|
|
title="Ready to Protect Your Investment?"
|
|
|
|
description="Schedule your Phantom PPF consultation today. Our team is available every day from 9 AM to 9 PM across the UAE. Contact us via phone, email, or visit our workshop."
|
|
|
|
description="Schedule your Phantom PPF consultation today. Our team is available every day from 9 AM to 9 PM across the UAE. Contact us via phone, email, or visit our workshop."
|
|
|
|
buttons={[
|
|
|
|
|
|
|
|
{ text: "Call Now: +971 52 365 6678", href: "tel:+97152365667" },
|
|
|
|
|
|
|
|
{ text: "Email: ahadbkd@gmail.com", href: "mailto:ahadbkd@gmail.com" }
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
useInvertedBackground={true}
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
|
|
|
onSubmit={(email) => console.log("Email submission:", email)}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<FooterLogoEmphasis
|
|
|
|
<FooterSimple
|
|
|
|
logoText="Phantom PPF"
|
|
|
|
|
|
|
|
columns={[
|
|
|
|
columns={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
items: [
|
|
|
|
title: "Company", items: [
|
|
|
|
{ label: "About Us", href: "#about" },
|
|
|
|
{ label: "About Us", href: "#about" },
|
|
|
|
{ label: "Our Process", href: "#process" },
|
|
|
|
{ label: "Our Process", href: "#process" },
|
|
|
|
{ label: "Why Choose Us", href: "#features" }
|
|
|
|
{ label: "Why Choose Us", href: "#features" }
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
items: [
|
|
|
|
title: "Services", items: [
|
|
|
|
{ label: "Pricing", href: "#pricing" },
|
|
|
|
{ label: "Pricing", href: "#pricing" },
|
|
|
|
{ label: "Book Service", href: "#contact" },
|
|
|
|
{ label: "Book Service", href: "#contact" },
|
|
|
|
{ label: "Our Team", href: "#team" }
|
|
|
|
{ label: "Our Team", href: "#team" }
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
items: [
|
|
|
|
title: "Contact", items: [
|
|
|
|
{ label: "Phone: +971 52 365 6678", href: "tel:+97152365667" },
|
|
|
|
{ label: "Phone: +971 52 365 6678", href: "tel:+97152365667" },
|
|
|
|
{ label: "Email: ahadbkd@gmail.com", href: "mailto:ahadbkd@gmail.com" },
|
|
|
|
{ label: "Email: ahadbkd@gmail.com", href: "mailto:ahadbkd@gmail.com" },
|
|
|
|
{ label: "Hours: 9 AM - 9 PM Daily", href: "#" }
|
|
|
|
{ label: "Hours: 9 AM - 9 PM Daily", href: "#" }
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
items: [
|
|
|
|
title: "Follow Us", items: [
|
|
|
|
{ label: "Service Area: UAE Wide", href: "#" },
|
|
|
|
{ label: "Service Area: UAE Wide", href: "#" },
|
|
|
|
{ label: "Instagram", href: "https://instagram.com" },
|
|
|
|
{ label: "Instagram", href: "https://instagram.com" },
|
|
|
|
{ label: "Facebook", href: "https://facebook.com" }
|
|
|
|
{ label: "Facebook", href: "https://facebook.com" }
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
|
|
|
|
bottomLeftText="© 2025 Phantom PPF. All rights reserved."
|
|
|
|
|
|
|
|
bottomRightText="Premium Paint Protection Film"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|