Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-25 22:25:04 +00:00

View File

@@ -11,7 +11,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { CheckCircle, Shield, Sparkles, Star, Zap } from "lucide-react";
import { CheckCircle, Shield, Sparkles, Star, Zap, Brush } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,127 +31,49 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "About",
id: "about",
},
{
name: "Features",
id: "features",
},
{
name: "Pricing",
id: "pricing",
},
{
name: "Contact",
id: "contact",
},
{ name: "About", id: "about" },
{ name: "Features", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "Contact", id: "contact" },
]}
brandName="Geodance"
button={{
text: "Book Now",
href: "#contact",
}}
text: "Book Now", href: "#contact"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitTestimonial
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Redefining Automotive Care"
description="Geodance delivers a premium wash experience. Precision, care, and an unmatched shine for the vehicles you love."
testimonials={[
{
name: "Alex R.",
role: "CEO",
testimonial: "The best wash I have ever received. The attention to detail is remarkable.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-buying-car-showroom_1303-14589.jpg",
},
{
name: "Sarah K.",
role: "Designer",
testimonial: "Geodance is in a league of its own. My car looks brand new every single time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-calling-phone-park_1262-20185.jpg",
},
{
name: "Mike B.",
role: "Entrepreneur",
testimonial: "Professional, quick, and the quality is absolutely top-tier.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-polishing-his-car-with-rag_1303-21779.jpg",
},
{
name: "Lisa M.",
role: "Executive",
testimonial: "I never go anywhere else. Geodance sets the industry standard.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-he-is-offering-red-toy_1298-210.jpg",
},
{
name: "David T.",
role: "Consultant",
testimonial: "Flawless finish and superior customer service. Highly recommended.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-man-drinking-beer-after-washing-car_23-2149316441.jpg",
},
{ name: "Alex R.", handle: "@ceo", testimonial: "The best wash I have ever received. The attention to detail is remarkable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-buying-car-showroom_1303-14589.jpg" },
{ name: "Sarah K.", handle: "@designer", testimonial: "Geodance is in a league of its own. My car looks brand new every single time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-calling-phone-park_1262-20185.jpg" },
{ name: "Mike B.", handle: "@entrepreneur", testimonial: "Professional, quick, and the quality is absolutely top-tier.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-polishing-his-car-with-rag_1303-21779.jpg" },
{ name: "Lisa M.", handle: "@executive", testimonial: "I never go anywhere else. Geodance sets the industry standard.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-he-is-offering-red-toy_1298-210.jpg" },
{ name: "David T.", handle: "@consultant", testimonial: "Flawless finish and superior customer service. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-man-drinking-beer-after-washing-car_23-2149316441.jpg" }
]}
buttons={[
{
text: "Book Now",
href: "#contact",
},
{ text: "Book Now", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30586.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30586.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/handsome-smiling-bearded-businessman-white-shirt-speaking-by-phone-standing-near-his-car-outdoors-streets-city-near-modern-office-center_496169-523.jpg",
alt: "Customer portrait",
},
{
src: "http://img.b2bpic.net/free-photo/young-male-leaning-new-car_23-2148332929.jpg",
alt: "Customer portrait",
},
{
src: "http://img.b2bpic.net/free-photo/curly-haired-indian-businessman-talking-phone-front-car_496169-2836.jpg",
alt: "Customer portrait",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-blond-woman-student-with-digital-watch-looking-happy-camera-sitting_1258-194398.jpg",
alt: "Customer portrait",
},
{
src: "http://img.b2bpic.net/free-photo/expressive-woman-posing-outdoor_344912-3068.jpg",
alt: "Customer portrait",
},
{ src: "http://img.b2bpic.net/free-photo/handsome-smiling-bearded-businessman-white-shirt-speaking-by-phone-standing-near-his-car-outdoors-streets-city-near-modern-office-center_496169-523.jpg", alt: "Customer portrait" },
{ src: "http://img.b2bpic.net/free-photo/young-male-leaning-new-car_23-2148332929.jpg", alt: "Customer portrait" },
{ src: "http://img.b2bpic.net/free-photo/curly-haired-indian-businessman-talking-phone-front-car_496169-2836.jpg", alt: "Customer portrait" },
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-blond-woman-student-with-digital-watch-looking-happy-camera-sitting_1258-194398.jpg", alt: "Customer portrait" },
{ src: "http://img.b2bpic.net/free-photo/expressive-woman-posing-outdoor_344912-3068.jpg", alt: "Customer portrait" },
]}
avatarText="Trusted by 500+ car enthusiasts"
marqueeItems={[
{
type: "text",
text: "Premium Detailing",
},
{
type: "text",
text: "Eco-friendly",
},
{
type: "text",
text: "Precision Wash",
},
{
type: "text",
text: "Expert Technicians",
},
{
type: "text",
text: "Guaranteed Shine",
},
{ type: "text", text: "Premium Detailing" },
{ type: "text", text: "Eco-friendly" },
{ type: "text", text: "Precision Wash" },
{ type: "text", text: "Expert Technicians" },
{ type: "text", text: "Guaranteed Shine" },
]}
/>
</div>
@@ -161,8 +83,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="The Art of the Wash"
description={[
"At Geodance, we don't just clean cars; we restore them. Our team utilizes advanced techniques and eco-friendly products to ensure your vehicle remains in pristine condition.",
]}
"At Geodance, we don't just clean cars; we restore them. Our team utilizes advanced techniques and eco-friendly products to ensure your vehicle remains in pristine condition."]}
/>
</div>
@@ -173,52 +94,24 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Ceramic Coating",
description: "High-gloss protection that lasts for years.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/bright-blue-foam-spreading-water_23-2147798314.jpg",
},
title: "Ceramic Coating", description: "High-gloss protection that lasts for years.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/bright-blue-foam-spreading-water_23-2147798314.jpg"},
items: [
{
icon: Shield,
text: "UV Protection",
},
{
icon: Zap,
text: "Instant Shine",
},
{
icon: Star,
text: "Professional Grade",
},
{ icon: Shield, text: "UV Protection" },
{ icon: Zap, text: "Instant Shine" },
{ icon: Star, text: "Professional Grade" },
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30586.jpg?_wi=2",
imageAlt: "modern car wash equipment",
},
{
title: "Interior Restoration",
description: "Deep cleaning and conditioning for all interior surfaces.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-her-car-outdoors_23-2148958769.jpg",
},
title: "Interior Restoration", description: "Deep cleaning and conditioning for all interior surfaces.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-her-car-outdoors_23-2148958769.jpg"},
items: [
{
icon: Brush,
text: "Steam Cleaning",
},
{
icon: Sparkles,
text: "Odor Removal",
},
{
icon: CheckCircle,
text: "Leather Care",
},
{ icon: Brush, text: "Steam Cleaning" },
{ icon: Sparkles, text: "Odor Removal" },
{ icon: CheckCircle, text: "Leather Care" },
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/blurred-young-woman-cleaning-car_23-2148510544.jpg",
imageAlt: "modern car wash equipment",
},
]}
title="Our Advanced Services"
@@ -233,55 +126,16 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "basic",
badge: "Essential",
price: "$45",
subtitle: "A refreshing wash.",
features: [
"Exterior Foam",
"Hand Dry",
"Tire Shine",
],
buttons: [
{
text: "Select",
href: "#contact",
},
],
id: "basic", badge: "Essential", price: "$45", subtitle: "A refreshing wash.", features: ["Exterior Foam", "Hand Dry", "Tire Shine"],
buttons: [{ text: "Select", href: "#contact" }],
},
{
id: "pro",
badge: "Popular",
price: "$120",
subtitle: "Deep clean package.",
features: [
"Full Exterior Detail",
"Interior Vacuum",
"Wax Finish",
],
buttons: [
{
text: "Select",
href: "#contact",
},
],
id: "pro", badge: "Popular", price: "$120", subtitle: "Deep clean package.", features: ["Full Exterior Detail", "Interior Vacuum", "Wax Finish"],
buttons: [{ text: "Select", href: "#contact" }],
},
{
id: "premium",
badge: "Elite",
price: "$299",
subtitle: "Complete restoration.",
features: [
"Everything Pro",
"Ceramic Sealant",
"Leather Conditioning",
],
buttons: [
{
text: "Select",
href: "#contact",
},
],
id: "premium", badge: "Elite", price: "$299", subtitle: "Complete restoration.", features: ["Everything Pro", "Ceramic Sealant", "Leather Conditioning"],
buttons: [{ text: "Select", href: "#contact" }],
},
]}
title="Simple Pricing"
@@ -295,41 +149,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Alex R.",
role: "CEO",
testimonial: "Simply the best.",
imageSrc: "http://img.b2bpic.net/free-photo/business-man-choosing-car-car-showroom_1303-24063.jpg",
},
{
id: "2",
name: "Sarah K.",
role: "Designer",
testimonial: "My car feels like new again.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg",
},
{
id: "3",
name: "Mike B.",
role: "Entrepreneur",
testimonial: "Excellent detail, worth the price.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193564.jpg",
},
{
id: "4",
name: "Lisa M.",
role: "Executive",
testimonial: "Flawless finish every time.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-woman-holding-blank-screen-mobile-phone-while-standing-showing-ok-gesture-isolated-white-background_231208-1833.jpg",
},
{
id: "5",
name: "David T.",
role: "Consultant",
testimonial: "Fast and professional.",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-blue-sweater-helping-his-friend-choosing-auto_651396-1201.jpg",
},
{ id: "1", name: "Alex R.", role: "CEO", testimonial: "Simply the best.", imageSrc: "http://img.b2bpic.net/free-photo/business-man-choosing-car-car-showroom_1303-24063.jpg" },
{ id: "2", name: "Sarah K.", role: "Designer", testimonial: "My car feels like new again.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg" },
{ id: "3", name: "Mike B.", role: "Entrepreneur", testimonial: "Excellent detail, worth the price.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193564.jpg" },
{ id: "4", name: "Lisa M.", role: "Executive", testimonial: "Flawless finish every time.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-woman-holding-blank-screen-mobile-phone-while-standing-showing-ok-gesture-isolated-white-background_231208-1833.jpg" },
{ id: "5", name: "David T.", role: "Consultant", testimonial: "Fast and professional.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-blue-sweater-helping-his-friend-choosing-auto_651396-1201.jpg" },
]}
title="Client Experiences"
description="See why our customers trust us with their most valuable assets."
@@ -341,21 +165,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "How long does a premium wash take?",
content: "Our premium packages typically range from 2 to 4 hours.",
},
{
id: "2",
title: "Do I need an appointment?",
content: "Yes, we recommend booking ahead for all premium services.",
},
{
id: "3",
title: "What products do you use?",
content: "We use environmentally safe, professional-grade cleaners.",
},
{ id: "1", title: "How long does a premium wash take?", content: "Our premium packages typically range from 2 to 4 hours." },
{ id: "2", title: "Do I need an appointment?", content: "Yes, we recommend booking ahead for all premium services." },
{ id: "3", title: "What products do you use?", content: "We use environmentally safe, professional-grade cleaners." },
]}
title="Common Questions"
description="Need more information? We are here to help."
@@ -369,28 +181,12 @@ export default function LandingPage() {
title="Book Your Detail"
description="Ready for a shine? Send us your information, and we will get back to you immediately."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Your Phone Number",
},
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true },
{ name: "phone", type: "tel", placeholder: "Your Phone Number" },
]}
textarea={{
name: "message",
placeholder: "Special requests",
rows: 4,
name: "message", placeholder: "Special requests", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/man-washing-his-car-washing-station_1157-27217.jpg"
/>
@@ -399,17 +195,11 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Geodance"
leftLink={{
text: "Terms of Service",
href: "#",
}}
rightLink={{
text: "Privacy Policy",
href: "#",
}}
leftLink={{ text: "Terms of Service", href: "#" }}
rightLink={{ text: "Privacy Policy", href: "#" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}