From a7677e47bffa023edabf58c96340ad35b79e1405 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 13:09:54 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 34078e5..05667ff 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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.", -- 2.49.1 From 547ff5b6b4ea9a3d141529e43a24949d434ff5e3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 13:09:54 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f0af85d..3232f95 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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={[]} /> @@ -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" /> @@ -81,7 +81,6 @@ export default function LandingPage() { useInvertedBackground={false} title="Service Packages" description="Choose the maintenance plan that fits you." - plans={[]} /> @@ -89,7 +88,6 @@ export default function LandingPage() { -- 2.49.1