Merge version_1 into main #1
300
src/app/page.tsx
300
src/app/page.tsx
@@ -33,29 +33,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "#gallery",
|
||||
},
|
||||
name: "Gallery", id: "#gallery"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="SAM DETAILING"
|
||||
/>
|
||||
@@ -64,16 +52,13 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "glowing-orb"}}
|
||||
imagePosition="right"
|
||||
title="Experience Unrivaled Car Detailing Excellence"
|
||||
description="SAM DETAILING provides luxury automotive care in Dumbrăveni, ensuring perfection for every vehicle. Rediscover the true beauty of your car with our meticulous services."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Appointment", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193621.jpg"
|
||||
imageAlt="Luxurious car undergoing detailing with professional lighting"
|
||||
@@ -81,52 +66,32 @@ export default function LandingPage() {
|
||||
fixedMediaHeight={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
|
||||
alt: "Smiling African American man posing at library",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", alt: "Smiling African American man posing at library"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-handsome-man-with-beard-looking-thoughtful-upper-left-corner-imaging-smiling_1258-26774.jpg",
|
||||
alt: "Close-up of handsome man with beard, looking thoughtful at upper left corner, imaging and smiling ",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-handsome-man-with-beard-looking-thoughtful-upper-left-corner-imaging-smiling_1258-26774.jpg", alt: "Close-up of handsome man with beard, looking thoughtful at upper left corner, imaging and smiling "},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg",
|
||||
alt: "Close-up man with bright smile",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg", alt: "Close-up man with bright smile"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285285.jpg",
|
||||
alt: "Person of indian origin having fun",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285285.jpg", alt: "Person of indian origin having fun"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/indoor-shot-pretty-girl-with-clean-skin-perfect-smile-having-fun-coffee-shop_273609-9039.jpg",
|
||||
alt: "Indoor shot of pretty girl with clean skin and perfect smile having fun at coffee shop",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/indoor-shot-pretty-girl-with-clean-skin-perfect-smile-having-fun-coffee-shop_273609-9039.jpg", alt: "Indoor shot of pretty girl with clean skin and perfect smile having fun at coffee shop"},
|
||||
]}
|
||||
avatarText="Trusted by over 1000+ car owners."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Ceramic Coating",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Ceramic Coating", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Paint Correction",
|
||||
icon: Paintbrush,
|
||||
type: "text-icon", text: "Paint Correction", icon: Paintbrush,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Interior Deep Clean",
|
||||
icon: Car,
|
||||
type: "text-icon", text: "Interior Deep Clean", icon: Car,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Exterior Shine",
|
||||
icon: Sun,
|
||||
type: "text-icon", text: "Exterior Shine", icon: Sun,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Headlight Restoration",
|
||||
icon: Lightbulb,
|
||||
type: "text-icon", text: "Headlight Restoration", icon: Lightbulb,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -137,17 +102,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "About SAM DETAILING: Precision, Passion & Perfection",
|
||||
},
|
||||
type: "text", content: "About SAM DETAILING: Precision, Passion & Perfection"},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/man-gray-sweater-wipes-car-car-wash_1157-35958.jpg", alt: "Car detailing professional working on a car interior"}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-gray-sweater-wipes-car-car-wash_1157-35958.jpg"
|
||||
imageAlt="Car detailing professional working on a car interior"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Learn More", href: "#services"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -159,61 +120,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "interior-detailing",
|
||||
title: "Interior Detailing",
|
||||
description: "Revitalize your car's cabin with deep cleaning, sanitization, and conditioning of all surfaces.",
|
||||
tag: "Luxury",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552299.jpg",
|
||||
imageAlt: "Luxurious car interior undergoing detailing",
|
||||
},
|
||||
id: "interior-detailing", title: "Interior Detailing", description: "Revitalize your car's cabin with deep cleaning, sanitization, and conditioning of all surfaces.", tag: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552299.jpg", imageAlt: "Luxurious car interior undergoing detailing"},
|
||||
{
|
||||
id: "exterior-detailing",
|
||||
title: "Exterior Detailing",
|
||||
description: "Restore your vehicle's shine with thorough washing, decontamination, waxing, and tire dressing.",
|
||||
tag: "Brilliance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212195.jpg",
|
||||
imageAlt: "Car exterior being washed with foam",
|
||||
},
|
||||
id: "exterior-detailing", title: "Exterior Detailing", description: "Restore your vehicle's shine with thorough washing, decontamination, waxing, and tire dressing.", tag: "Brilliance", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212195.jpg", imageAlt: "Car exterior being washed with foam"},
|
||||
{
|
||||
id: "paint-correction",
|
||||
title: "Paint Correction",
|
||||
description: "Eliminate swirl marks, scratches, and imperfections to achieve a mirror-like finish.",
|
||||
tag: "Flawless",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-detailing-concept-man-face-mask-with-orbital-polisher-repair-shop-polishing-orange-suv-car_627829-12608.jpg",
|
||||
imageAlt: "Professional using a buffer for paint correction",
|
||||
},
|
||||
id: "paint-correction", title: "Paint Correction", description: "Eliminate swirl marks, scratches, and imperfections to achieve a mirror-like finish.", tag: "Flawless", imageSrc: "http://img.b2bpic.net/free-photo/car-detailing-concept-man-face-mask-with-orbital-polisher-repair-shop-polishing-orange-suv-car_627829-12608.jpg", imageAlt: "Professional using a buffer for paint correction"},
|
||||
{
|
||||
id: "ceramic-coating",
|
||||
title: "Ceramic Coating",
|
||||
description: "Provide long-lasting protection and incredible gloss for your paint with advanced ceramic coatings.",
|
||||
tag: "Protection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22305.jpg",
|
||||
imageAlt: "Ceramic coating being applied to a car",
|
||||
},
|
||||
id: "ceramic-coating", title: "Ceramic Coating", description: "Provide long-lasting protection and incredible gloss for your paint with advanced ceramic coatings.", tag: "Protection", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22305.jpg", imageAlt: "Ceramic coating being applied to a car"},
|
||||
{
|
||||
id: "polishing",
|
||||
title: "Polishing",
|
||||
description: "Enhance your paint's depth and clarity, removing light imperfections and boosting gloss.",
|
||||
tag: "Shine",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-36575.jpg",
|
||||
imageAlt: "Close-up of car being polished",
|
||||
},
|
||||
id: "polishing", title: "Polishing", description: "Enhance your paint's depth and clarity, removing light imperfections and boosting gloss.", tag: "Shine", imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-36575.jpg", imageAlt: "Close-up of car being polished"},
|
||||
{
|
||||
id: "headlight-restoration",
|
||||
title: "Headlight Restoration",
|
||||
description: "Restore clarity and brightness to foggy or yellowed headlights, improving aesthetics and safety.",
|
||||
tag: "Clarity",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/details-car-standing-car-showroom_1303-29468.jpg",
|
||||
imageAlt: "Restored car headlight looking new",
|
||||
},
|
||||
id: "headlight-restoration", title: "Headlight Restoration", description: "Restore clarity and brightness to foggy or yellowed headlights, improving aesthetics and safety.", tag: "Clarity", imageSrc: "http://img.b2bpic.net/free-photo/details-car-standing-car-showroom_1303-29468.jpg", imageAlt: "Restored car headlight looking new"},
|
||||
{
|
||||
id: "deep-cleaning",
|
||||
title: "Deep Cleaning",
|
||||
description: "Comprehensive deep cleaning for all interior surfaces, including stain removal and odor elimination.",
|
||||
tag: "Sanitize",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-inside-car-service_1303-26883.jpg",
|
||||
imageAlt: "Car seat undergoing deep cleaning",
|
||||
},
|
||||
id: "deep-cleaning", title: "Deep Cleaning", description: "Comprehensive deep cleaning for all interior surfaces, including stain removal and odor elimination.", tag: "Sanitize", imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-inside-car-service_1303-26883.jpg", imageAlt: "Car seat undergoing deep cleaning"},
|
||||
]}
|
||||
title="Our Premium Detailing Services"
|
||||
description="From intricate interior care to flawless paint correction, we offer a comprehensive range of services tailored to your vehicle's needs. Each service is executed with unparalleled attention to detail."
|
||||
@@ -228,47 +147,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Luxury Sedan Detail",
|
||||
price: "Before & After",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-inner-accessories_181624-61771.jpg",
|
||||
imageAlt: "Before and after detailing of a luxury sedan",
|
||||
},
|
||||
id: "t1", name: "Luxury Sedan Detail", price: "Before & After", imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-inner-accessories_181624-61771.jpg", imageAlt: "Before and after detailing of a luxury sedan"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "SUV Interior Restoration",
|
||||
price: "Before & After",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193582.jpg",
|
||||
imageAlt: "Before and after interior restoration of an SUV",
|
||||
},
|
||||
id: "t2", name: "SUV Interior Restoration", price: "Before & After", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193582.jpg", imageAlt: "Before and after interior restoration of an SUV"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sports Car Paint Correction",
|
||||
price: "Before & After",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-car_23-2149385727.jpg",
|
||||
imageAlt: "Before and after paint correction on a sports car",
|
||||
},
|
||||
id: "t3", name: "Sports Car Paint Correction", price: "Before & After", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-car_23-2149385727.jpg", imageAlt: "Before and after paint correction on a sports car"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Classic Car Rejuvenation",
|
||||
price: "Before & After",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-car-clean-polishing-tires_1303-30602.jpg",
|
||||
imageAlt: "Before and after detailing of a classic car",
|
||||
},
|
||||
id: "t4", name: "Classic Car Rejuvenation", price: "Before & After", imageSrc: "http://img.b2bpic.net/free-photo/man-car-clean-polishing-tires_1303-30602.jpg", imageAlt: "Before and after detailing of a classic car"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Family Car Deep Clean",
|
||||
price: "Before & After",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-board-panel-view_23-2148332901.jpg",
|
||||
imageAlt: "Before and after deep cleaning of a family car",
|
||||
},
|
||||
id: "t5", name: "Family Car Deep Clean", price: "Before & After", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-board-panel-view_23-2148332901.jpg", imageAlt: "Before and after deep cleaning of a family car"},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Headlight & Trim Revival",
|
||||
price: "Before & After",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp_74190-1176.jpg",
|
||||
imageAlt: "Before and after headlight and trim restoration",
|
||||
},
|
||||
id: "t6", name: "Headlight & Trim Revival", price: "Before & After", imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp_74190-1176.jpg", imageAlt: "Before and after headlight and trim restoration"},
|
||||
]}
|
||||
title="Transformations: See the SAM DETAILING Difference"
|
||||
description="Witness the dramatic results of our meticulous detailing process. Our before & after gallery showcases the incredible transformations we achieve for every vehicle."
|
||||
@@ -280,14 +169,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Facebook",
|
||||
"Instagram",
|
||||
"TikTok",
|
||||
"YouTube",
|
||||
"Twitter",
|
||||
"LinkedIn",
|
||||
"Pinterest",
|
||||
]}
|
||||
"Facebook", "Instagram", "TikTok", "YouTube", "Twitter", "LinkedIn", "Pinterest"]}
|
||||
title="Follow Our Journey"
|
||||
description="Connect with SAM DETAILING on social media to see our latest projects, behind-the-scenes, tips, and exclusive offers. Join our community of car enthusiasts!"
|
||||
/>
|
||||
@@ -300,64 +182,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Mihai Popescu",
|
||||
role: "Business Owner",
|
||||
company: "Local Enterprise",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-smiling-portrait_23-2149280769.jpg",
|
||||
videoAriaLabel: "Testimonial video from Mihai Popescu",
|
||||
},
|
||||
id: "1", name: "Mihai Popescu", role: "Business Owner", company: "Local Enterprise", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-smiling-portrait_23-2149280769.jpg", videoAriaLabel: "Testimonial video from Mihai Popescu"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Elena Dumitrescu",
|
||||
role: "Marketing Manager",
|
||||
company: "Creative Hub",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg",
|
||||
videoAriaLabel: "Testimonial video from Elena Dumitrescu",
|
||||
},
|
||||
id: "2", name: "Elena Dumitrescu", role: "Marketing Manager", company: "Creative Hub", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg", videoAriaLabel: "Testimonial video from Elena Dumitrescu"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Andrei Ionescu",
|
||||
role: "Software Engineer",
|
||||
company: "Tech Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-person-texting-messages-smartphone-app-sofa-finishing-tasks-before_482257-132374.jpg",
|
||||
videoAriaLabel: "Testimonial video from Andrei Ionescu",
|
||||
},
|
||||
id: "3", name: "Andrei Ionescu", role: "Software Engineer", company: "Tech Solutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-person-texting-messages-smartphone-app-sofa-finishing-tasks-before_482257-132374.jpg", videoAriaLabel: "Testimonial video from Andrei Ionescu"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Cristina Georgescu",
|
||||
role: "Architect",
|
||||
company: "Urban Design",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-redhead-lady_23-2148339146.jpg",
|
||||
videoAriaLabel: "Testimonial video from Cristina Georgescu",
|
||||
},
|
||||
id: "4", name: "Cristina Georgescu", role: "Architect", company: "Urban Design", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-redhead-lady_23-2148339146.jpg", videoAriaLabel: "Testimonial video from Cristina Georgescu"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Gabriel Stan",
|
||||
role: "Automotive Enthusiast",
|
||||
company: "Private Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-grey-haired-elderly-man-wearing-formal-suit_273609-5594.jpg",
|
||||
videoAriaLabel: "Testimonial video from Gabriel Stan",
|
||||
},
|
||||
id: "5", name: "Gabriel Stan", role: "Automotive Enthusiast", company: "Private Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-grey-haired-elderly-man-wearing-formal-suit_273609-5594.jpg", videoAriaLabel: "Testimonial video from Gabriel Stan"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "99%",
|
||||
label: "Client Satisfaction",
|
||||
},
|
||||
value: "99%", label: "Client Satisfaction"},
|
||||
{
|
||||
value: "1000+",
|
||||
label: "Cars Detailed",
|
||||
},
|
||||
value: "1000+", label: "Cars Detailed"},
|
||||
{
|
||||
value: "5-Star",
|
||||
label: "Average Rating",
|
||||
},
|
||||
value: "5-Star", label: "Average Rating"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear from satisfied customers who trust SAM DETAILING for their vehicle's pristine condition. Their words reflect our commitment to excellence."
|
||||
@@ -367,31 +213,24 @@ export default function LandingPage() {
|
||||
<div id="achievements" data-section="achievements">
|
||||
<MetricCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="inline-image"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
carouselMode="buttons"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "5+",
|
||||
description: "Years of Expertise in Detailing",
|
||||
},
|
||||
id: "m1", value: "5+", description: "Years of Expertise in Detailing"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
description: "Satisfaction Guaranteed",
|
||||
},
|
||||
id: "m2", value: "100%", description: "Satisfaction Guaranteed"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Top Rated",
|
||||
description: "Local Detailing Service",
|
||||
},
|
||||
id: "m3", value: "Top Rated", description: "Local Detailing Service"},
|
||||
]}
|
||||
titleSegments={[
|
||||
{ type: "text", content: "Our Achievements & Commitment" },
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/portrait-smiling-car-showroom-saleswoman-ready-assist-customers_482257-124534.jpg", alt: "Happy customer standing next to a perfectly detailed car"}
|
||||
]}
|
||||
title="Our Achievements & Commitment"
|
||||
description="Dedicated to perfection, our metrics speak for themselves. We constantly strive to exceed expectations and deliver outstanding results for every client."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-car-showroom-saleswoman-ready-assist-customers_482257-124534.jpg"
|
||||
imageAlt="Happy customer standing next to a perfectly detailed car"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -399,20 +238,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Ready for a Flawless Finish?"
|
||||
description="Contact SAM DETAILING today to schedule your appointment or inquire about our premium services. We're here to make your car look its best."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Appointment",
|
||||
href: "tel:+40748845350",
|
||||
},
|
||||
text: "Book Your Appointment", href: "tel:+40748845350"},
|
||||
{
|
||||
text: "Send an Email",
|
||||
href: "mailto:samdetailing@example.com",
|
||||
},
|
||||
text: "Send an Email", href: "mailto:samdetailing@example.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -424,19 +258,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/samdetailing",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com/samdetailing", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/samdetailing",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/samdetailing", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://tiktok.com/@samdetailing",
|
||||
ariaLabel: "TikTok",
|
||||
},
|
||||
href: "https://tiktok.com/@samdetailing", ariaLabel: "TikTok"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user