Update src/app/page.tsx
This commit is contained in:
205
src/app/page.tsx
205
src/app/page.tsx
@@ -11,7 +11,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Building2, Home, Paintbrush, Tool } from "lucide-react";
|
||||
import { Building2, Home, Paintbrush, Wrench } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,26 +32,16 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Projects",
|
||||
id: "projects",
|
||||
},
|
||||
name: "Projects", id: "projects"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Get a Free Estimate",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get a Free Estimate", href: "#contact"}}
|
||||
brandName="AARamirez Construction Corp"
|
||||
/>
|
||||
</div>
|
||||
@@ -59,20 +49,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="AARamirez Construction Corp"
|
||||
description="Long Island’s Trusted Roofing & Construction Experts — Quality Work That Speaks for Itself"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Estimate", href: "#contact"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:5163016123",
|
||||
},
|
||||
text: "Call Now", href: "tel:5163016123"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-working-roof-with-drill_23-2148748775.jpg"
|
||||
imageAlt="AARamirez Construction Corp building a roof on a modern home"
|
||||
@@ -87,20 +72,11 @@ export default function LandingPage() {
|
||||
tag="Our Track Record"
|
||||
metrics={[
|
||||
{
|
||||
id: "rating",
|
||||
value: "4.6",
|
||||
description: "Star Rating",
|
||||
},
|
||||
id: "rating", value: "4.6", description: "Star Rating"},
|
||||
{
|
||||
id: "reviews",
|
||||
value: "11+",
|
||||
description: "Verified Reviews",
|
||||
},
|
||||
id: "reviews", value: "11+", description: "Verified Reviews"},
|
||||
{
|
||||
id: "crew",
|
||||
value: "Experienced",
|
||||
description: "Professional Crew",
|
||||
},
|
||||
id: "crew", value: "Experienced", description: "Professional Crew"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -113,71 +89,39 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Roof Installation",
|
||||
description: "Durable, high-quality roofing built to protect your home with lasting performance.",
|
||||
icon: Building2,
|
||||
title: "Roof Installation", description: "Durable, high-quality roofing built to protect your home with lasting performance.", icon: Building2,
|
||||
mediaItems: [
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-men-working-construction_23-2148751990.jpg",
|
||||
alt: "New roof installation",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-men-working-construction_23-2148751990.jpg", alt: "New roof installation"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/american-vintage-labor-day-badges-set_23-2147563839.jpg",
|
||||
alt: "Roof installation icon",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/american-vintage-labor-day-badges-set_23-2147563839.jpg", alt: "Roof installation icon"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Roof Repair",
|
||||
description: "Fix leaks, damage, and aging roofs proactively before they escalate into bigger issues.",
|
||||
icon: Tool,
|
||||
title: "Roof Repair", description: "Fix leaks, damage, and aging roofs proactively before they escalate into bigger issues.", icon: Wrench,
|
||||
mediaItems: [
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg",
|
||||
alt: "Roof repair process",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg", alt: "Roof repair process"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/black-white-home-heartbeat-line-art-logo-concept_17005-929.jpg",
|
||||
alt: "Roof repair icon",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/black-white-home-heartbeat-line-art-logo-concept_17005-929.jpg", alt: "Roof repair icon"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Exterior Construction",
|
||||
description: "Transform your home’s curb appeal and functionality with expert craftsmanship and quality materials.",
|
||||
icon: Home,
|
||||
title: "Exterior Construction", description: "Transform your home’s curb appeal and functionality with expert craftsmanship and quality materials.", icon: Home,
|
||||
mediaItems: [
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-stone-building-design_23-2148252752.jpg",
|
||||
alt: "Exterior siding installation",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-stone-building-design_23-2148252752.jpg", alt: "Exterior siding installation"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/collection-flat-construction-equipment_23-2148201941.jpg",
|
||||
alt: "Exterior construction icon",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/collection-flat-construction-equipment_23-2148201941.jpg", alt: "Exterior construction icon"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Home Renovations",
|
||||
description: "Interior and exterior upgrades done right, enhancing both the beauty and value of your property.",
|
||||
icon: Paintbrush,
|
||||
title: "Home Renovations", description: "Interior and exterior upgrades done right, enhancing both the beauty and value of your property.", icon: Paintbrush,
|
||||
mediaItems: [
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/excited-coworkers-celebrating-victory_23-2147668870.jpg",
|
||||
alt: "Interior home renovation",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/excited-coworkers-celebrating-victory_23-2147668870.jpg", alt: "Interior home renovation"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-measuring-tools-desk_23-2150440972.jpg",
|
||||
alt: "Home renovation icon",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-measuring-tools-desk_23-2150440972.jpg", alt: "Home renovation icon"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -194,35 +138,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "roof-project-1",
|
||||
brand: "Roof Replacement",
|
||||
name: "From Old to New: Classic Roof",
|
||||
price: "Project 1",
|
||||
rating: 5,
|
||||
reviewCount: "Complete",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-love-embracing-near-building_8353-7509.jpg",
|
||||
imageAlt: "Before and after image of a roof replacement",
|
||||
},
|
||||
id: "roof-project-1", brand: "Roof Replacement", name: "From Old to New: Classic Roof", price: "Project 1", rating: 5,
|
||||
reviewCount: "Complete", imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-love-embracing-near-building_8353-7509.jpg", imageAlt: "Before and after image of a roof replacement"},
|
||||
{
|
||||
id: "siding-project-2",
|
||||
brand: "Exterior Siding",
|
||||
name: "Enhanced Curb Appeal: Modern Siding",
|
||||
price: "Project 2",
|
||||
rating: 5,
|
||||
reviewCount: "Complete",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15956.jpg",
|
||||
imageAlt: "Before and after image of a house siding",
|
||||
},
|
||||
id: "siding-project-2", brand: "Exterior Siding", name: "Enhanced Curb Appeal: Modern Siding", price: "Project 2", rating: 5,
|
||||
reviewCount: "Complete", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15956.jpg", imageAlt: "Before and after image of a house siding"},
|
||||
{
|
||||
id: "renovation-project-3",
|
||||
brand: "Home Renovation",
|
||||
name: "Interior Refresh: Seamless Makeover",
|
||||
price: "Project 3",
|
||||
rating: 5,
|
||||
reviewCount: "Complete",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-sitting-kitchen-counter_23-2148128040.jpg",
|
||||
imageAlt: "Before and after image of an interior renovation",
|
||||
},
|
||||
id: "renovation-project-3", brand: "Home Renovation", name: "Interior Refresh: Seamless Makeover", price: "Project 3", rating: 5,
|
||||
reviewCount: "Complete", imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-sitting-kitchen-counter_23-2148128040.jpg", imageAlt: "Before and after image of an interior renovation"},
|
||||
]}
|
||||
title="See the Transformation"
|
||||
description="We turn outdated, damaged homes into strong, beautiful spaces built to last with our precision craftsmanship."
|
||||
@@ -237,9 +160,7 @@ export default function LandingPage() {
|
||||
author="Happy Homeowner, Long Island"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-people_23-2149193851.jpg",
|
||||
alt: "Customer testimonial avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-people_23-2149193851.jpg", alt: "Customer testimonial avatar"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -258,18 +179,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready to Upgrade Your Home?\nGet a fast, free estimate from a team you can trust.\n\nPhone: 516-301-6123\nLong Island, NY"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:5163016123",
|
||||
},
|
||||
text: "Call Now", href: "tel:5163016123"},
|
||||
{
|
||||
text: "Request Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Request Estimate", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -278,62 +194,37 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Roof Installation",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Roof Installation", href: "#services"},
|
||||
{
|
||||
label: "Roof Repair",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Roof Repair", href: "#services"},
|
||||
{
|
||||
label: "Exterior Construction",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Exterior Construction", href: "#services"},
|
||||
{
|
||||
label: "Home Renovations",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Home Renovations", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Why Choose Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Why Choose Us", href: "#about"},
|
||||
{
|
||||
label: "Projects",
|
||||
href: "#projects",
|
||||
},
|
||||
label: "Projects", href: "#projects"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Get a Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Get a Free Estimate", href: "#contact"},
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:5163016123",
|
||||
},
|
||||
label: "Call Us", href: "tel:5163016123"},
|
||||
{
|
||||
label: "Long Island, NY",
|
||||
href: "#",
|
||||
},
|
||||
label: "Long Island, NY", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user