Merge version_1 into main #2
246
src/app/page.tsx
246
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="TempControl HVAC"
|
||||
/>
|
||||
@@ -61,70 +51,38 @@ export default function LandingPage() {
|
||||
description="Professional HVAC solutions for your home. Experienced technicians providing reliable heating and cooling repairs, maintenance, and installations across the city."
|
||||
testimonials={[
|
||||
{
|
||||
name: "John D.",
|
||||
handle: "@johndoe",
|
||||
testimonial: "Excellent service, fast and reliable!",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/happy-customer-testimonial-warm-indoor-h-1775493516845-23cf4428.png?_wi=1",
|
||||
},
|
||||
name: "John D.", handle: "@johndoe", testimonial: "Excellent service, fast and reliable!", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/happy-customer-testimonial-warm-indoor-h-1775493516845-23cf4428.png"},
|
||||
{
|
||||
name: "Sarah K.",
|
||||
handle: "@sarahk",
|
||||
testimonial: "Very professional and fair pricing.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/happy-customer-testimonial-modern-living-1775493517052-d08f24fa.png?_wi=1",
|
||||
},
|
||||
name: "Sarah K.", handle: "@sarahk", testimonial: "Very professional and fair pricing.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/happy-customer-testimonial-modern-living-1775493517052-d08f24fa.png"},
|
||||
{
|
||||
name: "Mike B.",
|
||||
handle: "@mikeb",
|
||||
testimonial: "Fixed my AC in hours. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/happy-customer-testimonial-bright-kitche-1775493517203-7c8ebb00.png?_wi=1",
|
||||
},
|
||||
name: "Mike B.", handle: "@mikeb", testimonial: "Fixed my AC in hours. Highly recommended.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/happy-customer-testimonial-bright-kitche-1775493517203-7c8ebb00.png"},
|
||||
{
|
||||
name: "Jane L.",
|
||||
handle: "@janel",
|
||||
testimonial: "Great attention to detail and clean.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/happy-customer-testimonial-home-interior-1775493528219-9b8da6ce.png?_wi=1",
|
||||
},
|
||||
name: "Jane L.", handle: "@janel", testimonial: "Great attention to detail and clean.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/happy-customer-testimonial-home-interior-1775493528219-9b8da6ce.png"},
|
||||
{
|
||||
name: "Tom R.",
|
||||
handle: "@tomr",
|
||||
testimonial: "The best hvac experience I have had so far.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/happy-customer-testimonial-warm-indoor-h-1775493516845-23cf4428.png?_wi=2",
|
||||
},
|
||||
name: "Tom R.", handle: "@tomr", testimonial: "The best hvac experience I have had so far.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/happy-customer-testimonial-warm-indoor-h-1775493516845-23cf4428.png"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Service",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Service", href: "#contact"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/modern-hvac-installation-professional-wo-1775493516747-dc36d4de.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/modern-hvac-installation-professional-wo-1775493516747-dc36d4de.png"
|
||||
imageAlt="Professional HVAC Technician"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/happy-customer-testimonial-warm-indoor-h-1775493516845-23cf4428.png",
|
||||
alt: "Customer profile 1",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/happy-customer-testimonial-warm-indoor-h-1775493516845-23cf4428.png", alt: "Customer profile 1"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/happy-customer-testimonial-modern-living-1775493517052-d08f24fa.png",
|
||||
alt: "Customer profile 2",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/happy-customer-testimonial-modern-living-1775493517052-d08f24fa.png", alt: "Customer profile 2"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/happy-customer-testimonial-bright-kitche-1775493517203-7c8ebb00.png",
|
||||
alt: "Customer profile 3",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/happy-customer-testimonial-bright-kitche-1775493517203-7c8ebb00.png", alt: "Customer profile 3"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/happy-customer-testimonial-home-interior-1775493528219-9b8da6ce.png",
|
||||
alt: "Customer profile 4",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/happy-customer-testimonial-home-interior-1775493528219-9b8da6ce.png", alt: "Customer profile 4"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/happy-customer-testimonial-warm-indoor-h-1775493516845-23cf4428.png",
|
||||
alt: "Customer profile 5",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/happy-customer-testimonial-warm-indoor-h-1775493516845-23cf4428.png", alt: "Customer profile 5"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -136,19 +94,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Projects Completed",
|
||||
value: "5000+",
|
||||
},
|
||||
label: "Projects Completed", value: "5000+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Happy Clients",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Happy Clients", value: "100%"},
|
||||
{
|
||||
icon: Shield,
|
||||
label: "Certified Pros",
|
||||
value: "15+",
|
||||
},
|
||||
label: "Certified Pros", value: "15+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -161,28 +113,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Smart Climate Control",
|
||||
description: "Cutting edge thermostat installation and integration.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/modern-hvac-installation-professional-wo-1775493516747-dc36d4de.png?_wi=2",
|
||||
imageAlt: "Modern HVAC installation professional work in residential house, professional heating and air condit",
|
||||
title: "Smart Climate Control", description: "Cutting edge thermostat installation and integration.", bentoComponent: "reveal-icon", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Air Quality Systems",
|
||||
description: "Advanced ventilation and filtration cleaning.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Wind,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/professional-hvac-team-warm-smile-clean--1775493517260-26372ada.png",
|
||||
imageAlt: "Professional HVAC team, warm smile, clean work uniform, professional background, high-end photograph",
|
||||
title: "Air Quality Systems", description: "Advanced ventilation and filtration cleaning.", bentoComponent: "reveal-icon", icon: Wind,
|
||||
},
|
||||
{
|
||||
title: "Furnace Maintenance",
|
||||
description: "Professional servicing for peak performance.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Flame,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/innovative-climate-control-thermostat-di-1775493515673-74ebeb11.png",
|
||||
imageAlt: "Innovative climate control thermostat digital interface, modern smart home technology.",
|
||||
title: "Furnace Maintenance", description: "Professional servicing for peak performance.", bentoComponent: "reveal-icon", icon: Flame,
|
||||
},
|
||||
]}
|
||||
title="Quality Services"
|
||||
@@ -197,45 +134,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Best service I've ever had.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/happy-customer-testimonial-warm-indoor-h-1775493516845-23cf4428.png?_wi=3",
|
||||
},
|
||||
id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Best service I've ever had.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/happy-customer-testimonial-warm-indoor-h-1775493516845-23cf4428.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David K.",
|
||||
handle: "@davidk",
|
||||
testimonial: "Very prompt and professional.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/happy-customer-testimonial-modern-living-1775493517052-d08f24fa.png?_wi=2",
|
||||
},
|
||||
id: "2", name: "David K.", handle: "@davidk", testimonial: "Very prompt and professional.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/happy-customer-testimonial-modern-living-1775493517052-d08f24fa.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
handle: "@emilyr",
|
||||
testimonial: "Reasonable prices, great work.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/happy-customer-testimonial-bright-kitche-1775493517203-7c8ebb00.png?_wi=2",
|
||||
},
|
||||
id: "3", name: "Emily R.", handle: "@emilyr", testimonial: "Reasonable prices, great work.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/happy-customer-testimonial-bright-kitche-1775493517203-7c8ebb00.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Robert B.",
|
||||
handle: "@robertb",
|
||||
testimonial: "Fast, easy, and reliable.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/happy-customer-testimonial-home-interior-1775493528219-9b8da6ce.png?_wi=2",
|
||||
},
|
||||
id: "4", name: "Robert B.", handle: "@robertb", testimonial: "Fast, easy, and reliable.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/happy-customer-testimonial-home-interior-1775493528219-9b8da6ce.png"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alice T.",
|
||||
handle: "@alicet",
|
||||
testimonial: "They truly care about quality.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/happy-customer-testimonial-warm-indoor-h-1775493516845-23cf4428.png?_wi=4",
|
||||
},
|
||||
id: "5", name: "Alice T.", handle: "@alicet", testimonial: "They truly care about quality.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/happy-customer-testimonial-warm-indoor-h-1775493516845-23cf4428.png"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Trusted by Homeowners"
|
||||
@@ -250,37 +162,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Essential",
|
||||
price: "$99",
|
||||
subtitle: "Annual Tune-up",
|
||||
features: [
|
||||
"System checkup",
|
||||
"Filter change",
|
||||
"Basic maintenance",
|
||||
],
|
||||
id: "basic", badge: "Essential", price: "$99", subtitle: "Annual Tune-up", features: [
|
||||
"System checkup", "Filter change", "Basic maintenance"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Most Popular",
|
||||
price: "$199",
|
||||
subtitle: "Annual Protection",
|
||||
features: [
|
||||
"All Basic features",
|
||||
"Priority support",
|
||||
"Part discount",
|
||||
],
|
||||
id: "pro", badge: "Most Popular", price: "$199", subtitle: "Annual Protection", features: [
|
||||
"All Basic features", "Priority support", "Part discount"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "VIP",
|
||||
price: "$299",
|
||||
subtitle: "Total Comfort",
|
||||
features: [
|
||||
"All Pro features",
|
||||
"24/7 service",
|
||||
"Annual replacement",
|
||||
],
|
||||
id: "premium", badge: "VIP", price: "$299", subtitle: "Total Comfort", features: [
|
||||
"All Pro features", "24/7 service", "Annual replacement"],
|
||||
},
|
||||
]}
|
||||
title="Service Plans"
|
||||
@@ -295,28 +186,17 @@ export default function LandingPage() {
|
||||
description="Get in touch today for expert heating and cooling services."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help?",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "How can we help?", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/hvac-service-call-center-professional-di-1775493516807-7e524131.png"
|
||||
@@ -329,37 +209,23 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Heating",
|
||||
href: "#",
|
||||
},
|
||||
label: "Heating", href: "#"},
|
||||
{
|
||||
label: "Cooling",
|
||||
href: "#",
|
||||
},
|
||||
label: "Cooling", href: "#"},
|
||||
{
|
||||
label: "Maintenance",
|
||||
href: "#",
|
||||
},
|
||||
label: "Maintenance", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Legal",
|
||||
href: "#",
|
||||
},
|
||||
label: "Legal", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user