Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-12 10:59:53 +00:00

View File

@@ -7,7 +7,6 @@ import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterCard from "@/components/sections/footer/FooterCard";
@@ -136,49 +135,6 @@ export default function LandingPage() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
title="What Our Customers Say"
description="Real results from real businesses using Stone Systems to grow."
tag="Success Stories"
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Marcus Williams", role: "Plumbing Owner", company: "Elite Plumbing Co", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg", imageAlt: "Marcus Williams testimonial"
},
{
id: "2", name: "Jennifer Santos", role: "Founder", company: "Santos Cleaning Services", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-car-charger-electric-vehicle-charging-station_107420-94914.jpg", imageAlt: "Jennifer Santos testimonial"
},
{
id: "3", name: "David Chen", role: "Owner", company: "Premium HVAC Solutions", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg", imageAlt: "David Chen testimonial"
},
{
id: "4", name: "Angela Rodriguez", role: "Operations Manager", company: "Bright Home Services", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg", imageAlt: "Angela Rodriguez testimonial"
},
{
id: "5", name: "Thomas Hoffman", role: "General Manager", company: "Hoffman Roofing", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident_1258-194088.jpg", imageAlt: "Thomas Hoffman testimonial"
},
{
id: "6", name: "Lisa Montgomery", role: "Business Owner", company: "Montgomery Electric", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-businesswoman-with-arms-crossed-smiling-happy-city_839833-9384.jpg", imageAlt: "Lisa Montgomery testimonial"
}
]}
kpiItems={[
{ value: "180+", label: "5-star reviews generated" },
{ value: "94%", label: "Customer retention rate" },
{ value: "3x", label: "Average ROI" }
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
title="Frequently Asked Questions"
@@ -244,4 +200,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}