Update src/app/page.tsx

This commit is contained in:
2026-03-05 22:45:23 +00:00
parent f9c620b149
commit 5cb0fdbc58

View File

@@ -10,7 +10,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import ContactText from '@/components/sections/contact/ContactText';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Hammer, Wrench, AlertCircle, Brick, Home, Star, Award, CheckCircle, TrendingUp, Handshake } from "lucide-react";
import { Hammer, Wrench, AlertCircle, Home, Star, Award, CheckCircle, TrendingUp, Handshake } from "lucide-react";
export default function LandingPage() {
return (
@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="mediumLargeSizeMediumTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="shadow"
secondaryButtonStyle="radial-glow"
@@ -45,18 +45,18 @@ export default function LandingPage() {
tag="Premium Services"
tagIcon={Hammer}
tagAnimation="slide-up"
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Get Free Quote", href: "contact" },
{ text: "View Portfolio", href: "services" }
]}
buttonAnimation="slide-up"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg?_wi=1", imageAlt: "Professional roofing installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=1", imageAlt: "Completed roofing project" },
{ imageSrc: "http://img.b2bpic.net/free-photo/worker-building-roof-house_23-2148748850.jpg?_wi=1", imageAlt: "Residential roof replacement" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-jogging-rainy-city_23-2147618039.jpg?_wi=1", imageAlt: "Professional concrete services" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=1", imageAlt: "Expert roof repair work" }
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg", imageAlt: "Professional roofing installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Completed roofing project" },
{ imageSrc: "http://img.b2bpic.net/free-photo/worker-building-roof-house_23-2148748850.jpg", imageAlt: "Residential roof replacement" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-jogging-rainy-city_23-2147618039.jpg", imageAlt: "Professional concrete services" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg", imageAlt: "Expert roof repair work" }
]}
className="w-full"
containerClassName="max-w-full"
@@ -76,29 +76,29 @@ export default function LandingPage() {
{
title: "Roof Installation", description: "Expert installation of premium roofing materials with precision and attention to detail.", icon: Hammer,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=2", imageAlt: "Professional roof installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/worker-building-roof-house_23-2148748850.jpg?_wi=2", imageAlt: "Quality roofing work" }
{ imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Professional roof installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/worker-building-roof-house_23-2148748850.jpg", imageAlt: "Quality roofing work" }
]
},
{
title: "Concrete Services", description: "High-quality concrete driveways, patios, and foundations built to last decades.", icon: Brick,
title: "Concrete Services", description: "High-quality concrete driveways, patios, and foundations built to last decades.", icon: Home,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/man-jogging-rainy-city_23-2147618039.jpg?_wi=2", imageAlt: "Professional concrete work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=2", imageAlt: "Concrete installation" }
{ imageSrc: "http://img.b2bpic.net/free-photo/man-jogging-rainy-city_23-2147618039.jpg", imageAlt: "Professional concrete work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg", imageAlt: "Concrete installation" }
]
},
{
title: "Roof Repair & Maintenance", description: "Reliable repair services and preventative maintenance to extend your roof's lifespan.", icon: Wrench,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=3", imageAlt: "Professional roof repair" },
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg?_wi=2", imageAlt: "Maintenance services" }
{ imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg", imageAlt: "Professional roof repair" },
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg", imageAlt: "Maintenance services" }
]
},
{
title: "Emergency Services", description: "24/7 emergency response for storm damage, leaks, and urgent roofing issues.", icon: AlertCircle,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=3", imageAlt: "Emergency repair work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=4", imageAlt: "Storm damage repair" }
{ imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Emergency repair work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg", imageAlt: "Storm damage repair" }
]
}
]}