Update src/app/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
import { Wrench, Droplet, MagnifyingGlass } from "lucide-react";
|
import { Wrench, Droplet, Search } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -73,7 +73,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
carouselPosition="right"
|
carouselPosition="right"
|
||||||
tagAnimation="entrance-slide"
|
tagAnimation="entrance-slide"
|
||||||
buttonAnimation="entrance-slide"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -89,8 +89,8 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-holding-out-hand-camera-putting-hip-other-hand-pink_141793-74587.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-holding-out-hand-camera-putting-hip-other-hand-pink_141793-74587.jpg"
|
||||||
imageAlt="Professional plumber smiling confidently"
|
imageAlt="Professional plumber smiling confidently"
|
||||||
mediaAnimation="entrance-slide"
|
mediaAnimation="slide-up"
|
||||||
metricsAnimation="entrance-slide"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -110,11 +110,11 @@ export default function LandingPage() {
|
|||||||
"title": "Water Heater Services", "description": "Installation, repair, and maintenance for all types of water heaters, ensuring consistent hot water supply.", "icon": Droplet,
|
"title": "Water Heater Services", "description": "Installation, repair, and maintenance for all types of water heaters, ensuring consistent hot water supply.", "icon": Droplet,
|
||||||
"mediaItems": [
|
"mediaItems": [
|
||||||
{ "imageSrc": "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-53691.jpg", "imageAlt": "Modern water heater installation" },
|
{ "imageSrc": "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-53691.jpg", "imageAlt": "Modern water heater installation" },
|
||||||
{ "imageSrc": "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746394.jpg", "imageAlt": "Old corroded water heater removal" }
|
{ "imageSrc": "http://img.b2bpic.net/free-photo/old-corroded-water-heater-removal_23-2150746394.jpg", "imageAlt": "Old corroded water heater removal" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Leak Detection & Repair", "description": "Utilizing advanced technology to accurately locate and efficiently repair hidden leaks, saving you from costly damage.", "icon": MagnifyingGlass,
|
"title": "Leak Detection & Repair", "description": "Utilizing advanced technology to accurately locate and efficiently repair hidden leaks, saving you from costly damage.", "icon": Search,
|
||||||
"mediaItems": [
|
"mediaItems": [
|
||||||
{ "imageSrc": "http://img.b2bpic.net/free-photo/vivid-blurred-colorful-wallpaper-background_58702-2929.jpg", "imageAlt": "Thermal imaging camera for leak detection" },
|
{ "imageSrc": "http://img.b2bpic.net/free-photo/vivid-blurred-colorful-wallpaper-background_58702-2929.jpg", "imageAlt": "Thermal imaging camera for leak detection" },
|
||||||
{ "imageSrc": "http://img.b2bpic.net/free-photo/closeup-shot-red-metal-ground_181624-21818.jpg", "imageAlt": "Plumber repairing drywall after a leak" }
|
{ "imageSrc": "http://img.b2bpic.net/free-photo/closeup-shot-red-metal-ground_181624-21818.jpg", "imageAlt": "Plumber repairing drywall after a leak" }
|
||||||
|
|||||||
Reference in New Issue
Block a user