Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-04 22:15:17 +00:00

View File

@@ -4,10 +4,11 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating
import HeroOverlay from "@/components/sections/hero/HeroOverlay";
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterBase from "@/components/sections/footer/FooterBase";
import { Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -89,22 +90,17 @@ export default function LandingPage() {
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
<SocialProofOne
title="What Our Customers Say"
description="Trusted by Spearfish residents with a 4.9-star rating"
tag="Customer Reviews"
tagIcon={Star}
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1", title: "Honest and Professional Service", quote: "I've been taking my cars to Cornerstone for years. They always explain what needs to be done and never try to upsell unnecessary services. Truly trustworthy.", name: "Tosh Johnson ", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Tosh Johnson "},
{
id: "2", title: "Family That Cares", quote: "As a family business themselves, they treat your vehicle like family. Fast, fair pricing and excellent workmanship. Highly recommend!", name: "Sarah Johnson", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"},
{
id: "3", title: "Emergency Repair Heroes", quote: "My car broke down on a weekend and they fit me in. Got me back on the road quickly with professional service. Can't ask for better.", name: "David Martinez", role: "Community Member", imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg", imageAlt: "David Martinez"},
{
id: "4", title: "Five Stars Every Time", quote: "Consistent quality, honest advice, and fair prices. This is exactly what local auto repair should be. My whole family uses Cornerstone.", name: "Jennifer Lee", role: "Loyal Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Jennifer Lee"},
]}
names={[
"Tosh Johnson - Honest and Professional Service", "Sarah Johnson - Family That Cares", "David Martinez - Emergency Repair Heroes", "Jennifer Lee - Five Stars Every Time"]}
speed={40}
showCard={true}
/>
</div>