Update src/app/page.tsx
This commit is contained in:
234
src/app/page.tsx
234
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Sam & A Restoration"
|
||||
/>
|
||||
@@ -56,67 +48,42 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Restoring Your Peace of Mind."
|
||||
description="Professional, reliable restoration services for home and property recovery. We bring your space back to life with expert precision and speed."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Emergency Help",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Emergency Help", href: "#contact"},
|
||||
{
|
||||
text: "View Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "View Services", href: "#services"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg"
|
||||
imageAlt="Restoration team working"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/professional-overalls-with-tools-repair-site_169016-8524.jpg",
|
||||
alt: "Team member 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/professional-overalls-with-tools-repair-site_169016-8524.jpg", alt: "Team member 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/teenage-boy-holding-book-hand-walking-front-university-building_23-2148093393.jpg",
|
||||
alt: "Team member 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/teenage-boy-holding-book-hand-walking-front-university-building_23-2148093393.jpg", alt: "Team member 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-paints-with-white-paint-wooden-planks-man-industrial-concept-there-is-place-text-object-is-close-up_169016-4429.jpg",
|
||||
alt: "Team member 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-paints-with-white-paint-wooden-planks-man-industrial-concept-there-is-place-text-object-is-close-up_169016-4429.jpg", alt: "Team member 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-background-new-house-portrait-first-time-buyer-house-owner-apartment-renter-flat-tenant-landlady-moving-day-buying-own-property-concept_493343-29871.jpg",
|
||||
alt: "Team member 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-background-new-house-portrait-first-time-buyer-house-owner-apartment-renter-flat-tenant-landlady-moving-day-buying-own-property-concept_493343-29871.jpg", alt: "Team member 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/african-american-employee-discussing-merchandise-checklist_482257-84293.jpg",
|
||||
alt: "Team member 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/african-american-employee-discussing-merchandise-checklist_482257-84293.jpg", alt: "Team member 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ local families"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Water Damage Specialists",
|
||||
},
|
||||
type: "text", text: "Water Damage Specialists"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fire Damage Restoration",
|
||||
},
|
||||
type: "text", text: "Fire Damage Restoration"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Mold Remediation Experts",
|
||||
},
|
||||
type: "text", text: "Mold Remediation Experts"},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Emergency Response",
|
||||
},
|
||||
type: "text", text: "24/7 Emergency Response"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Certified Restoration Pros",
|
||||
},
|
||||
type: "text", text: "Certified Restoration Pros"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -128,19 +95,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Experience",
|
||||
value: "15+",
|
||||
},
|
||||
label: "Years Experience", value: "15+"},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
label: "Projects Completed",
|
||||
value: "500+",
|
||||
},
|
||||
label: "Projects Completed", value: "500+"},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Response Time",
|
||||
value: "1hr",
|
||||
},
|
||||
label: "Response Time", value: "1hr"},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -153,28 +114,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Water Damage Recovery",
|
||||
description: "Rapid response water extraction and drying services.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Droplets,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-measuring-tools-desk-still-life_23-2150440931.jpg",
|
||||
imageAlt: "restoration business metrics infographic",
|
||||
title: "Water Damage Recovery", description: "Rapid response water extraction and drying services.", bentoComponent: "reveal-icon", icon: Droplets,
|
||||
},
|
||||
{
|
||||
title: "Fire & Smoke Remediation",
|
||||
description: "Thorough cleanup, deodorization, and reconstruction.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Flame,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg?_wi=2",
|
||||
imageAlt: "restoration business metrics infographic",
|
||||
title: "Fire & Smoke Remediation", description: "Thorough cleanup, deodorization, and reconstruction.", bentoComponent: "reveal-icon", icon: Flame,
|
||||
},
|
||||
{
|
||||
title: "Mold & Air Quality",
|
||||
description: "Professional assessment and safe remediation.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Star,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-wooden-toolbox-with-different-tools_23-2148428300.jpg",
|
||||
imageAlt: "restoration business metrics infographic",
|
||||
title: "Mold & Air Quality", description: "Professional assessment and safe remediation.", bentoComponent: "reveal-icon", icon: Star,
|
||||
},
|
||||
]}
|
||||
title="Our Restoration Expertise"
|
||||
@@ -189,26 +135,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Essential",
|
||||
price: "$499",
|
||||
subtitle: "Basic cleanup and damage assessment",
|
||||
features: [
|
||||
"On-site inspection",
|
||||
"Detailed damage report",
|
||||
"Initial cleanup plan",
|
||||
],
|
||||
id: "basic", badge: "Essential", price: "$499", subtitle: "Basic cleanup and damage assessment", features: [
|
||||
"On-site inspection", "Detailed damage report", "Initial cleanup plan"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Most Popular",
|
||||
price: "$1,299",
|
||||
subtitle: "Comprehensive restoration & remediation",
|
||||
features: [
|
||||
"Advanced extraction",
|
||||
"Professional deodorization",
|
||||
"Continuous monitoring",
|
||||
],
|
||||
id: "pro", badge: "Most Popular", price: "$1,299", subtitle: "Comprehensive restoration & remediation", features: [
|
||||
"Advanced extraction", "Professional deodorization", "Continuous monitoring"],
|
||||
},
|
||||
]}
|
||||
title="Transparent Restoration Planning"
|
||||
@@ -218,63 +150,33 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Homeowner",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-small-blackboard_1098-1156.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Homeowner", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-small-blackboard_1098-1156.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
role: "Business Owner",
|
||||
company: "Downtown Coffee",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15617.jpg",
|
||||
},
|
||||
id: "2", name: "Mark D.", role: "Business Owner", company: "Downtown Coffee", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15617.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Lisa R.",
|
||||
role: "Homeowner",
|
||||
company: "Suburban Living",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-holding-thumbs-up_23-2148752021.jpg",
|
||||
},
|
||||
id: "3", name: "Lisa R.", role: "Homeowner", company: "Suburban Living", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-holding-thumbs-up_23-2148752021.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Tom K.",
|
||||
role: "Property Manager",
|
||||
company: "Real Estate Group",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enjoying-morning-sun-before-start-work_329181-11779.jpg",
|
||||
},
|
||||
id: "4", name: "Tom K.", role: "Property Manager", company: "Real Estate Group", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enjoying-morning-sun-before-start-work_329181-11779.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna P.",
|
||||
role: "Homeowner",
|
||||
company: "River Valley",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-draws-art-studio_1157-30469.jpg",
|
||||
},
|
||||
id: "5", name: "Anna P.", role: "Homeowner", company: "River Valley", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-draws-art-studio_1157-30469.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9/5",
|
||||
label: "Customer Satisfaction",
|
||||
},
|
||||
value: "4.9/5", label: "Customer Satisfaction"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Project Success",
|
||||
},
|
||||
value: "100%", label: "Project Success"},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Availability",
|
||||
},
|
||||
value: "24/7", label: "Availability"},
|
||||
]}
|
||||
title="Trusted by Homeowners"
|
||||
description="Hear what our clients say about our reliability and commitment during stressful times."
|
||||
@@ -286,14 +188,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Allstate Insurance",
|
||||
"State Farm",
|
||||
"Farmers Insurance",
|
||||
"USAA",
|
||||
"Progressive",
|
||||
"Travelers",
|
||||
"Liberty Mutual",
|
||||
]}
|
||||
"Allstate Insurance", "State Farm", "Farmers Insurance", "USAA", "Progressive", "Travelers", "Liberty Mutual"]}
|
||||
title="We Partner With Industry Leaders"
|
||||
description="Our work is verified and supported by leading insurance and property networks."
|
||||
/>
|
||||
@@ -304,24 +199,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How quickly can you respond?",
|
||||
content: "Our emergency team aims to be on-site within 1 hour for urgent property concerns.",
|
||||
},
|
||||
id: "f1", title: "How quickly can you respond?", content: "Our emergency team aims to be on-site within 1 hour for urgent property concerns."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you work with insurance?",
|
||||
content: "Yes, we handle all documentation directly with your insurance provider for a seamless process.",
|
||||
},
|
||||
id: "f2", title: "Do you work with insurance?", content: "Yes, we handle all documentation directly with your insurance provider for a seamless process."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is my property safe?",
|
||||
content: "We prioritize structural integrity and air quality safety protocols before starting restoration.",
|
||||
},
|
||||
id: "f3", title: "Is my property safe?", content: "We prioritize structural integrity and air quality safety protocols before starting restoration."},
|
||||
]}
|
||||
sideTitle="Still Have Concerns?"
|
||||
faqsAnimation="blur-reveal"
|
||||
title="Common Restoration Questions"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -329,8 +214,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
variant: "downward-rays-static"}}
|
||||
tag="Let's Talk"
|
||||
title="Need Urgent Assistance?"
|
||||
description="Send us your details and we'll be in touch immediately to discuss your restoration needs."
|
||||
@@ -343,33 +227,21 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user