4 Commits

Author SHA1 Message Date
1e6d44e7eb Update src/app/page.tsx 2026-03-07 23:19:32 +00:00
cdee80462e Update src/app/styles/variables.css 2026-03-07 23:18:07 +00:00
0f2fbfdf2d Update src/app/page.tsx 2026-03-07 23:18:07 +00:00
48d4a59137 Merge version_1 into main
Merge version_1 into main
2026-03-07 23:12:42 +00:00
2 changed files with 16 additions and 21 deletions

View File

@@ -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>
); );
} }

View File

@@ -17,7 +17,7 @@
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #1a1a1a; --secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff; --secondary-cta-text: #ffffff;
--accent: #737373; --accent: #ffffff;
--background-accent: #ff2e1f; --background-accent: #ff2e1f;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */