Merge version_1 into main #3
@@ -11,8 +11,8 @@ import { Mulish } from "next/font/google";
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Core Code Motors | Premium Dealership in Lebanon',
|
||||
description: 'Lebanon\'s premier destination for luxury and exotic vehicles. Exceptional cars, transparent service.',
|
||||
title: 'Core Code Motors | Luxury Vehicle Dealership',
|
||||
description: 'Exotic performance and premium luxury vehicles curated for the Lebanese roads.',
|
||||
openGraph: {
|
||||
"title": "Core Code Motors | Lebanese Car Showroom",
|
||||
"description": "Curated selection of performance and luxury cars.",
|
||||
|
||||
@@ -9,6 +9,7 @@ import LegalSection from '@/components/legal/LegalSection';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||
import Link from "next/link";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -43,7 +44,8 @@ export default function LandingPage() {
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfND76Tg2UUcx54pIUQkTeDQUz/sport-coupe-in-red-with-clean-background-1774876096422-602f85d7.png", imageAlt: "Sport Coupe" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfND76Tg2UUcx54pIUQkTeDQUz/premium-suv-parked-in-professional-showr-1774876097003-81f59432.png", imageAlt: "SUV Premium" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfND76Tg2UUcx54pIUQkTeDQUz/electric-luxury-car-with-futuristic-aest-1774876099399-504b7874.png", imageAlt: "Electric Drive" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfND76Tg2UUcx54pIUQkTeDQUz/classic-high-performance-coupe-vintage-1774876100353-a2b76485.png", imageAlt: "Classic Vintage" }
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfND76Tg2UUcx54pIUQkTeDQUz/classic-high-performance-coupe-vintage-1774876100353-a2b76485.png", imageAlt: "Classic Vintage" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfND76Tg2UUcx54pIUQkTeDQUz/wide-shot-of-a-clean-high-end-car-showro-1774876097676-4253ea22.png", imageAlt: "Showroom View" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -57,7 +59,6 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Meet Our Team"
|
||||
description="The experts driving our excellence."
|
||||
members={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -69,7 +70,6 @@ export default function LandingPage() {
|
||||
imageAlt="Luxury performance car in a modern high-end studio showroom with dramatic lighting, sleek design."
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common inquiries."
|
||||
faqs={[]}
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -81,7 +81,6 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Service Packages"
|
||||
description="Choose the maintenance plan that fits you."
|
||||
plans={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -89,7 +88,6 @@ export default function LandingPage() {
|
||||
<LegalSection
|
||||
layout="default"
|
||||
title="Legal"
|
||||
sections={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user