Merge version_1 into main #2
@@ -19,7 +19,6 @@ import {
|
||||
Home,
|
||||
MapPin,
|
||||
Phone,
|
||||
Pipe,
|
||||
Star,
|
||||
Users,
|
||||
Wind,
|
||||
@@ -35,7 +34,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -62,7 +61,7 @@ export default function LandingPage() {
|
||||
tag="Local Plumbing Expert"
|
||||
tagIcon={Wrench}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Call Now: (555) 123-4567", href: "tel:+15551234567" },
|
||||
{ text: "Request Service", href: "#contact" },
|
||||
@@ -71,7 +70,7 @@ export default function LandingPage() {
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg?_wi=1", imageAlt: "Professional plumber performing quality service"},
|
||||
"http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg", imageAlt: "Professional plumber performing quality service"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746312.jpg", imageAlt: "Emergency plumbing response team"},
|
||||
@@ -108,7 +107,7 @@ export default function LandingPage() {
|
||||
title: "Well Pump Repair", description:
|
||||
"Specialized service for rural well pump systems and water supply maintenance"},
|
||||
{
|
||||
icon: Pipe,
|
||||
icon: Wrench,
|
||||
title: "City Water Hookups", description:
|
||||
"Professional main line connections and municipal water system installations"},
|
||||
{
|
||||
@@ -142,7 +141,6 @@ export default function LandingPage() {
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -173,7 +171,7 @@ export default function LandingPage() {
|
||||
title: "Fast Response Times", description:
|
||||
"Average 30-minute emergency response because we know urgency matters."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg"
|
||||
imageAlt="Professional plumbing team at work"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
|
||||
Reference in New Issue
Block a user