From 8f0676ae4e9d4455f217d65b358c9b3d25f5d203 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 14:31:19 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 274 ++++++++++++----------------------------------- 1 file changed, 68 insertions(+), 206 deletions(-) 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")} />
-- 2.49.1 From f65bb9b2708a68de90274b93a4bec30b9a363a51 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 14:31:19 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) 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() {