Merge version_2 into main #7

Merged
bender merged 1 commits from version_2 into main 2026-03-22 02:06:09 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo";
import HeroSplitContent from "@/components/sections/hero/HeroSplitContent";
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
import FeatureCardSix from "@/components/sections/feature/FeatureCardSix";
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
@@ -41,20 +41,16 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="Resurrected Auto Repair"
description="Fast, honest PA inspections and emissions testing. No appointment needed—just pull up and we'll get your inspection done quickly, fairly, and right the first time. Walk-ins welcome; same-day service available."
<HeroSplitContent
title="Fast, Honest PA Inspections in Philadelphia"
description="No appointment needed—just pull up and we'll get your inspection done quickly, fairly, and right the first time. Walk-ins welcome; same-day service available."
buttons={[
{ text: "Call Now 267-314-5855", href: "tel:267-314-5855" },
{ text: "Schedule Walk-In" }
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/physician-recommending-vitamins-painkillers-healthcare-insurance_482257-116451.jpg?_wi=1", imageAlt: "Professional auto inspection service"
}
]}
autoplayDelay={3000}
showDimOverlay={false}
imageSrc="http://img.b2bpic.net/free-photo/physician-recommending-vitamins-painkillers-healthcare-insurance_482257-116451.jpg?_wi=1"
imageAlt="Professional auto inspection service"
mediaAnimation="blur-reveal"
ariaLabel="Hero section - Fast, Honest PA Inspections in Philadelphia"
/>
</div>