Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f7b03e2475 | |||
| 913b038b43 | |||
| c7df113381 | |||
| 5def85ff18 | |||
| 2850be7a0c |
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
|||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
@@ -40,28 +40,18 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitTestimonial
|
<HeroBillboardCarousel
|
||||||
useInvertedBackground={false}
|
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars"}}
|
variant: "gradient-bars"}}
|
||||||
title="Premium Car Wash & Detailing in Bangkok"
|
title="Premium Car Wash & Detailing in Bangkok"
|
||||||
description="Trusted by 100+ happy customers. Professional care for your car. We treat your vehicle like our own."
|
description="Trusted by 100+ happy customers. Professional care for your car. We treat your vehicle like our own."
|
||||||
testimonials={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
name: "Somchai K.", handle: "@BangkokDriver", testimonial: "Good service, reasonable price. Definitely coming back!", rating: 5,
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bbsg1knQr6oI4pA8Hsxw9df9Um/professional-high-end-car-detailing-work-1774769289060-f45053d9.png", imageAlt: "Car Detailing"
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bbsg1knQr6oI4pA8Hsxw9df9Um/happy-customer-standing-near-their-clean-1774769288686-657eb53f.png?_wi=1"},
|
},
|
||||||
{
|
{
|
||||||
name: "Jane Doe", handle: "@LocalCarOwner", testimonial: "Nice area to wait, very professional team. My car looks brand new.", rating: 5,
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bbsg1knQr6oI4pA8Hsxw9df9Um/happy-customer-standing-near-their-clean-1774769288686-657eb53f.png?_wi=1", imageAlt: "Clean car"
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bbsg1knQr6oI4pA8Hsxw9df9Um/close-up-photo-of-a-clean-car-exterior-a-1774769291240-ae3dc596.png"},
|
}
|
||||||
{
|
|
||||||
name: "Panya L.", handle: "@DailyCommuter", testimonial: "The best detailing in the Lak Si area. Highly recommend.", rating: 5,
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bbsg1knQr6oI4pA8Hsxw9df9Um/professional-car-detailer-focused-on-pol-1774769290427-e35efa6e.png"},
|
|
||||||
{
|
|
||||||
name: "Alice Wang", handle: "@LuxuryCar", testimonial: "They took extra care of my luxury sedan. Professional and fast.", rating: 5,
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bbsg1knQr6oI4pA8Hsxw9df9Um/interior-shot-of-a-perfectly-clean-and-d-1774769288731-a9855df3.png"},
|
|
||||||
{
|
|
||||||
name: "Kittisak S.", handle: "@BangkokCarLovers", testimonial: "Outstanding quality and attention to detail. Worth every Baht.", rating: 5,
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bbsg1knQr6oI4pA8Hsxw9df9Um/happy-customer-standing-near-their-clean-1774769288686-657eb53f.png?_wi=2"},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
@@ -69,8 +59,6 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
text: "Book Appointment", href: "#location"},
|
text: "Book Appointment", href: "#location"},
|
||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bbsg1knQr6oI4pA8Hsxw9df9Um/professional-high-end-car-detailing-work-1774769289060-f45053d9.png"
|
|
||||||
mediaAnimation="blur-reveal"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user