Merge version_2 into main #2
@@ -24,8 +24,8 @@ export default function ContactPage() {
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", href: "/" },
|
||||
{ name: "Contact", href: "/contact" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Avni Bus"
|
||||
button={{ text: "Book Ticket", href: "/contact" }}
|
||||
|
||||
@@ -7,7 +7,6 @@ import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
||||
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
|
||||
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
|
||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
@@ -34,7 +33,7 @@ export default function AvniBusServicePage() {
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Routes", id: "routes" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", href: "/contact" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Avni Bus"
|
||||
button={{ text: "Book Ticket", href: "/contact" }}
|
||||
|
||||
Reference in New Issue
Block a user