Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5d81e7178d | |||
| 18d96a7918 |
@@ -6,7 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
<HeroBillboard
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Pop Detail Shop: Showroom Finishes Delivered"
|
||||
description="Elite mobile detailing trusted by hundreds. We bring expert paint correction, interior steam cleaning, and scratch removal directly to your driveway."
|
||||
@@ -49,14 +49,9 @@ export default function LandingPage() {
|
||||
{ text: "Book Now", href: "#contact" },
|
||||
{ text: "Our Services", href: "#services" },
|
||||
]}
|
||||
carouselItems={[
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194064.jpg", imageAlt: "Luxury car detailing interior" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193588.jpg", imageAlt: "Detailing van service" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/car-detailing-concept-man-face-mask-with-orbital-polisher-repair-shop-polishing-orange-suv-car_627829-12604.jpg", imageAlt: "Exterior paint correction" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/car-service-employees-posing-with-tools_23-2148327557.jpg", imageAlt: "Steam cleaning upholstery" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/man-painting-car-full-shot_23-2149714344.jpg", imageAlt: "Headlight restoration results" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-black-red-car-s-modern-interior_181624-33107.jpg", imageAlt: "Showroom level finish" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194064.jpg"
|
||||
imageAlt="Luxury car detailing interior"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -167,4 +162,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user