Merge version_1 into main #2
138
src/app/page.tsx
138
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Mohamed Remodeling"
|
||||
/>
|
||||
@@ -53,17 +45,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Top Remodeling Contractor Near You"
|
||||
description="Kitchen, Bathroom & Full Home Renovations in Tampa, FL"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Free Quote", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg"
|
||||
imageAlt="Kitchen remodeling project"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -76,55 +65,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Kitchen Remodeling",
|
||||
description: "Modern kitchens with high-quality finishes and smart, efficient layouts.",
|
||||
icon: Utensils,
|
||||
title: "Kitchen Remodeling", description: "Modern kitchens with high-quality finishes and smart, efficient layouts.", icon: Utensils,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=2",
|
||||
imageAlt: "Kitchen",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg", imageAlt: "Kitchen"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=3",
|
||||
imageAlt: "Kitchen 2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg", imageAlt: "Kitchen 2"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=4",
|
||||
imageAlt: "modern kitchen remodeling interior",
|
||||
},
|
||||
{
|
||||
title: "Bathroom Remodeling",
|
||||
description: "Clean, elegant bathrooms built for comfort and style to enhance your home.",
|
||||
icon: Droplets,
|
||||
title: "Bathroom Remodeling", description: "Clean, elegant bathrooms built for comfort and style to enhance your home.", icon: Droplets,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=5",
|
||||
imageAlt: "Bathroom",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg", imageAlt: "Bathroom"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=6",
|
||||
imageAlt: "Bathroom 2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg", imageAlt: "Bathroom 2"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-male-contractor-working-with-wood-sanding-wooden-panel-carpenter-using-electrical-sander_662251-454.jpg?_wi=1",
|
||||
imageAlt: "professional construction team smiling",
|
||||
},
|
||||
{
|
||||
title: "Full Home Renovation",
|
||||
description: "Transform your entire home with our expert craftsmanship and attention to detail.",
|
||||
icon: Home,
|
||||
title: "Full Home Renovation", description: "Transform your entire home with our expert craftsmanship and attention to detail.", icon: Home,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=7",
|
||||
imageAlt: "Renovation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg", imageAlt: "Renovation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=8",
|
||||
imageAlt: "Renovation 2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg", imageAlt: "Renovation 2"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-sitting-table_23-2148095754.jpg?_wi=1",
|
||||
imageAlt: "customer headshot professional studio",
|
||||
},
|
||||
]}
|
||||
title="Our Services"
|
||||
@@ -140,19 +105,13 @@ export default function LandingPage() {
|
||||
description="We are a trusted remodeling contractor serving Tampa and surrounding areas. Our team focuses on quality, affordability, and fast project completion. Customer satisfaction is our #1 priority."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Quality First",
|
||||
description: "We only use high-grade materials.",
|
||||
},
|
||||
title: "Quality First", description: "We only use high-grade materials."},
|
||||
{
|
||||
title: "Affordable Pricing",
|
||||
description: "Transparent costs with no hidden fees.",
|
||||
},
|
||||
title: "Affordable Pricing", description: "Transparent costs with no hidden fees."},
|
||||
{
|
||||
title: "Fast Completion",
|
||||
description: "Projects finished on schedule every time.",
|
||||
},
|
||||
title: "Fast Completion", description: "Projects finished on schedule every time."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/attractive-male-contractor-working-with-wood-sanding-wooden-panel-carpenter-using-electrical-sander_662251-454.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/attractive-male-contractor-working-with-wood-sanding-wooden-panel-carpenter-using-electrical-sander_662251-454.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -164,40 +123,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Beautiful bathroom remodel, finished fast and very clean work!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-sitting-table_23-2148095754.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Beautiful bathroom remodel, finished fast and very clean work!", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-sitting-table_23-2148095754.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "@mchen",
|
||||
testimonial: "Excellent service and very professional. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-black-shirt-posing-white-background-high-quality-photo_114579-60993.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Excellent service and very professional. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-black-shirt-posing-white-background-high-quality-photo_114579-60993.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@emilyr",
|
||||
testimonial: "Great price and amazing results. Will hire again!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-laughing-out-loud-with-happiness_53876-15210.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", handle: "@emilyr", testimonial: "Great price and amazing results. Will hire again!", imageSrc: "http://img.b2bpic.net/free-photo/woman-laughing-out-loud-with-happiness_53876-15210.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "@davidk",
|
||||
testimonial: "Very communicative and efficient. My kitchen looks stunning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", handle: "@davidk", testimonial: "Very communicative and efficient. My kitchen looks stunning.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
handle: "@jessicalee",
|
||||
testimonial: "The team transformed our outdated kitchen into a modern masterpiece. Extremely satisfied.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-sitting-table_23-2148095754.jpg?_wi=3",
|
||||
},
|
||||
id: "5", name: "Jessica Lee", handle: "@jessicalee", testimonial: "The team transformed our outdated kitchen into a modern masterpiece. Extremely satisfied.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-sitting-table_23-2148095754.jpg"},
|
||||
]}
|
||||
title="Customer Reviews"
|
||||
description="What our clients say about our work."
|
||||
@@ -211,22 +145,14 @@ export default function LandingPage() {
|
||||
description="Tampa, Florida | (813) 441-2992 | Send us a message below to start your renovation journey."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your project",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Tell us about your project", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pleased-dirty-man-worker-having-protective-goggles-head-holding-rolled-paper-with-hardhat-isolated-yellow-wall-professional-handsome-male-with-belt-tools-going-work_273609-7918.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -237,13 +163,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Mohamed Remodeling"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user