Merge version_1 into main #2
191
src/app/page.tsx
191
src/app/page.tsx
@@ -29,89 +29,56 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Gray Group"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+919876543210",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+919876543210"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Professional Car Care & Auto Parts in Bhadravati"
|
||||
description="Quality Service. Trusted Local Experts. Get your vehicle back to its best today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
text: "Call Now", href: "tel:+919876543210"},
|
||||
{
|
||||
text: "Book Service",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Service", href: "#contact"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRWOUE0byu2IWCJmwqzGkSgFV/a-professional-high-quality-photograph-o-1774847614458-d5ede142.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRWOUE0byu2IWCJmwqzGkSgFV/a-professional-high-quality-photograph-o-1774847614458-d5ede142.png"
|
||||
imageAlt="Professional car care service"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRWOUE0byu2IWCJmwqzGkSgFV/professional-portrait-of-a-happy-local-m-1774847614789-219dde56.png",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRWOUE0byu2IWCJmwqzGkSgFV/professional-portrait-of-a-happy-local-m-1774847614789-219dde56.png", alt: "Customer 1"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRWOUE0byu2IWCJmwqzGkSgFV/professional-portrait-of-a-satisfied-loc-1774847614843-01de7f0f.png",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRWOUE0byu2IWCJmwqzGkSgFV/professional-portrait-of-a-satisfied-loc-1774847614843-01de7f0f.png", alt: "Customer 2"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRWOUE0byu2IWCJmwqzGkSgFV/professional-portrait-of-a-young-local-c-1774847615358-de45df8e.png",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRWOUE0byu2IWCJmwqzGkSgFV/professional-portrait-of-a-young-local-c-1774847615358-de45df8e.png", alt: "Customer 3"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRWOUE0byu2IWCJmwqzGkSgFV/professional-portrait-of-an-older-local--1774847614989-1a68e3e8.png",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRWOUE0byu2IWCJmwqzGkSgFV/professional-portrait-of-an-older-local--1774847614989-1a68e3e8.png", alt: "Customer 4"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRWOUE0byu2IWCJmwqzGkSgFV/professional-portrait-of-a-happy-local-m-1774847614789-219dde56.png",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRWOUE0byu2IWCJmwqzGkSgFV/professional-portrait-of-a-happy-local-m-1774847614789-219dde56.png", alt: "Customer 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Expert Mechanics",
|
||||
},
|
||||
type: "text", text: "Expert Mechanics"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Genuine Parts",
|
||||
},
|
||||
type: "text", text: "Genuine Parts"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fast Turnaround",
|
||||
},
|
||||
type: "text", text: "Fast Turnaround"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Affordable Pricing",
|
||||
},
|
||||
type: "text", text: "Affordable Pricing"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Quality Assured",
|
||||
},
|
||||
type: "text", text: "Quality Assured"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -124,34 +91,18 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Car Washing",
|
||||
description: "Eco-friendly, deep exterior and interior car wash services.",
|
||||
phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRWOUE0byu2IWCJmwqzGkSgFV/a-clean-modern-car-being-washed-with-foa-1774847615379-f7b96ca0.png?_wi=1",
|
||||
imageAlt: "Car Wash",
|
||||
},
|
||||
title: "Car Washing", description: "Eco-friendly, deep exterior and interior car wash services.", phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRWOUE0byu2IWCJmwqzGkSgFV/a-clean-modern-car-being-washed-with-foa-1774847615379-f7b96ca0.png", imageAlt: "Car Wash"},
|
||||
phoneTwo: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRWOUE0byu2IWCJmwqzGkSgFV/a-clean-modern-car-being-washed-with-foa-1774847615379-f7b96ca0.png?_wi=2",
|
||||
imageAlt: "Car Wash",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRWOUE0byu2IWCJmwqzGkSgFV/a-professional-high-quality-photograph-o-1774847614458-d5ede142.png?_wi=2",
|
||||
imageAlt: "A professional, high-quality photograph of a modern car interior being cleaned by a technician. Clea",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRWOUE0byu2IWCJmwqzGkSgFV/a-clean-modern-car-being-washed-with-foa-1774847615379-f7b96ca0.png", imageAlt: "Car Wash"}
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Auto Parts",
|
||||
description: "High-quality, reliable auto parts for all major car brands.",
|
||||
phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRWOUE0byu2IWCJmwqzGkSgFV/a-set-of-premium-car-engine-auto-parts-n-1774847615336-9102c5e1.png?_wi=1",
|
||||
imageAlt: "Auto Parts",
|
||||
},
|
||||
title: "Auto Parts", description: "High-quality, reliable auto parts for all major car brands.", phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRWOUE0byu2IWCJmwqzGkSgFV/a-set-of-premium-car-engine-auto-parts-n-1774847615336-9102c5e1.png", imageAlt: "Auto Parts"},
|
||||
phoneTwo: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRWOUE0byu2IWCJmwqzGkSgFV/a-set-of-premium-car-engine-auto-parts-n-1774847615336-9102c5e1.png?_wi=2",
|
||||
imageAlt: "Auto Parts",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRWOUE0byu2IWCJmwqzGkSgFV/a-clean-modern-car-being-washed-with-foa-1774847615379-f7b96ca0.png?_wi=3",
|
||||
imageAlt: "A clean, modern car being washed with foam. High-tech auto wash station, premium car care, professio",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRWOUE0byu2IWCJmwqzGkSgFV/a-set-of-premium-car-engine-auto-parts-n-1774847615336-9102c5e1.png", imageAlt: "Auto Parts"}
|
||||
}
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
title="Our Expert Services"
|
||||
@@ -166,59 +117,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rahul P.",
|
||||
role: "Owner",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRWOUE0byu2IWCJmwqzGkSgFV/professional-portrait-of-a-happy-local-m-1774847614789-219dde56.png?_wi=1",
|
||||
},
|
||||
id: "1", name: "Rahul P.", role: "Owner", company: "Local Resident", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRWOUE0byu2IWCJmwqzGkSgFV/professional-portrait-of-a-happy-local-m-1774847614789-219dde56.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Anjali K.",
|
||||
role: "Marketing",
|
||||
company: "Local Professional",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRWOUE0byu2IWCJmwqzGkSgFV/professional-portrait-of-a-satisfied-loc-1774847614843-01de7f0f.png",
|
||||
},
|
||||
id: "2", name: "Anjali K.", role: "Marketing", company: "Local Professional", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRWOUE0byu2IWCJmwqzGkSgFV/professional-portrait-of-a-satisfied-loc-1774847614843-01de7f0f.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Vijay S.",
|
||||
role: "Consultant",
|
||||
company: "Customer",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRWOUE0byu2IWCJmwqzGkSgFV/professional-portrait-of-a-young-local-c-1774847615358-de45df8e.png",
|
||||
},
|
||||
id: "3", name: "Vijay S.", role: "Consultant", company: "Customer", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRWOUE0byu2IWCJmwqzGkSgFV/professional-portrait-of-a-young-local-c-1774847615358-de45df8e.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Suresh D.",
|
||||
role: "Mechanic",
|
||||
company: "Car Enthusiast",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRWOUE0byu2IWCJmwqzGkSgFV/professional-portrait-of-an-older-local--1774847614989-1a68e3e8.png",
|
||||
},
|
||||
id: "4", name: "Suresh D.", role: "Mechanic", company: "Car Enthusiast", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRWOUE0byu2IWCJmwqzGkSgFV/professional-portrait-of-an-older-local--1774847614989-1a68e3e8.png"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Deepa M.",
|
||||
role: "Driver",
|
||||
company: "Daily Commuter",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRWOUE0byu2IWCJmwqzGkSgFV/professional-portrait-of-a-happy-local-m-1774847614789-219dde56.png?_wi=2",
|
||||
},
|
||||
id: "5", name: "Deepa M.", role: "Driver", company: "Daily Commuter", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRWOUE0byu2IWCJmwqzGkSgFV/professional-portrait-of-a-happy-local-m-1774847614789-219dde56.png"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.3",
|
||||
label: "Google Rating",
|
||||
},
|
||||
value: "4.3", label: "Google Rating"},
|
||||
{
|
||||
value: "500+",
|
||||
label: "Cars Served",
|
||||
},
|
||||
value: "500+", label: "Cars Served"},
|
||||
{
|
||||
value: "10+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
value: "10+", label: "Years Experience"},
|
||||
]}
|
||||
title="Trusted by Locals"
|
||||
description="See why Bhadravati residents trust Bramha Auto Care for their vehicle needs."
|
||||
@@ -229,8 +149,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Call Now for Instant Service"
|
||||
description="Ready to get your car serviced? Reach out today for a quick quote or booking."
|
||||
@@ -247,28 +166,12 @@ export default function LandingPage() {
|
||||
description="Affordable packages for all your automotive maintenance needs."
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Standard",
|
||||
price: "₹999",
|
||||
subtitle: "Basic Car Wash & Interior Vacuum",
|
||||
features: [
|
||||
"Foam Wash",
|
||||
"Vacuuming",
|
||||
"Glass Cleaning",
|
||||
"Tyre Polish",
|
||||
],
|
||||
id: "basic", badge: "Standard", price: "₹999", subtitle: "Basic Car Wash & Interior Vacuum", features: [
|
||||
"Foam Wash", "Vacuuming", "Glass Cleaning", "Tyre Polish"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Premium",
|
||||
price: "₹2499",
|
||||
subtitle: "Full Detail & Engine Bay Care",
|
||||
features: [
|
||||
"Deep Interior Shampoo",
|
||||
"Wax Coating",
|
||||
"Engine Detailing",
|
||||
"Underbody Wash",
|
||||
],
|
||||
id: "pro", badge: "Premium", price: "₹2499", subtitle: "Full Detail & Engine Bay Care", features: [
|
||||
"Deep Interior Shampoo", "Wax Coating", "Engine Detailing", "Underbody Wash"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -278,13 +181,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Gray Group"
|
||||
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