Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 913b038b43 | |||
| c7df113381 | |||
| 5def85ff18 | |||
| 2850be7a0c |
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
||||
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 ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
@@ -40,28 +40,18 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
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."
|
||||
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/happy-customer-standing-near-their-clean-1774769288686-657eb53f.png?_wi=1"},
|
||||
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"
|
||||
},
|
||||
{
|
||||
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/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"},
|
||||
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"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
@@ -69,8 +59,6 @@ export default function LandingPage() {
|
||||
{
|
||||
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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user