Merge version_1 into main #4
@@ -28,9 +28,9 @@ export default function AboutPage() {
|
||||
brandName="LuxeDrive"
|
||||
navItems={[
|
||||
{ name: "Fleet", id: "fleet" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now", href: "#booking"
|
||||
|
||||
@@ -25,9 +25,9 @@ export default function ContactPage() {
|
||||
brandName="LuxeDrive"
|
||||
navItems={[
|
||||
{ name: "Fleet", id: "fleet" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now", href: "#booking"
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import HeroLogo from "@/components/sections/hero/HeroLogo";
|
||||
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
@@ -11,9 +10,9 @@ import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
export default function FleetPage() {
|
||||
const navItems = [
|
||||
{ name: "Fleet", id: "fleet" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -40,25 +39,6 @@ export default function FleetPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Our Fleet"
|
||||
description="Explore our curated collection of premium and exotic vehicles, each meticulously maintained and ready for your next unforgettable journey."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Now", href: "#booking"
|
||||
},
|
||||
{
|
||||
text: "Back to Home", href: "/"
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/look-from-white-car-white-house_8353-1201.jpg"
|
||||
imageAlt="Premium luxury sports car showcase"
|
||||
showDimOverlay={true}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="fleet" data-section="fleet">
|
||||
<ProductCardThree
|
||||
title="Complete Luxury Fleet"
|
||||
@@ -97,7 +77,7 @@ export default function FleetPage() {
|
||||
text: "Book Your Vehicle", href: "#booking"
|
||||
},
|
||||
{
|
||||
text: "View Pricing", href: "/#pricing"
|
||||
text: "View Pricing", href: "/pricing"
|
||||
},
|
||||
]}
|
||||
background={{
|
||||
|
||||
@@ -32,9 +32,9 @@ export default function HomePage() {
|
||||
brandName="LuxeDrive"
|
||||
navItems={[
|
||||
{ name: "Fleet", id: "fleet" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now", href: "#booking"
|
||||
|
||||
@@ -27,9 +27,9 @@ export default function PricingPage() {
|
||||
brandName="LuxeDrive"
|
||||
navItems={[
|
||||
{ name: "Fleet", id: "fleet" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now", href: "#booking"
|
||||
|
||||
Reference in New Issue
Block a user