Merge version_2 into main #14

Merged
bender merged 1 commits from version_2 into main 2026-04-02 23:24:26 +00:00

View File

@@ -7,7 +7,6 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial
import ContactCTA from '@/components/sections/contact/ContactCTA';
import ContactText from '@/components/sections/contact/ContactText';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Zap, Star, Mail, MapPin, ArrowRight } from 'lucide-react';
const navItems = [{ name: "Home", id: "/" }];
@@ -41,6 +40,7 @@ export default function HomePage() {
title="Our Services"
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
features={[{ id: "1", label: "Plumbing", title: "Full Service Plumbing", items: ["Repair", "Installation"], buttons: [{ text: "Get Quote", href: "#contact" }] }]}
/>
</div>
@@ -48,12 +48,15 @@ export default function HomePage() {
<InlineImageSplitTextAbout
heading={[{ type: "text", content: "Expertise You Can Trust" }]}
buttons={[{ text: "Read More", href: "#" }]}
useInvertedBackground={false}
/>
</div>
<div id="reviews" data-section="reviews">
<TestimonialCardTwelve
cardTitle="Customer Success"
cardTag="Testimonials"
cardAnimation="blur-reveal"
useInvertedBackground={false}
testimonials={[{ id: "1", name: "John Doe", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?q=80&w=200&auto=format&fit=crop" }]}
/>
</div>
@@ -64,12 +67,14 @@ export default function HomePage() {
description="Contact us today to schedule your service."
buttons={[{ text: "Schedule Now", href: "#contact" }]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
<div id="contact" data-section="contact">
<ContactText
text="Get in Touch"
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">