Merge version_1 into main #2
@@ -1,6 +1,6 @@
|
||||
"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 NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
|
||||
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -45,14 +45,14 @@ export default function LandingPage() {
|
||||
<HeroBillboard
|
||||
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."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Local Service Leader"
|
||||
tagIcon={Award}
|
||||
buttons={[
|
||||
{ text: "Call Now: (555) 123-4567", href: "tel:+15551234567" },
|
||||
{ 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"
|
||||
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: [
|
||||
{ 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"
|
||||
tagIcon={Shield}
|
||||
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"
|
||||
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: "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"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user