diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f369cf..07aa3a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Briefcase, Phone, Shield, Sparkles, Star, Car, Fuel } from "lucide-react"; +import { Briefcase, Phone, Shield, Sparkles, Star, Car, Fuel, Gem } from "lucide-react"; export default function LandingPage() { return ( @@ -35,6 +35,7 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "About", id: "about" }, { name: "Fleet", id: "products" }, + { name: "Luxurious Cars", id: "luxurious-cars" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} @@ -46,8 +47,7 @@ export default function LandingPage() { +
+ +
+