Update src/app/page.tsx
This commit is contained in:
@@ -9,7 +9,6 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import FeatureCardTwentyTwo from '@/components/sections/feature/FeatureCardTwentyTwo';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
@@ -67,7 +66,7 @@ export default function HomePage() {
|
||||
{ text: "Talk to Ryan Directly", href: "/contact" },
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-20.jpg?_wi=1"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-20.jpg"
|
||||
imageAlt="Cinematic drone shot of a luxury home roof replacement at golden hour."
|
||||
mediaAnimation="opacity"
|
||||
frameStyle="card"
|
||||
@@ -100,26 +99,14 @@ export default function HomePage() {
|
||||
<FeatureCardTwentyTwo
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
category: ["Expertise"],
|
||||
title: "Insurance Claim Experts",
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752886.jpg?_wi=1",
|
||||
imageAlt: "Insurance claim expert icon.",
|
||||
},
|
||||
id: "1", category: ["Expertise"],
|
||||
title: "Insurance Claim Experts", imageSrc: "https://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752886.jpg", imageAlt: "Insurance claim expert icon."},
|
||||
{
|
||||
id: "2",
|
||||
category: ["Efficiency"],
|
||||
title: "One-Day Installs",
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/road-worker-flat_98292-813.jpg?_wi=1",
|
||||
imageAlt: "One-day installs icon.",
|
||||
},
|
||||
id: "2", category: ["Efficiency"],
|
||||
title: "One-Day Installs", imageSrc: "https://img.b2bpic.net/free-vector/road-worker-flat_98292-813.jpg", imageAlt: "One-day installs icon."},
|
||||
{
|
||||
id: "3",
|
||||
category: ["Integrity"],
|
||||
title: "Radical Honesty",
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/usa-labor-day-badge-collection-flat-style_23-2148237287.jpg?_wi=1",
|
||||
imageAlt: "Radical honesty icon.",
|
||||
},
|
||||
id: "3", category: ["Integrity"],
|
||||
title: "Radical Honesty", imageSrc: "https://img.b2bpic.net/free-vector/usa-labor-day-badge-collection-flat-style_23-2148237287.jpg", imageAlt: "Radical honesty icon."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="We’re Not Just Roofers. We’re Protectors of Your Investment."
|
||||
@@ -138,33 +125,17 @@ export default function HomePage() {
|
||||
<FeatureCardTwentyTwo
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
category: ["Residential"],
|
||||
title: "Residential Roofing",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-20.jpg?_wi=2",
|
||||
imageAlt: "Residential Roofing service image.",
|
||||
},
|
||||
id: "1", category: ["Residential"],
|
||||
title: "Residential Roofing", imageSrc: "https://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-20.jpg", imageAlt: "Residential Roofing service image."},
|
||||
{
|
||||
id: "2",
|
||||
category: ["Free Service"],
|
||||
title: "Roof Inspections",
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/road-worker-flat_98292-813.jpg?_wi=2",
|
||||
imageAlt: "Roof Inspections service image.",
|
||||
},
|
||||
id: "2", category: ["Free Service"],
|
||||
title: "Roof Inspections", imageSrc: "https://img.b2bpic.net/free-vector/road-worker-flat_98292-813.jpg", imageAlt: "Roof Inspections service image."},
|
||||
{
|
||||
id: "3",
|
||||
category: ["Restoration"],
|
||||
title: "Storm & Insurance Restoration",
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752886.jpg?_wi=2",
|
||||
imageAlt: "Storm & Insurance Restoration service image.",
|
||||
},
|
||||
id: "3", category: ["Restoration"],
|
||||
title: "Storm & Insurance Restoration", imageSrc: "https://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752886.jpg", imageAlt: "Storm & Insurance Restoration service image."},
|
||||
{
|
||||
id: "4",
|
||||
category: ["Emergency"],
|
||||
title: "Leak Detection & Repairs",
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/usa-labor-day-badge-collection-flat-style_23-2148237287.jpg?_wi=2",
|
||||
imageAlt: "Leak Detection & Repairs service image.",
|
||||
},
|
||||
id: "4", category: ["Emergency"],
|
||||
title: "Leak Detection & Repairs", imageSrc: "https://img.b2bpic.net/free-vector/usa-labor-day-badge-collection-flat-style_23-2148237287.jpg", imageAlt: "Leak Detection & Repairs service image."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Our Comprehensive Services"
|
||||
@@ -184,32 +155,14 @@ export default function HomePage() {
|
||||
<TestimonialCardOne
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Holly S.",
|
||||
role: "Satisfied Homeowner",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=1",
|
||||
imageAlt: "Portrait of Holly S., a satisfied homeowner.",
|
||||
},
|
||||
id: "1", name: "Holly S.", role: "Satisfied Homeowner", company: "Local Resident", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Portrait of Holly S., a satisfied homeowner."},
|
||||
{
|
||||
id: "2",
|
||||
name: "J Fleck",
|
||||
role: "Local Resident",
|
||||
company: "Homeowner",
|
||||
rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17986.jpg?_wi=1",
|
||||
imageAlt: "Portrait of J Fleck, a homeowner.",
|
||||
},
|
||||
id: "2", name: "J Fleck", role: "Local Resident", company: "Homeowner", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17986.jpg", imageAlt: "Portrait of J Fleck, a homeowner."},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rick L.",
|
||||
role: "Local Resident",
|
||||
company: "Homeowner",
|
||||
rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/happy-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder-showing-thumb-up-like_74855-10007.jpg",
|
||||
imageAlt: "Portrait of Rick L., a homeowner.",
|
||||
},
|
||||
id: "3", name: "Rick L.", role: "Local Resident", company: "Homeowner", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/happy-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder-showing-thumb-up-like_74855-10007.jpg", imageAlt: "Portrait of Rick L., a homeowner."},
|
||||
]}
|
||||
title="★★★★★ Rated by Homeowners Who Expect the Best"
|
||||
description='"Ryan went above and beyond with our insurance company — money would have been left on the table." - Holly S.'
|
||||
|
||||
Reference in New Issue
Block a user