Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
444
src/app/page.tsx
444
src/app/page.tsx
@@ -34,38 +34,22 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "#why-us",
|
||||
},
|
||||
name: "Why Us", id: "#why-us"},
|
||||
{
|
||||
name: "Process",
|
||||
id: "#process",
|
||||
},
|
||||
name: "Process", id: "#process"},
|
||||
{
|
||||
name: "Work",
|
||||
id: "#work",
|
||||
},
|
||||
name: "Work", id: "#work"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "#gallery",
|
||||
},
|
||||
name: "Gallery", id: "#gallery"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Request a Free Estimate",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Request a Free Estimate", href: "#contact"}}
|
||||
brandName="FUNILARIA EXACTA"
|
||||
/>
|
||||
</div>
|
||||
@@ -74,116 +58,66 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Precision That Brings Your Vehicle Back to Perfection"
|
||||
description="From collision repair to complete restorations, Funilaria Exacta delivers flawless finishes, transparent communication, and craftsmanship you can trust."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Satisfied Client",
|
||||
handle: "@LuxuryOwner",
|
||||
testimonial: "Funilaria Exacta exceeded all my expectations. My car looks absolutely factory new!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22303.jpg?_wi=1",
|
||||
imageAlt: "luxury car body repair workshop cinematic still",
|
||||
},
|
||||
name: "Satisfied Client", handle: "@LuxuryOwner", testimonial: "Funilaria Exacta exceeded all my expectations. My car looks absolutely factory new!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22303.jpg", imageAlt: "luxury car body repair workshop cinematic still"},
|
||||
{
|
||||
name: "Car Enthusiast",
|
||||
handle: "@SpeedDemon",
|
||||
testimonial: "Incredible service and a stunning finish. My sports car truly shines after their meticulous work.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3043.jpg?_wi=1",
|
||||
imageAlt: "luxury car body repair workshop cinematic still",
|
||||
},
|
||||
name: "Car Enthusiast", handle: "@SpeedDemon", testimonial: "Incredible service and a stunning finish. My sports car truly shines after their meticulous work.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3043.jpg", imageAlt: "luxury car body repair workshop cinematic still"},
|
||||
{
|
||||
name: "Vintage Collector",
|
||||
handle: "@ClassicRide",
|
||||
testimonial: "My vintage beauty was restored beyond my wildest dreams. The attention to detail is unmatched!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-inspects-car-overhead-lift_482257-76181.jpg?_wi=1",
|
||||
imageAlt: "luxury car body repair workshop cinematic still",
|
||||
},
|
||||
name: "Vintage Collector", handle: "@ClassicRide", testimonial: "My vintage beauty was restored beyond my wildest dreams. The attention to detail is unmatched!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-inspects-car-overhead-lift_482257-76181.jpg", imageAlt: "luxury car body repair workshop cinematic still"},
|
||||
{
|
||||
name: "Daily Driver",
|
||||
handle: "@FamilyTraveler",
|
||||
testimonial: "Quick, professional, and the dent is completely gone. Funilaria Exacta made my daily commute car look pristine again.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-fixing-car_23-2149385729.jpg?_wi=1",
|
||||
imageAlt: "luxury car body repair workshop cinematic still",
|
||||
},
|
||||
name: "Daily Driver", handle: "@FamilyTraveler", testimonial: "Quick, professional, and the dent is completely gone. Funilaria Exacta made my daily commute car look pristine again.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-fixing-car_23-2149385729.jpg", imageAlt: "luxury car body repair workshop cinematic still"},
|
||||
{
|
||||
name: "Executive Client",
|
||||
handle: "@CEO_Wheels",
|
||||
testimonial: "Top-tier quality and seamless process. My executive sedan received the premium treatment it deserved.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-small-girl-near-shiny-car-atuo-service-workshop_613910-15243.jpg?_wi=1",
|
||||
imageAlt: "luxury car body repair workshop cinematic still",
|
||||
},
|
||||
name: "Executive Client", handle: "@CEO_Wheels", testimonial: "Top-tier quality and seamless process. My executive sedan received the premium treatment it deserved.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-small-girl-near-shiny-car-atuo-service-workshop_613910-15243.jpg", imageAlt: "luxury car body repair workshop cinematic still"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Request a Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Request a Free Estimate", href: "#contact"},
|
||||
{
|
||||
text: "View Our Work",
|
||||
href: "#work",
|
||||
},
|
||||
text: "View Our Work", href: "#work"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22303.jpg?_wi=2"
|
||||
videoSrc="http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3043.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22303.jpg"
|
||||
videoSrc="http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3043.jpg"
|
||||
imageAlt="Luxury vehicle in a precision auto body workshop"
|
||||
mediaAnimation="blur-reveal"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Insurance Claims Assistance",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Insurance Claims Assistance", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Certified Repair Specialists",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Certified Repair Specialists", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "High-Precision Paint Matching",
|
||||
icon: Paintbrush,
|
||||
type: "text-icon", text: "High-Precision Paint Matching", icon: Paintbrush,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fast Turnaround Times",
|
||||
icon: Gauge,
|
||||
type: "text-icon", text: "Fast Turnaround Times", icon: Gauge,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Warranty on Repairs",
|
||||
icon: CheckCircle,
|
||||
type: "text-icon", text: "Warranty on Repairs", icon: CheckCircle,
|
||||
},
|
||||
]}
|
||||
marqueeSpeed={30}
|
||||
showMarqueeCard={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/simple-comfortable-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16077.jpg",
|
||||
alt: "Female customer in car showroom",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/simple-comfortable-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16077.jpg", alt: "Female customer in car showroom"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434371.jpg",
|
||||
alt: "Woman enjoying buying car",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434371.jpg", alt: "Woman enjoying buying car"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-young-man-checking-car_23-2148332972.jpg",
|
||||
alt: "Elegant young man checking a car",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-young-man-checking-car_23-2148332972.jpg", alt: "Elegant young man checking a car"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-couple-byuing-car-car-showroom_1303-16340.jpg",
|
||||
alt: "Young couple buying a car",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-couple-byuing-car-car-showroom_1303-16340.jpg", alt: "Young couple buying a car"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-fashionable-blond-girl-with-blue-eyes_613910-14957.jpg",
|
||||
alt: "Portrait of fashionable blond girl",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-fashionable-blond-girl-with-blue-eyes_613910-14957.jpg", alt: "Portrait of fashionable blond girl"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ satisfied luxury car owners"
|
||||
/>
|
||||
@@ -197,65 +131,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "showcase-1",
|
||||
brand: "Restored",
|
||||
name: "Flawless Finish",
|
||||
price: "Price on Request",
|
||||
rating: 5,
|
||||
reviewCount: "20+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-inspects-car-overhead-lift_482257-76181.jpg?_wi=2",
|
||||
imageAlt: "Before and After of a restored luxury car",
|
||||
},
|
||||
id: "showcase-1", brand: "Restored", name: "Flawless Finish", price: "Price on Request", rating: 5,
|
||||
reviewCount: "20+", imageSrc: "http://img.b2bpic.net/free-photo/engineer-inspects-car-overhead-lift_482257-76181.jpg", imageAlt: "Before and After of a restored luxury car"},
|
||||
{
|
||||
id: "showcase-2",
|
||||
brand: "Detail",
|
||||
name: "Precision Bodywork",
|
||||
price: "Price on Request",
|
||||
rating: 5,
|
||||
reviewCount: "15+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-fixing-car_23-2149385729.jpg?_wi=2",
|
||||
imageAlt: "Close up of a luxury car's restored body panel",
|
||||
},
|
||||
id: "showcase-2", brand: "Detail", name: "Precision Bodywork", price: "Price on Request", rating: 5,
|
||||
reviewCount: "15+", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-fixing-car_23-2149385729.jpg", imageAlt: "Close up of a luxury car's restored body panel"},
|
||||
{
|
||||
id: "showcase-3",
|
||||
brand: "Perfection",
|
||||
name: "Factory-Level Paint",
|
||||
price: "Price on Request",
|
||||
rating: 5,
|
||||
reviewCount: "18+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-small-girl-near-shiny-car-atuo-service-workshop_613910-15243.jpg?_wi=2",
|
||||
imageAlt: "Luxury car after a complete paint restoration",
|
||||
},
|
||||
id: "showcase-3", brand: "Perfection", name: "Factory-Level Paint", price: "Price on Request", rating: 5,
|
||||
reviewCount: "18+", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-small-girl-near-shiny-car-atuo-service-workshop_613910-15243.jpg", imageAlt: "Luxury car after a complete paint restoration"},
|
||||
{
|
||||
id: "showcase-4",
|
||||
brand: "Transformed",
|
||||
name: "Seamless Repair",
|
||||
price: "Price on Request",
|
||||
rating: 5,
|
||||
reviewCount: "22+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/preparing-car-before-spray-painting_1157-36582.jpg",
|
||||
imageAlt: "Before and after comparison of a dent repair",
|
||||
},
|
||||
id: "showcase-4", brand: "Transformed", name: "Seamless Repair", price: "Price on Request", rating: 5,
|
||||
reviewCount: "22+", imageSrc: "http://img.b2bpic.net/free-photo/preparing-car-before-spray-painting_1157-36582.jpg", imageAlt: "Before and after comparison of a dent repair"},
|
||||
{
|
||||
id: "showcase-5",
|
||||
brand: "Revitalized",
|
||||
name: "Structural Integrity",
|
||||
price: "Price on Request",
|
||||
rating: 5,
|
||||
reviewCount: "12+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-silver-sport-sedan-with-red-lights_114579-4050.jpg",
|
||||
imageAlt: "Undercarriage of a luxury car after structural repair",
|
||||
},
|
||||
id: "showcase-5", brand: "Revitalized", name: "Structural Integrity", price: "Price on Request", rating: 5,
|
||||
reviewCount: "12+", imageSrc: "http://img.b2bpic.net/free-photo/back-view-silver-sport-sedan-with-red-lights_114579-4050.jpg", imageAlt: "Undercarriage of a luxury car after structural repair"},
|
||||
{
|
||||
id: "showcase-6",
|
||||
brand: "Elegance",
|
||||
name: "Complete Restoration",
|
||||
price: "Price on Request",
|
||||
rating: 5,
|
||||
reviewCount: "10+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_1170-2400.jpg",
|
||||
imageAlt: "Classic luxury car after a full restoration",
|
||||
},
|
||||
id: "showcase-6", brand: "Elegance", name: "Complete Restoration", price: "Price on Request", rating: 5,
|
||||
reviewCount: "10+", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_1170-2400.jpg", imageAlt: "Classic luxury car after a full restoration"},
|
||||
]}
|
||||
title="The Difference Is Exacta"
|
||||
description="Every repair is completed with obsessive attention to detail, restoring your vehicle's appearance, value, and confidence. See our transformations below."
|
||||
@@ -269,47 +161,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "service-1",
|
||||
title: "Collision Repair",
|
||||
subtitle: "Expert restoration of accident damage, returning your vehicle to its pre-collision state with factory-level precision.",
|
||||
category: "Repair",
|
||||
value: "Advanced",
|
||||
},
|
||||
id: "service-1", title: "Collision Repair", subtitle: "Expert restoration of accident damage, returning your vehicle to its pre-collision state with factory-level precision.", category: "Repair", value: "Advanced"},
|
||||
{
|
||||
id: "service-2",
|
||||
title: "Dent Removal",
|
||||
subtitle: "From minor dings to major dents, our technicians employ advanced techniques for flawless, paintless dent removal and traditional repair.",
|
||||
category: "Bodywork",
|
||||
value: "Flawless",
|
||||
},
|
||||
id: "service-2", title: "Dent Removal", subtitle: "From minor dings to major dents, our technicians employ advanced techniques for flawless, paintless dent removal and traditional repair.", category: "Bodywork", value: "Flawless"},
|
||||
{
|
||||
id: "service-3",
|
||||
title: "Paint Restoration",
|
||||
subtitle: "Achieve factory-quality paint matching, chip repair, and complete resprays using state-of-the-art technology and premium paints.",
|
||||
category: "Finish",
|
||||
value: "Premium",
|
||||
},
|
||||
id: "service-3", title: "Paint Restoration", subtitle: "Achieve factory-quality paint matching, chip repair, and complete resprays using state-of-the-art technology and premium paints.", category: "Finish", value: "Premium"},
|
||||
{
|
||||
id: "service-4",
|
||||
title: "Structural Repair",
|
||||
subtitle: "Precision frame and structural correction ensures your vehicle's safety and integrity are restored to manufacturer specifications.",
|
||||
category: "Safety",
|
||||
value: "Certified",
|
||||
},
|
||||
id: "service-4", title: "Structural Repair", subtitle: "Precision frame and structural correction ensures your vehicle's safety and integrity are restored to manufacturer specifications.", category: "Safety", value: "Certified"},
|
||||
{
|
||||
id: "service-5",
|
||||
title: "Insurance Claims",
|
||||
subtitle: "Our dedicated team provides hassle-free insurance claims assistance, managing documentation and communication for a stress-free process.",
|
||||
category: "Support",
|
||||
value: "Seamless",
|
||||
},
|
||||
id: "service-5", title: "Insurance Claims", subtitle: "Our dedicated team provides hassle-free insurance claims assistance, managing documentation and communication for a stress-free process.", category: "Support", value: "Seamless"},
|
||||
{
|
||||
id: "service-6",
|
||||
title: "Complete Restorations",
|
||||
subtitle: "Specializing in classic and luxury vehicle restorations, we bring cherished automobiles back to their original glory with obsessive attention to detail.",
|
||||
category: "Heritage",
|
||||
value: "Artisan",
|
||||
},
|
||||
id: "service-6", title: "Complete Restorations", subtitle: "Specializing in classic and luxury vehicle restorations, we bring cherished automobiles back to their original glory with obsessive attention to detail.", category: "Heritage", value: "Artisan"},
|
||||
]}
|
||||
title="Our Meticulous Services"
|
||||
description="We offer a comprehensive suite of services tailored for luxury vehicles, ensuring every detail is addressed with unparalleled expertise and care."
|
||||
@@ -323,24 +185,16 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Sparkles,
|
||||
label: "Precision Craftsmanship",
|
||||
value: "Meticulous",
|
||||
},
|
||||
label: "Precision Craftsmanship", value: "Meticulous"},
|
||||
{
|
||||
icon: Car,
|
||||
label: "Factory-Level Finishes",
|
||||
value: "Flawless",
|
||||
},
|
||||
label: "Factory-Level Finishes", value: "Flawless"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Transparent Process",
|
||||
value: "Trustworthy",
|
||||
},
|
||||
label: "Transparent Process", value: "Trustworthy"},
|
||||
{
|
||||
icon: Star,
|
||||
label: "Customer First Approach",
|
||||
value: "Dedicated",
|
||||
},
|
||||
label: "Customer First Approach", value: "Dedicated"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -353,49 +207,24 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "step-1",
|
||||
value: "01",
|
||||
title: "Vehicle Assessment",
|
||||
items: [
|
||||
"Thorough inspection of damage",
|
||||
"Advanced diagnostic scanning",
|
||||
],
|
||||
id: "step-1", value: "01", title: "Vehicle Assessment", items: [
|
||||
"Thorough inspection of damage", "Advanced diagnostic scanning"],
|
||||
},
|
||||
{
|
||||
id: "step-2",
|
||||
value: "02",
|
||||
title: "Detailed Estimate",
|
||||
items: [
|
||||
"Transparent cost breakdown",
|
||||
"Insurance liaison support",
|
||||
],
|
||||
id: "step-2", value: "02", title: "Detailed Estimate", items: [
|
||||
"Transparent cost breakdown", "Insurance liaison support"],
|
||||
},
|
||||
{
|
||||
id: "step-3",
|
||||
value: "03",
|
||||
title: "Repair & Restoration",
|
||||
items: [
|
||||
"Certified technicians at work",
|
||||
"Genuine parts & materials",
|
||||
],
|
||||
id: "step-3", value: "03", title: "Repair & Restoration", items: [
|
||||
"Certified technicians at work", "Genuine parts & materials"],
|
||||
},
|
||||
{
|
||||
id: "step-4",
|
||||
value: "04",
|
||||
title: "Quality Inspection",
|
||||
items: [
|
||||
"Multi-point quality checks",
|
||||
"Road testing & calibration",
|
||||
],
|
||||
id: "step-4", value: "04", title: "Quality Inspection", items: [
|
||||
"Multi-point quality checks", "Road testing & calibration"],
|
||||
},
|
||||
{
|
||||
id: "step-5",
|
||||
value: "05",
|
||||
title: "Vehicle Delivery",
|
||||
items: [
|
||||
"Immaculate presentation",
|
||||
"Warranty & aftercare",
|
||||
],
|
||||
id: "step-5", value: "05", title: "Vehicle Delivery", items: [
|
||||
"Immaculate presentation", "Warranty & aftercare"],
|
||||
},
|
||||
]}
|
||||
title="Our Precision Restoration Process"
|
||||
@@ -410,40 +239,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "Luxury Sedan Owner",
|
||||
testimonial: "The repair was flawless. My vehicle looked better than before the accident, truly showcasing their incredible attention to detail.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-looking-each-other-showroom_23-2148384879.jpg",
|
||||
},
|
||||
id: "testimonial-1", name: "Sarah Johnson", handle: "Luxury Sedan Owner", testimonial: "The repair was flawless. My vehicle looked better than before the accident, truly showcasing their incredible attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-looking-each-other-showroom_23-2148384879.jpg"},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
name: "Michael Chen",
|
||||
handle: "Sports Car Enthusiast",
|
||||
testimonial: "Professional communication from start to finish. I was kept informed, and the quality of work on my sports car was absolutely outstanding.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-portrait-woman-black-clothing-light-background_613910-7034.jpg",
|
||||
},
|
||||
id: "testimonial-2", name: "Michael Chen", handle: "Sports Car Enthusiast", testimonial: "Professional communication from start to finish. I was kept informed, and the quality of work on my sports car was absolutely outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/classic-portrait-woman-black-clothing-light-background_613910-7034.jpg"},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "Classic Car Collector",
|
||||
testimonial: "Funilaria Exacta's restoration of my vintage car was a work of art. The craftsmanship is simply unparalleled. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-indoors_23-2148718069.jpg",
|
||||
},
|
||||
id: "testimonial-3", name: "Emily Rodriguez", handle: "Classic Car Collector", testimonial: "Funilaria Exacta's restoration of my vintage car was a work of art. The craftsmanship is simply unparalleled. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-indoors_23-2148718069.jpg"},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
name: "David Kim",
|
||||
handle: "Family SUV Driver",
|
||||
testimonial: "They handled my insurance claim seamlessly, and the quality of the paint matching was perfect. My SUV looks brand new.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-happy-50-year-old-retired-woman-with-freckles-gray-hair-posing-stylish-interior-background-wearing-white-shirt-smiling-broadly-front_343059-3758.jpg",
|
||||
},
|
||||
id: "testimonial-4", name: "David Kim", handle: "Family SUV Driver", testimonial: "They handled my insurance claim seamlessly, and the quality of the paint matching was perfect. My SUV looks brand new.", imageSrc: "http://img.b2bpic.net/free-photo/shot-happy-50-year-old-retired-woman-with-freckles-gray-hair-posing-stylish-interior-background-wearing-white-shirt-smiling-broadly-front_343059-3758.jpg"},
|
||||
{
|
||||
id: "testimonial-5",
|
||||
name: "Jessica Lee",
|
||||
handle: "Premium Vehicle Owner",
|
||||
testimonial: "From the moment I dropped off my car, I felt complete trust. The final result exceeded my expectations in every way.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-looks-online-vehicle-parts_482257-76164.jpg",
|
||||
},
|
||||
id: "testimonial-5", name: "Jessica Lee", handle: "Premium Vehicle Owner", testimonial: "From the moment I dropped off my car, I felt complete trust. The final result exceeded my expectations in every way.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-looks-online-vehicle-parts_482257-76164.jpg"},
|
||||
]}
|
||||
title="Results That Speak For Themselves"
|
||||
description="Hear from our discerning clients who experienced the Funilaria Exacta difference firsthand. Their satisfaction is our ultimate reward."
|
||||
@@ -459,52 +263,22 @@ export default function LandingPage() {
|
||||
description="Explore our gallery of recently restored vehicles and witness the artistry, precision, and dedication that defines Funilaria Exacta."
|
||||
blogs={[
|
||||
{
|
||||
id: "gallery-1",
|
||||
category: "Restoration",
|
||||
title: "Detailing Mastery",
|
||||
excerpt: "A close-up of a meticulously detailed luxury vehicle, showcasing flawless reflections and pristine surfaces.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-black-white-background_23-2150498630.jpg",
|
||||
imageAlt: "Luxury car after detailing",
|
||||
id: "gallery-1", category: "Restoration", title: "Detailing Mastery", excerpt: "A close-up of a meticulously detailed luxury vehicle, showcasing flawless reflections and pristine surfaces.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-black-white-background_23-2150498630.jpg", imageAlt: "Luxury car after detailing", authorName: "Funilaria Exacta Team", authorAvatar: "http://img.b2bpic.net/free-photo/young-man-portrait_23-2148830399.jpg", date: "May 1, 2024"
|
||||
},
|
||||
{
|
||||
id: "gallery-2",
|
||||
category: "Bodywork",
|
||||
title: "Structural Integrity",
|
||||
excerpt: "An inside look at the structural repair process, ensuring precise alignment and factory-grade safety standards.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193623.jpg",
|
||||
imageAlt: "Inside look at car structural repair",
|
||||
id: "gallery-2", category: "Bodywork", title: "Structural Integrity", excerpt: "An inside look at the structural repair process, ensuring precise alignment and factory-grade safety standards.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193623.jpg", imageAlt: "Inside look at car structural repair", authorName: "Funilaria Exacta Team", authorAvatar: "http://img.b2bpic.net/free-photo/young-man-portrait_23-2148830399.jpg", date: "May 5, 2024"
|
||||
},
|
||||
{
|
||||
id: "gallery-3",
|
||||
category: "Paint Finish",
|
||||
title: "Flawless Paintwork",
|
||||
excerpt: "Witness the application of multi-stage paint, achieving a deep, glossy finish that rivals showroom quality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150861916.jpg",
|
||||
imageAlt: "Car paintwork application",
|
||||
id: "gallery-3", category: "Paint Finish", title: "Flawless Paintwork", excerpt: "Witness the application of multi-stage paint, achieving a deep, glossy finish that rivals showroom quality.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150861916.jpg", imageAlt: "Car paintwork application", authorName: "Funilaria Exacta Team", authorAvatar: "http://img.b2bpic.net/free-photo/young-man-portrait_23-2148830399.jpg", date: "May 10, 2024"
|
||||
},
|
||||
{
|
||||
id: "gallery-4",
|
||||
category: "Classic Care",
|
||||
title: "Vintage Revival",
|
||||
excerpt: "The intricate process of reviving a classic automobile, preserving its heritage while perfecting its form.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hard-disc-components_23-2149413358.jpg",
|
||||
imageAlt: "Vintage car restoration",
|
||||
id: "gallery-4", category: "Classic Care", title: "Vintage Revival", excerpt: "The intricate process of reviving a classic automobile, preserving its heritage while perfecting its form.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hard-disc-components_23-2149413358.jpg", imageAlt: "Vintage car restoration", authorName: "Funilaria Exacta Team", authorAvatar: "http://img.b2bpic.net/free-photo/young-man-portrait_23-2148830399.jpg", date: "May 15, 2024"
|
||||
},
|
||||
{
|
||||
id: "gallery-5",
|
||||
category: "Interior",
|
||||
title: "Cabin Refinement",
|
||||
excerpt: "Beyond the exterior, our interior restoration brings comfort and luxury back to every cabin.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-her-driver-s-license-test-vehicle_23-2150318426.jpg",
|
||||
imageAlt: "Luxury car interior restoration",
|
||||
id: "gallery-5", category: "Interior", title: "Cabin Refinement", excerpt: "Beyond the exterior, our interior restoration brings comfort and luxury back to every cabin.", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-her-driver-s-license-test-vehicle_23-2150318426.jpg", imageAlt: "Luxury car interior restoration", authorName: "Funilaria Exacta Team", authorAvatar: "http://img.b2bpic.net/free-photo/young-man-portrait_23-2148830399.jpg", date: "May 20, 2024"
|
||||
},
|
||||
{
|
||||
id: "gallery-6",
|
||||
category: "Wheels & Tires",
|
||||
title: "Wheel Perfection",
|
||||
excerpt: "Restoring wheels to their original glory, from curb rash repair to custom finishes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-car-wheel-with-golden-bronze-color-decoration_114579-1170.jpg",
|
||||
imageAlt: "Luxury car wheel restoration",
|
||||
id: "gallery-6", category: "Wheels & Tires", title: "Wheel Perfection", excerpt: "Restoring wheels to their original glory, from curb rash repair to custom finishes.", imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-car-wheel-with-golden-bronze-color-decoration_114579-1170.jpg", imageAlt: "Luxury car wheel restoration", authorName: "Funilaria Exacta Team", authorAvatar: "http://img.b2bpic.net/free-photo/young-man-portrait_23-2148830399.jpg", date: "May 25, 2024"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -515,15 +289,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Allianz",
|
||||
"Porto Seguro",
|
||||
"Bradesco Seguros",
|
||||
"SulAmérica",
|
||||
"Liberty Seguros",
|
||||
"Zurich Seguros",
|
||||
"Tokio Marine",
|
||||
"HDI Seguros",
|
||||
]}
|
||||
"Allianz", "Porto Seguro", "Bradesco Seguros", "SulAmérica", "Liberty Seguros", "Zurich Seguros", "Tokio Marine", "HDI Seguros"]}
|
||||
title="We Partner With Leading Insurers"
|
||||
description="Our collaborations with major insurance providers streamline your claim process, ensuring stress-free repairs and complete peace of mind."
|
||||
/>
|
||||
@@ -533,16 +299,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Ready for Excellence?"
|
||||
title="Your Vehicle Deserves Precision"
|
||||
description="Get a professional assessment and discover why drivers trust Funilaria Exacta for repairs that look factory-new. Request your free estimate today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Your Estimate",
|
||||
href: "#",
|
||||
},
|
||||
text: "Request Your Estimate", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -551,58 +314,35 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "+55 11 98765-4321",
|
||||
href: "tel:+5511987654321",
|
||||
},
|
||||
label: "+55 11 98765-4321", href: "tel:+5511987654321"},
|
||||
{
|
||||
label: "WhatsApp Us",
|
||||
href: "https://wa.me/5511987654321",
|
||||
},
|
||||
label: "WhatsApp Us", href: "https://wa.me/5511987654321"},
|
||||
{
|
||||
label: "info@funilariaexacta.com",
|
||||
href: "mailto:info@funilariaexacta.com",
|
||||
},
|
||||
label: "info@funilariaexacta.com", href: "mailto:info@funilariaexacta.com"},
|
||||
{
|
||||
label: "Rua da Precisão, 123 - São Paulo",
|
||||
href: "https://maps.app.goo.gl/",
|
||||
},
|
||||
label: "Rua da Precisão, 123 - São Paulo", href: "https://maps.app.goo.gl/"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Collision Repair",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Collision Repair", href: "#services"},
|
||||
{
|
||||
label: "Paint Restoration",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Paint Restoration", href: "#services"},
|
||||
{
|
||||
label: "Complete Restorations",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Complete Restorations", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#why-us",
|
||||
},
|
||||
label: "About Us", href: "#why-us"},
|
||||
{
|
||||
label: "Our Process",
|
||||
href: "#process",
|
||||
},
|
||||
label: "Our Process", href: "#process"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "#gallery",
|
||||
},
|
||||
label: "Gallery", href: "#gallery"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user