Merge version_2 into main #7

Merged
bender merged 1 commits from version_2 into main 2026-04-22 20:09:42 +00:00

View File

@@ -10,7 +10,6 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Award, Car, MapPin, ShieldCheck, Target, Trophy } from "lucide-react";
export default function LandingPage() {
@@ -34,7 +33,7 @@ export default function LandingPage() {
{ name: "Home", id: "hero" },
{ name: "Services", id: "services" },
{ name: "Gallery", id: "gallery" },
{ name: "Reviews", id: "testimonials" },
{ name: "Soon to Come", id: "soon-to-come" },
{ name: "Contact", id: "contact" },
]}
brandName="Jasper's wash lab"
@@ -122,28 +121,6 @@ export default function LandingPage() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
title="What Your Neighbors Are Saying"
description="Trusted by the Prosper community to deliver elite results."
testimonials={[
{ id: "1", name: "Michael S.", role: "Local Resident", company: "Prosper", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/upbeat-young-woman-celebrating-winning-triumphing-sitting-street-bench-laughing-holding_1258-206035.jpg?_wi=2" },
{ id: "2", name: "Sarah L.", role: "Client", company: "Prosper", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-asian-woman-entrepreneur-recommending-cafe-showing-okay-ok-sign-approval_1258-199352.jpg" },
{ id: "3", name: "David K.", role: "Customer", company: "Prosper", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg" },
{ id: "4", name: "Jessica M.", role: "Homeowner", company: "Prosper", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-headset_74855-2661.jpg" },
{ id: "5", name: "Brian P.", role: "Driver", company: "Prosper", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-checking-out-new-car_23-2148130202.jpg" },
]}
kpiItems={[
{ value: "100+", label: "Cars Detailed" },
{ value: "5.0", label: "Avg. Rating" },
{ value: "100%", label: "Satisfaction" },
]}
/>
</div>
<div id="why-choose" data-section="why-choose">
<FeatureCardTwentyFive
animationType="slide-up"