Update src/app/page.tsx
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import { Award, Wrench, Droplet, Pipe, Wind, Thermometer, Zap, Lightbulb, Shield, Users, Star, Clock, CheckCircle, MessageSquare, HelpCircle } from "lucide-react";
|
import { Award, Wrench, Droplet, Wind, Thermometer, Zap, Lightbulb, Shield, Users, Star, Clock, CheckCircle, MessageSquare, HelpCircle } from "lucide-react";
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||||
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
|
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
|
||||||
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="soft"
|
borderRadius="soft"
|
||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
sizing="largeSizeMediumTitles"
|
sizing="largeSizeMediumTitles"
|
||||||
background="aurora"
|
background="circleGradient"
|
||||||
cardStyle="layered-gradient"
|
cardStyle="layered-gradient"
|
||||||
primaryButtonStyle="flat"
|
primaryButtonStyle="flat"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
@@ -45,14 +45,14 @@ export default function LandingPage() {
|
|||||||
<HeroBillboard
|
<HeroBillboard
|
||||||
title="Professional Local Service You Can Trust"
|
title="Professional Local Service You Can Trust"
|
||||||
description="Fast, reliable service for your home. Licensed, insured, and backed by years of local expertise. Call now for same-day estimates."
|
description="Fast, reliable service for your home. Licensed, insured, and backed by years of local expertise. Call now for same-day estimates."
|
||||||
background={{ variant: "aurora" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
tag="Local Service Leader"
|
tag="Local Service Leader"
|
||||||
tagIcon={Award}
|
tagIcon={Award}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call Now: (555) 123-4567", href: "tel:+15551234567" },
|
{ text: "Call Now: (555) 123-4567", href: "tel:+15551234567" },
|
||||||
{ text: "Get Free Quote", href: "#contact" },
|
{ text: "Get Free Quote", href: "#contact" },
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/happy-engineer-young-black-worker-handshaking-while-greeting-industrial-building_637285-4767.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/happy-engineer-young-black-worker-handshaking-while-greeting-industrial-building_637285-4767.jpg"
|
||||||
imageAlt="Professional service team ready to help"
|
imageAlt="Professional service team ready to help"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -68,7 +68,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "Plumbing", description: "Expert plumbing repair and installation for all your water needs.", bentoComponent: "icon-info-cards", items: [
|
title: "Plumbing", description: "Expert plumbing repair and installation for all your water needs.", bentoComponent: "icon-info-cards", items: [
|
||||||
{ icon: Droplet, label: "Leak Repair", value: "Same-Day" },
|
{ icon: Droplet, label: "Leak Repair", value: "Same-Day" },
|
||||||
{ icon: Pipe, label: "Installations", value: "Professional" },
|
{ icon: Droplet, label: "Installations", value: "Professional" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -97,7 +97,7 @@ export default function LandingPage() {
|
|||||||
tag="About Us"
|
tag="About Us"
|
||||||
tagIcon={Shield}
|
tagIcon={Shield}
|
||||||
buttons={[{ text: "Verify Our Credentials", href: "#" }]}
|
buttons={[{ text: "Verify Our Credentials", href: "#" }]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/happy-engineer-young-black-worker-handshaking-while-greeting-industrial-building_637285-4767.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-photo/happy-engineer-young-black-worker-handshaking-while-greeting-industrial-building_637285-4767.jpg"
|
||||||
imageAlt="Our trusted team of professionals"
|
imageAlt="Our trusted team of professionals"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
@@ -158,7 +158,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "5", title: "What areas do you serve?", content: "We serve the entire metro area and surrounding suburbs within 25 miles. Call us to confirm we service your address."},
|
id: "5", title: "What areas do you serve?", content: "We serve the entire metro area and surrounding suburbs within 25 miles. Call us to confirm we service your address."},
|
||||||
{
|
{
|
||||||
id: "6", title: "Do you guarantee your work?", content: "We stand behind everything we do. All work includes a satisfaction guarantee and warranty. If you're not happy, we'll make it right."},
|
id: "6", title: "Do you guarantee your work?", content: "We stand behind everything we do. All work includes a satisfaction guarantee and warranty. If you're not happy, we'll make it right."}
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user