Update src/app/page.tsx
This commit is contained in:
@@ -64,19 +64,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Satisfied Client", handle: "@LuxuryOwner", testimonial: "Funilaria Exacta exceeded all my expectations. My car looks absolutely factory new!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22303.jpg", imageAlt: "luxury car body repair workshop cinematic still"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22303.jpg?_wi=1", imageAlt: "luxury car body repair workshop cinematic still"},
|
||||
{
|
||||
name: "Car Enthusiast", handle: "@SpeedDemon", testimonial: "Incredible service and a stunning finish. My sports car truly shines after their meticulous work.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3043.jpg", imageAlt: "luxury car body repair workshop cinematic still"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3043.jpg?_wi=1", imageAlt: "luxury car body repair workshop cinematic still"},
|
||||
{
|
||||
name: "Vintage Collector", handle: "@ClassicRide", testimonial: "My vintage beauty was restored beyond my wildest dreams. The attention to detail is unmatched!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-inspects-car-overhead-lift_482257-76181.jpg", imageAlt: "luxury car body repair workshop cinematic still"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-inspects-car-overhead-lift_482257-76181.jpg?_wi=1", imageAlt: "luxury car body repair workshop cinematic still"},
|
||||
{
|
||||
name: "Daily Driver", handle: "@FamilyTraveler", testimonial: "Quick, professional, and the dent is completely gone. Funilaria Exacta made my daily commute car look pristine again.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-fixing-car_23-2149385729.jpg", imageAlt: "luxury car body repair workshop cinematic still"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-fixing-car_23-2149385729.jpg?_wi=1", imageAlt: "luxury car body repair workshop cinematic still"},
|
||||
{
|
||||
name: "Executive Client", handle: "@CEO_Wheels", testimonial: "Top-tier quality and seamless process. My executive sedan received the premium treatment it deserved.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-small-girl-near-shiny-car-atuo-service-workshop_613910-15243.jpg", imageAlt: "luxury car body repair workshop cinematic still"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-small-girl-near-shiny-car-atuo-service-workshop_613910-15243.jpg?_wi=1", imageAlt: "luxury car body repair workshop cinematic still"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
@@ -84,8 +84,8 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "View Our Work", href: "#work"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22303.jpg"
|
||||
videoSrc="http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3043.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22303.jpg?_wi=2"
|
||||
videoSrc="http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3043.jpg?_wi=2"
|
||||
imageAlt="Luxury vehicle in a precision auto body workshop"
|
||||
mediaAnimation="blur-reveal"
|
||||
marqueeItems={[
|
||||
@@ -132,13 +132,13 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "showcase-1", brand: "Restored", name: "Flawless Finish", price: "Price on Request", rating: 5,
|
||||
reviewCount: "20+", imageSrc: "http://img.b2bpic.net/free-photo/engineer-inspects-car-overhead-lift_482257-76181.jpg", imageAlt: "Before and After of a restored luxury car"},
|
||||
reviewCount: "20+", imageSrc: "http://img.b2bpic.net/free-photo/engineer-inspects-car-overhead-lift_482257-76181.jpg?_wi=2", imageAlt: "Before and After of a restored luxury car"},
|
||||
{
|
||||
id: "showcase-2", brand: "Detail", name: "Precision Bodywork", price: "Price on Request", rating: 5,
|
||||
reviewCount: "15+", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-fixing-car_23-2149385729.jpg", imageAlt: "Close up of a luxury car's restored body panel"},
|
||||
reviewCount: "15+", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-fixing-car_23-2149385729.jpg?_wi=2", imageAlt: "Close up of a luxury car's restored body panel"},
|
||||
{
|
||||
id: "showcase-3", brand: "Perfection", name: "Factory-Level Paint", price: "Price on Request", rating: 5,
|
||||
reviewCount: "18+", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-small-girl-near-shiny-car-atuo-service-workshop_613910-15243.jpg", imageAlt: "Luxury car after a complete paint restoration"},
|
||||
reviewCount: "18+", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-small-girl-near-shiny-car-atuo-service-workshop_613910-15243.jpg?_wi=2", imageAlt: "Luxury car after a complete paint restoration"},
|
||||
{
|
||||
id: "showcase-4", brand: "Transformed", name: "Seamless Repair", price: "Price on Request", rating: 5,
|
||||
reviewCount: "22+", imageSrc: "http://img.b2bpic.net/free-photo/preparing-car-before-spray-painting_1157-36582.jpg", imageAlt: "Before and after comparison of a dent repair"},
|
||||
|
||||
Reference in New Issue
Block a user