1 Commits

Author SHA1 Message Date
afda9e624b Merge version_2 into main
Merge version_2 into main
2025-12-23 16:36:03 +00:00

View File

@@ -1,6 +1,17 @@
"use client"; "use client";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroSplitAvatars from '@/components/sections/hero/HeroSplitAvatars';
import TagAbout from '@/components/sections/about/TagAbout';
import FeatureCardTwenty from '@/components/sections/feature/FeatureCardTwenty';
import ProductCardSeven from '@/components/sections/product/ProductCardSeven';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine';
import ContactInline from '@/components/sections/contact/ContactInline';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Crown, Droplets, Gauge, Sparkles, Star, TrendingUp, Zap } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -17,192 +28,307 @@ export default function LandingPage() {
headingFontWeight="extrabold" headingFontWeight="extrabold"
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<div className="text-center py-8"> <NavbarLayoutFloatingInline
<h1 className="text-3xl font-bold mb-4">AUDI A10</h1> brandName="AUDI"
<p className="text-gray-600">Premium Luxury Sedan</p> navItems={[
</div> { name: "Models", id: "product" },
{ name: "Features", id: "feature" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" }
]}
button={{
text: "Test Drive",
href: "contact"
}}
/>
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<div className="text-center py-20"> <HeroSplitAvatars
<h1 className="text-4xl font-bold mb-4">Introducing AUDI A10</h1> title="Introducing AUDI A10"
<p className="text-xl text-gray-600 mb-8">Experience the future of automotive excellence. The all-new A10 redefines performance, luxury, and innovation for the modern driver.</p> description="Experience the future of automotive excellence. The all-new A10 redefines performance, luxury, and innovation for the modern driver."
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766507382209-vmocpnfc.jpg" alt="AUDI A10 luxury sedan" className="mx-auto mb-8 max-w-lg" /> tag="Premium Innovation"
</div> tagIcon={Zap}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766507382209-vmocpnfc.jpg"
imageAlt="AUDI A10 luxury sedan"
imagePosition="right"
avatars={[
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766504480835-8xmeyz3k.jpg", alt: "Customer 1" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414402772-ruzjnlgd.jpg", alt: "Customer 2" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766507389329-xpn9l1hz.jpg", alt: "Customer 3" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766507390312-7uh03hb3.jpg", alt: "Customer 4" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414401529-6db20epg.jpg", alt: "Customer 5" }
]}
avatarText="Join thousands of satisfied A10 drivers"
buttons={[
{ text: "Explore Now", href: "product" },
{ text: "Learn More", href: "feature" }
]}
/>
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<div className="text-center py-16"> <TagAbout
<h2 className="text-3xl font-bold mb-4">Why A10</h2> tag="Why A10"
<p className="text-lg text-gray-600 max-w-4xl mx-auto">The AUDI A10 represents decades of engineering excellence combined with cutting-edge technology. Crafted for those who demand the finest in performance, comfort, and design. Every detail has been meticulously refined to deliver an unparalleled driving experience that transcends expectations.</p> description="The AUDI A10 represents decades of engineering excellence combined with cutting-edge technology. Crafted for those who demand the finest in performance, comfort, and design. Every detail has been meticulously refined to deliver an unparalleled driving experience that transcends expectations."
</div> useInvertedBackground="noInvert"
/>
</div> </div>
<div id="feature" data-section="feature"> <div id="feature" data-section="feature">
<div className="text-center py-16"> <FeatureCardTwenty
<h2 className="text-3xl font-bold mb-4">Premium Features</h2> title="Premium Features"
<p className="text-lg text-gray-600 mb-8">Engineered to perfection. The A10 combines advanced technology with timeless elegance, delivering innovation at every turn.</p> description="Engineered to perfection. The A10 combines advanced technology with timeless elegance, delivering innovation at every turn."
<div className="grid grid-cols-2 md:grid-cols-4 gap-4 max-w-6xl mx-auto"> tag="Innovation"
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766507383197-f10wtv51.jpg" alt="AUDI A10 side profile" className="rounded-lg" /> tagIcon={Sparkles}
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766507384431-4qc5pz5y.jpg" alt="AUDI A10 luxury interior" className="rounded-lg" /> images={[
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766507385348-h08ys5lv.jpg" alt="AUDI A10 headlight design" className="rounded-lg" /> { id: 1, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766507383197-f10wtv51.jpg", imageAlt: "AUDI A10 side profile" },
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766507386084-fimpt5k0.jpg" alt="AUDI A10 wheel design" className="rounded-lg" /> { id: 2, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766507384431-4qc5pz5y.jpg", imageAlt: "AUDI A10 luxury interior" },
</div> { id: 3, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766507385348-h08ys5lv.jpg", imageAlt: "AUDI A10 headlight design" },
</div> { id: 4, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766507386084-fimpt5k0.jpg", imageAlt: "AUDI A10 wheel design" }
]}
textboxLayout="default"
useInvertedBackground="noInvert"
buttons={[{ text: "View Specifications" }]}
/>
</div> </div>
<div id="product" data-section="product"> <div id="product" data-section="product">
<div className="text-center py-16"> <ProductCardSeven
<h2 className="text-3xl font-bold mb-4">A10 Models</h2> title="A10 Models"
<p className="text-lg text-gray-600 mb-8">Choose your perfect A10. Available in multiple trim levels to match your lifestyle and preferences.</p> description="Choose your perfect A10. Available in multiple trim levels to match your lifestyle and preferences."
<div className="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-6xl mx-auto"> tag="Premium Selection"
<div className="text-center"> tagIcon={Crown}
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766507383197-f10wtv51.jpg" alt="AUDI A10 Standard" className="rounded-lg mb-4" /> products={[
<h3 className="text-xl font-semibold">A10 Standard</h3> {
<p className="text-gray-600">From $55,000</p> id: "1",
</div> name: "A10 Standard",
<div className="text-center"> price: "From $55,000",
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766507384431-4qc5pz5y.jpg" alt="AUDI A10 Sport" className="rounded-lg mb-4" /> imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766507383197-f10wtv51.jpg",
<h3 className="text-xl font-semibold">A10 Sport</h3> imageAlt: "AUDI A10 Standard"
<p className="text-gray-600">From $65,000</p> },
</div> {
<div className="text-center"> id: "2",
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766507385348-h08ys5lv.jpg" alt="AUDI A10 Premium" className="rounded-lg mb-4" /> name: "A10 Sport",
<h3 className="text-xl font-semibold">A10 Premium</h3> price: "From $65,000",
<p className="text-gray-600">From $75,000</p> imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766507384431-4qc5pz5y.jpg",
</div> imageAlt: "AUDI A10 Sport"
</div> },
</div> {
id: "3",
name: "A10 Premium",
price: "From $75,000",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766507385348-h08ys5lv.jpg",
imageAlt: "AUDI A10 Premium"
}
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
/>
</div> </div>
<div id="metric" data-section="metric"> <div id="metric" data-section="metric">
<div className="text-center py-16"> <MetricCardOne
<h2 className="text-3xl font-bold mb-4">A10 Performance Metrics</h2> title="A10 Performance Metrics"
<p className="text-lg text-gray-600 mb-8">Industry-leading specifications that set new standards</p> description="Industry-leading specifications that set new standards"
<div className="grid grid-cols-2 md:grid-cols-4 gap-8 max-w-6xl mx-auto"> tag="Performance"
<div className="text-center"> tagIcon={Zap}
<h3 className="text-3xl font-bold">382</h3> metrics={[
<p className="text-sm font-semibold">HP</p> {
<p className="text-gray-600">Peak horsepower output</p> id: "1",
</div> value: "382",
<div className="text-center"> title: "HP",
<h3 className="text-3xl font-bold">3.8</h3> description: "Peak horsepower output",
<p className="text-sm font-semibold">seconds</p> icon: Zap
<p className="text-gray-600">0-60 acceleration</p> },
</div> {
<div className="text-center"> id: "2",
<h3 className="text-3xl font-bold">186</h3> value: "3.8",
<p className="text-sm font-semibold">mph</p> title: "seconds",
<p className="text-gray-600">Top speed</p> description: "0-60 acceleration",
</div> icon: Gauge
<div className="text-center"> },
<h3 className="text-3xl font-bold">32</h3> {
<p className="text-sm font-semibold">mpg</p> id: "3",
<p className="text-gray-600">Combined fuel economy</p> value: "186",
</div> title: "mph",
</div> description: "Top speed",
</div> icon: TrendingUp
},
{
id: "4",
value: "32",
title: "mpg",
description: "Combined fuel economy",
icon: Droplets
}
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
/>
</div> </div>
<div id="testimonial" data-section="testimonial"> <div id="testimonial" data-section="testimonial">
<div className="text-center py-16"> <TestimonialCardNine
<h2 className="text-3xl font-bold mb-4">Trusted by Drivers Worldwide</h2> title="Trusted by Drivers Worldwide"
<p className="text-lg text-gray-600 mb-8">Hear what AUDI A10 owners have to say about their driving experience</p> description="Hear what AUDI A10 owners have to say about their driving experience"
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 max-w-6xl mx-auto"> tag="Customer Testimonials"
<div className="text-center p-6 bg-white rounded-lg shadow"> tagIcon={Star}
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766504480835-8xmeyz3k.jpg" alt="Michael Johnson" className="w-16 h-16 rounded-full mx-auto mb-4" /> testimonials={[
<p className="text-gray-600 mb-4">"The A10 transformed my daily commute into pure enjoyment. The engineering is flawless and the comfort is unmatched."</p> {
<h4 className="font-semibold">Michael Johnson</h4> id: "1",
<p className="text-gray-500">Executive</p> quote: "The A10 transformed my daily commute into pure enjoyment. The engineering is flawless and the comfort is unmatched.",
</div> name: "Michael Johnson",
<div className="text-center p-6 bg-white rounded-lg shadow"> role: "Executive",
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414402772-ruzjnlgd.jpg" alt="Sarah Anderson" className="w-16 h-16 rounded-full mx-auto mb-4" /> imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766504480835-8xmeyz3k.jpg",
<p className="text-gray-600 mb-4">"Absolute perfection in every detail. The A10 is worth every penny and more. I recommend it without hesitation."</p> imageAlt: "Michael Johnson"
<h4 className="font-semibold">Sarah Anderson</h4> },
<p className="text-gray-500">Business Owner</p> {
</div> id: "2",
<div className="text-center p-6 bg-white rounded-lg shadow"> quote: "Absolute perfection in every detail. The A10 is worth every penny and more. I recommend it without hesitation.",
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766507389329-xpn9l1hz.jpg" alt="James Wilson" className="w-16 h-16 rounded-full mx-auto mb-4" /> name: "Sarah Anderson",
<p className="text-gray-600 mb-4">"The performance and luxury combined make the A10 the best car I have ever owned. Simply exceptional."</p> role: "Business Owner",
<h4 className="font-semibold">James Wilson</h4> imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414402772-ruzjnlgd.jpg",
<p className="text-gray-500">Automotive Enthusiast</p> imageAlt: "Sarah Anderson"
</div> },
</div> {
</div> id: "3",
quote: "The performance and luxury combined make the A10 the best car I have ever owned. Simply exceptional.",
name: "James Wilson",
role: "Automotive Enthusiast",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766507389329-xpn9l1hz.jpg",
imageAlt: "James Wilson"
},
{
id: "4",
quote: "A10 owners are part of an exclusive club. The quality and innovation speak for themselves every time I drive.",
name: "Emma Davis",
role: "Professional Driver",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766507390312-7uh03hb3.jpg",
imageAlt: "Emma Davis"
},
{
id: "5",
quote: "Choosing the A10 was the best decision. It delivered beyond expectations in performance and reliability.",
name: "Robert Martinez",
role: "Tech Executive",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414401529-6db20epg.jpg",
imageAlt: "Robert Martinez"
},
{
id: "6",
quote: "The A10 is a masterpiece. Every drive feels like a celebration of German engineering excellence.",
name: "Lisa Thompson",
role: "Creative Director",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766507391527-mvixgtbc.jpg",
imageAlt: "Lisa Thompson"
}
]}
textboxLayout="default"
useInvertedBackground="noInvert"
/>
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<div className="text-center py-16"> <ContactInline
<h2 className="text-3xl font-bold mb-4">Ready to experience the A10?</h2> text="Ready to experience the A10?"
<div className="flex justify-center items-center gap-4"> inputPlaceholder="Enter your email"
<input type="email" placeholder="Enter your email" className="px-4 py-2 border rounded-lg" /> buttonText="Get Updates"
<button className="px-6 py-2 bg-blue-600 text-white rounded-lg hover:bg-blue-700">Get Updates</button> useInvertedBackground="noInvert"
</div> />
</div>
</div> </div>
<div id="productCardTwo" data-section="productCardTwo"> <div id="productCardTwo" data-section="productCardTwo">
<div className="text-center py-16"> <ProductCardTwo
<h2 className="text-3xl font-bold mb-4">A10 Featured Selection</h2> title="A10 Featured Selection"
<p className="text-lg text-gray-600 mb-8">Explore our most popular A10 variants with customer reviews and ratings.</p> description="Explore our most popular A10 variants with customer reviews and ratings."
<div className="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-6xl mx-auto"> tag="Customer Favorites"
<div className="text-center p-6 bg-white rounded-lg shadow"> tagIcon={Star}
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766507383197-f10wtv51.jpg" alt="AUDI A10 Standard" className="rounded-lg mb-4" /> products={[
<h3 className="text-xl font-semibold">A10 Standard</h3> {
<p className="text-gray-600">$55,000</p> id: "1",
<p className="text-yellow-500"> (2.3k reviews)</p> brand: "AUDI",
</div> name: "A10 Standard",
<div className="text-center p-6 bg-white rounded-lg shadow"> price: "$55,000",
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766507384431-4qc5pz5y.jpg" alt="AUDI A10 Sport" className="rounded-lg mb-4" /> rating: 5,
<h3 className="text-xl font-semibold">A10 Sport</h3> reviewCount: "2.3k",
<p className="text-gray-600">$65,000</p> imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766507383197-f10wtv51.jpg",
<p className="text-yellow-500"> (1.8k reviews)</p> imageAlt: "AUDI A10 Standard",
</div> onProductClick: () => console.log("A10 Standard clicked")
<div className="text-center p-6 bg-white rounded-lg shadow"> },
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766507385348-h08ys5lv.jpg" alt="AUDI A10 Premium" className="rounded-lg mb-4" /> {
<h3 className="text-xl font-semibold">A10 Premium</h3> id: "2",
<p className="text-gray-600">$75,000</p> brand: "AUDI",
<p className="text-yellow-500"> (1.5k reviews)</p> name: "A10 Sport",
</div> price: "$65,000",
</div> rating: 5,
</div> reviewCount: "1.8k",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766507384431-4qc5pz5y.jpg",
imageAlt: "AUDI A10 Sport",
onProductClick: () => console.log("A10 Sport clicked")
},
{
id: "3",
brand: "AUDI",
name: "A10 Premium",
price: "$75,000",
rating: 5,
reviewCount: "1.5k",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766507385348-h08ys5lv.jpg",
imageAlt: "AUDI A10 Premium",
onProductClick: () => console.log("A10 Premium clicked")
}
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
/>
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<div className="bg-gray-800 text-white py-16"> <FooterBaseCard
<div className="max-w-6xl mx-auto grid grid-cols-1 md:grid-cols-4 gap-8"> logoText="AUDI"
<div> columns={[
<h3 className="text-xl font-bold mb-4">AUDI</h3> {
</div> title: "Models",
<div> items: [
<h4 className="font-semibold mb-4">Models</h4> { label: "A10 Standard", href: "#" },
<ul className="space-y-2"> { label: "A10 Sport", href: "#" },
<li><a href="#" className="text-gray-400 hover:text-white">A10 Standard</a></li> { label: "A10 Premium", href: "#" }
<li><a href="#" className="text-gray-400 hover:text-white">A10 Sport</a></li> ]
<li><a href="#" className="text-gray-400 hover:text-white">A10 Premium</a></li> },
</ul> {
</div> title: "Company",
<div> items: [
<h4 className="font-semibold mb-4">Company</h4> { label: "About Us", href: "#" },
<ul className="space-y-2"> { label: "News", href: "#" },
<li><a href="#" className="text-gray-400 hover:text-white">About Us</a></li> { label: "Careers", href: "#" }
<li><a href="#" className="text-gray-400 hover:text-white">News</a></li> ]
<li><a href="#" className="text-gray-400 hover:text-white">Careers</a></li> },
</ul> {
</div> title: "Support",
<div> items: [
<h4 className="font-semibold mb-4">Support</h4> { label: "Contact Us", href: "#" },
<ul className="space-y-2"> { label: "Service Centers", href: "#" },
<li><a href="#" className="text-gray-400 hover:text-white">Contact Us</a></li> { label: "Owner Portal", href: "#" }
<li><a href="#" className="text-gray-400 hover:text-white">Service Centers</a></li> ]
<li><a href="#" className="text-gray-400 hover:text-white">Owner Portal</a></li> },
</ul> {
</div> title: "Legal",
</div> items: [
<div className="text-center mt-8 pt-8 border-t border-gray-700"> { label: "Terms of Service", href: "#" },
<p className="text-gray-400">© 2025 AUDI. All rights reserved.</p> { label: "Warranty", href: "#" },
</div> { label: "Recalls", href: "#" }
</div> ]
}
]}
copyrightText="© 2025 AUDI. All rights reserved."
/>
</div> </div>
</ThemeProvider> </ThemeProvider>
); );