Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-06-04 21:26:33 +00:00

View File

@@ -5,7 +5,7 @@ import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestim
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactCenter from '@/components/sections/contact/ContactCenter';
@@ -34,7 +34,7 @@ export default function LandingPage() {
{ name: "Home", id: "#hero" },
{ name: "About Us", id: "#about" },
{ name: "Services", id: "#features" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "Contact", id: "#contact" }
]}
/>
@@ -105,25 +105,7 @@ export default function LandingPage() {
ariaLabel="Metrics section highlighting customer satisfaction"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
title="Hear From Our Valued Customers"
description="Real stories from drivers who trust Hernandez Auto Repair for their vehicle needs and exceptional service."
testimonials={[
{ id: "1", name: "Marlene Zapanta", role: "Local Guide", company: "Uptown Resident", rating: 5, imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1770&q=80", imageAlt: "business woman smiling portrait" },
{ id: "2", name: "The Blaq Method", role: "Satisfied Customer", company: "Renegade Owner", rating: 5, imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1770&q=80", imageAlt: "man smiling confident portrait" },
{ id: "3", name: "Irenka Carney", role: "Out-of-Town Visitor", company: "Friend of Patient", rating: 5, imageSrc: "https://images.unsplash.com/photo-1534528741775-53994a69daeb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1770&q=80", imageAlt: "woman short hair smiling" },
{ id: "4", name: "Daniel P.", role: "Loyal Client", company: "Chicago Driver", rating: 5, imageSrc: "https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1770&q=80", imageAlt: "older gentleman smiling portrait" },
{ id: "5", name: "Sofia R.", role: "Happy Customer", company: "Local Commuter", rating: 5, imageSrc: "https://images.unsplash.com/photo-1529629220677-2f3b92cf0e22?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1770&q=80", imageAlt: "young woman with glasses smiling" }
]}
carouselMode="buttons"
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
ariaLabel="Testimonials from satisfied customers"
/>
</div>
<div id="products" data-section="products">
<ProductCardTwo
title="Our Full Range of Auto Services"