Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-04-22 17:41:21 +00:00
2 changed files with 3 additions and 4 deletions

View File

@@ -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" }}

View File

@@ -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" }}