Switch to version 1: remove src/pages/HomePage/sections/Home.tsx

This commit is contained in:
2026-06-07 23:45:14 +00:00
parent 1892db8857
commit accb234b80

View File

@@ -1,48 +0,0 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "home" section.
import React from 'react';
import HeroBillboardTiltedCarousel from '@/components/sections/hero/HeroBillboardTiltedCarousel';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomeSection(): React.JSX.Element {
return (
<div id="home" data-section="home">
<SectionErrorBoundary name="home">
<HeroBillboardTiltedCarousel
tag="Your Local Plumbing Experts"
title="Reliable Plumbing Services in Los Angeles"
description="Expert solutions for all your residential and commercial plumbing needs. Fast, efficient, and always professional service across LA."
primaryButton={{
text: "Schedule Service",
href: "#contact",
}}
secondaryButton={{
text: "Call Now",
href: "tel:+15551234567",
}}
items={[
{
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-kitchen-rack-with-pull-out-faucet-sprayer-rinsing-drainer_169016-69667.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721528.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-drunk-man-being-violent-angry-victim-woman-couple-having-abuse-issues-dealing-with-aggression-violence-addiction-beating-husband-harassing-abused-wife_482257-9409.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990736.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176721.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-calling-plumber-fox-bathroom-problems_23-2150990699.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
);
}