Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-02 20:31:23 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
tagIcon={CheckCircle} tagIcon={CheckCircle}
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "plain" }} background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384862.jpg" imageSrc="http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384862.jpg?_wi=1"
imageAlt="Professional mobile home leveling service" imageAlt="Professional mobile home leveling service"
mediaAnimation="slide-up" mediaAnimation="slide-up"
testimonials={[ testimonials={[
@@ -77,7 +77,7 @@ export default function LandingPage() {
tag="The Process" tag="The Process"
tagIcon={Wrench} tagIcon={Wrench}
tagAnimation="slide-up" tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/close-up-wood-texture-background_23-2148935976.jpg" imageSrc="http://img.b2bpic.net/free-photo/close-up-wood-texture-background_23-2148935976.jpg?_wi=1"
imageAlt="Mobile home foundation before leveling" imageAlt="Mobile home foundation before leveling"
useInvertedBackground={false} useInvertedBackground={false}
/> />
@@ -93,13 +93,13 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
products={[ products={[
{ {
id: "1", name: "Foundation Leveling", price: "Before & After", imageSrc: "http://img.b2bpic.net/free-photo/close-up-wood-texture-background_23-2148935976.jpg", imageAlt: "Before foundation leveling" id: "1", name: "Foundation Leveling", price: "Before & After", imageSrc: "http://img.b2bpic.net/free-photo/close-up-wood-texture-background_23-2148935976.jpg?_wi=2", imageAlt: "Before foundation leveling"
}, },
{ {
id: "2", name: "Professional Restoration", price: "Complete Service", imageSrc: "http://img.b2bpic.net/free-photo/urban-environment-with-grunge-aesthetic_23-2150943422.jpg", imageAlt: "After professional leveling" id: "2", name: "Professional Restoration", price: "Complete Service", imageSrc: "http://img.b2bpic.net/free-photo/urban-environment-with-grunge-aesthetic_23-2150943422.jpg", imageAlt: "After professional leveling"
}, },
{ {
id: "3", name: "Structural Integrity", price: "Long-term Value", imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384862.jpg", imageAlt: "Properly leveled mobile home" id: "3", name: "Structural Integrity", price: "Long-term Value", imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384862.jpg?_wi=2", imageAlt: "Properly leveled mobile home"
} }
]} ]}
/> />