Merge version_2 into main #3
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user