Merge version_2 into main #3

Merged
bender merged 6 commits from version_2 into main 2026-03-07 10:34:57 +00:00
6 changed files with 4 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ import TestimonialCardSixteen from "@/components/sections/testimonial/Testimonia
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import Link from "next/link";
import { ArrowRight, CheckCircle, Star, Phone, Menu } from "lucide-react";
import { ArrowRight, CheckCircle, Star, Phone } from "lucide-react";
export default function AboutPage() {
const navItems = [
@@ -35,7 +35,6 @@ export default function AboutPage() {
<NavbarStyleApple
brandName="Tan Tours"
navItems={navItems}
menuIcon={Menu}
/>
</div>

View File

@@ -6,7 +6,7 @@ import ProductCardThree from "@/components/sections/product/ProductCardThree";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import Link from "next/link";
import { Phone, Zap, Menu } from "lucide-react";
import { Phone, Zap } from "lucide-react";
export default function BookingPage() {
const navItems = [
@@ -61,7 +61,6 @@ export default function BookingPage() {
<NavbarStyleApple
brandName="Tan Tours"
navItems={navItems}
menuIcon={Menu}
/>
</div>

View File

@@ -6,7 +6,7 @@ import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwent
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import Link from "next/link";
import { ArrowRight, Briefcase, Phone, Menu } from "lucide-react";
import { ArrowRight, Briefcase, Phone } from "lucide-react";
export default function ContactPage() {
const navItems = [
@@ -34,7 +34,6 @@ export default function ContactPage() {
<NavbarStyleApple
brandName="Tan Tours"
navItems={navItems}
menuIcon={Menu}
/>
</div>

View File

@@ -12,7 +12,6 @@ import {
CheckCircle,
ArrowRight,
Phone,
Menu,
} from "lucide-react";
export default function FleetPage() {
@@ -39,7 +38,6 @@ export default function FleetPage() {
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
menuIcon={Menu}
/>
</div>

View File

@@ -23,7 +23,6 @@ import {
ArrowLeftRight,
Send,
ArrowRight,
Menu,
} from "lucide-react";
export default function HomePage() {
@@ -50,7 +49,6 @@ export default function HomePage() {
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
menuIcon={Menu}
/>
</div>

View File

@@ -6,7 +6,7 @@ import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwent
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import Link from "next/link";
import { ArrowRight, Briefcase, Phone, Menu } from "lucide-react";
import { ArrowRight, Briefcase, Phone } from "lucide-react";
export default function ServicesPage() {
const navItems = [
@@ -61,7 +61,6 @@ export default function ServicesPage() {
<NavbarStyleApple
brandName="Tan Tours"
navItems={navItems}
menuIcon={Menu}
/>
</div>