diff --git a/src/app/page.tsx b/src/app/page.tsx
index 49b2421..72da2c4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -1,6 +1,5 @@
"use client";
-import Link from "next/link";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll";
@@ -10,37 +9,33 @@ import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterBase from "@/components/sections/footer/FooterBase";
-import { Plane, Users, Sparkles } from "lucide-react";
+import { Plane, Sparkles, Users } from "lucide-react";
export default function HomePage() {
return (
{/* Navbar */}
@@ -52,21 +47,14 @@ export default function HomePage() {
tag="Global Travel Made Easy"
tagIcon={Plane}
tagAnimation="slide-up"
- background={{ variant: "floatingGradient" }}
+ background={{ variant: "canvas-reveal" }}
imageSrc="http://img.b2bpic.net/free-photo/content-women-with-purchases_23-2147669865.jpg"
- imageAlt="International travelers at modern airport terminal"
+ imageAlt="international airport terminal modern travelers"
buttons={[
- {
- text: "Apply for Visa",
- href: "contact",
- },
- {
- text: "Book Consultation",
- onClick: () => console.log("Book consultation clicked"),
- },
+ { text: "Apply for Visa", href: "contact" },
+ { text: "Book Consultation", onClick: () => console.log("Book consultation clicked") },
]}
buttonAnimation="slide-up"
- className="hero-section-fendy"
/>
@@ -75,16 +63,8 @@ export default function HomePage() {
@@ -140,89 +105,51 @@ export default function HomePage() {
title="Why Choose Fendy Travels"
description="Industry-leading expertise and customer satisfaction"
tag="Our Strengths"
+ tagIcon={Plane}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
- animationType="slide-up"
metrics={[
{
- id: "1",
- value: "98%",
- title: "Customer Satisfaction Rate",
- items: [
- "Trusted by thousands of travelers",
- "Consistent service excellence",
- ],
+ id: "1", value: "98%", title: "Customer Satisfaction Rate", items: ["Trusted by thousands of travelers", "Consistent service excellence"],
},
{
- id: "2",
- value: "24/7",
- title: "Professional Support",
- items: [
- "Round-the-clock customer assistance",
- "Quick response times",
- ],
+ id: "2", value: "24/7", title: "Professional Support", items: ["Round-the-clock customer assistance", "Quick response times"],
},
{
- id: "3",
- value: "10+",
- title: "Years of Experience",
- items: [
- "Expert visa consultants",
- "Proven track record",
- ],
+ id: "3", value: "10+", title: "Years of Experience", items: ["Expert visa consultants", "Proven track record"],
},
{
- id: "4",
- value: "150+",
- title: "Countries Served",
- items: [
- "Global travel destinations",
- "Worldwide partnerships",
- ],
+ id: "4", value: "150+", title: "Countries Served", items: ["Global travel destinations", "Worldwide partnerships"],
},
]}
+ animationType="slide-up"
/>
- {/* How It Works Section */}
+ {/* Process Section */}
@@ -231,49 +158,25 @@ export default function HomePage() {
{/* Testimonials Section */}
@@ -290,7 +193,6 @@ export default function HomePage() {
inputPlaceholder="your@email.com"
buttonText="Get Started"
termsText="We respect your privacy. Unsubscribe at any time."
- onSubmit={(email) => console.log("Newsletter signup:", email)}
/>
@@ -301,70 +203,30 @@ export default function HomePage() {
copyrightText="© 2025 Fendy Travels. All rights reserved."
columns={[
{
- title: "Services",
- items: [
- {
- label: "Visa Assistance",
- href: "services",
- },
- {
- label: "Flight Booking",
- href: "services",
- },
- {
- label: "Travel Consultation",
- href: "services",
- },
- {
- label: "Document Preparation",
- href: "services",
- },
+ title: "Services", items: [
+ { label: "Visa Assistance", href: "services" },
+ { label: "Flight Booking", href: "services" },
+ { label: "Travel Consultation", href: "services" },
+ { label: "Document Preparation", href: "services" },
],
},
{
- title: "Company",
- items: [
- {
- label: "About Us",
- href: "about",
- },
- {
- label: "Our Process",
- href: "process",
- },
- {
- label: "Contact",
- href: "contact",
- },
- {
- label: "Blog",
- href: "#",
- },
+ title: "Company", items: [
+ { label: "About Us", href: "about" },
+ { label: "Our Process", href: "process" },
+ { label: "Contact", href: "contact" },
+ { label: "Blog", href: "#" },
],
},
{
- title: "Support",
- items: [
- {
- label: "FAQ",
- href: "#",
- },
- {
- label: "Help Center",
- href: "#",
- },
- {
- label: "WhatsApp Chat",
- href: "https://wa.me/1234567890",
- },
- {
- label: "Email Support",
- href: "mailto:support@fendytravels.com",
- },
+ title: "Support", items: [
+ { label: "FAQ", href: "#" },
+ { label: "Help Center", href: "#" },
+ { label: "WhatsApp Chat", href: "https://wa.me/1234567890" },
+ { label: "Email Support", href: "mailto:support@fendytravels.com" },
],
},
]}
- onPrivacyClick={() => console.log("Privacy policy clicked")}
/>
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index 37a43e3..418e649 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -15,7 +15,7 @@ export default function ServicesPage() {
borderRadius="pill"
contentWidth="mediumLarge"
sizing="largeSmall"
- background="floatingGradient"
+ background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
@@ -25,11 +25,10 @@ export default function ServicesPage() {
@@ -79,8 +82,7 @@ export default function ServicesPage() {
"Round-the-clock customer assistance", "Quick response times"],
},
{
- id: "3", value: "10+", title: "Years of Experience", items: [
- "Expert visa consultants", "Proven track record"],
+ id: "3", value: "10+", title: "Years of Experience", items: ["Expert visa consultants", "Proven track record"],
},
{
id: "4", value: "150+", title: "Countries Served", items: [