7 Commits

Author SHA1 Message Date
e63c5e3097 Merge version_7 into main
Merge version_7 into main
2025-12-24 13:43:03 +00:00
6667492f64 Merge version_6 into main
Merge version_6 into main
2025-12-24 13:35:11 +00:00
dbf2d55c23 Merge version_5 into main
Merge version_5 into main
2025-12-24 13:31:33 +00:00
5eb168f962 Merge version_4 into main
Merge version_4 into main
2025-12-24 13:28:30 +00:00
e45a82cc57 Merge version_3 into main
Merge version_3 into main
2025-12-23 16:40:39 +00:00
cdedf6baa9 Merge version_3 into main
Merge version_3 into main
2025-12-23 16:38:42 +00:00
afda9e624b Merge version_2 into main
Merge version_2 into main
2025-12-23 16:36:03 +00:00
2 changed files with 16 additions and 40 deletions

View File

@@ -2,14 +2,14 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from "@/components/navbar/NavbarStyleMinimal"; import NavbarStyleMinimal from "@/components/navbar/NavbarStyleMinimal";
import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import HeroBillboard from "@/components/sections/hero/HeroBillboard";
import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout'; import MediaSplitTabsAbout from "@/components/sections/about/MediaSplitTabsAbout";
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
import MetricCardTen from '@/components/sections/metrics/MetricCardTen'; import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine'; import TestimonialCardNine from "@/components/sections/testimonial/TestimonialCardNine";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial'; import FooterBaseSocial from "@/components/sections/footer/FooterBaseSocial";
import { Youtube, Twitter, Linkedin, Instagram } from "lucide-react"; import { Youtube, Twitter, Linkedin, Instagram } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
@@ -87,7 +87,7 @@ export default function LandingPage() {
<div id="feature" data-section="feature"> <div id="feature" data-section="feature">
<FeatureCardOne <FeatureCardOne
title="" title="Premium Features"
description="Engineered to perfection. The A10 combines advanced technology with timeless elegance, delivering innovation at every turn." description="Engineered to perfection. The A10 combines advanced technology with timeless elegance, delivering innovation at every turn."
features={[ features={[
{ {
@@ -162,7 +162,6 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
cardRatingClassName="text-red-500"
/> />
</div> </div>
@@ -242,35 +241,12 @@ export default function LandingPage() {
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplitForm <ContactCenter
tag="Newsletter"
title="Ready to Experience the A10?" title="Ready to Experience the A10?"
description="Get in touch with us to schedule a test drive or learn more about the AUDI A10. We'd love to hear from you." description="Stay updated with the latest AUDI A10 news, exclusive offers, and special events."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true
}
]}
textarea={{
name: "message",
placeholder: "Tell us about your interest in the A10...",
rows: 5,
required: true
}}
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766507382209-vmocpnfc.jpg" onSubmit={(email) => console.log("Email submitted:", email)}
imageAlt="AUDI A10"
mediaPosition="right"
buttonText="Send Message"
onSubmit={(data) => console.log("Form submitted:", data)}
/> />
</div> </div>
@@ -278,6 +254,7 @@ export default function LandingPage() {
<ProductCardTwo <ProductCardTwo
title="A10 Featured Selection" title="A10 Featured Selection"
description="Explore our most popular A10 variants with customer reviews and ratings." description="Explore our most popular A10 variants with customer reviews and ratings."
starColor="#ff0000"
products={[ products={[
{ {
id: "1", id: "1",
@@ -314,7 +291,6 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
cardRatingClassName="text-red-500"
/> />
</div> </div>