From e64330d019f64ef771604cde5cda667ae5b5dbf3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 11:49:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 241 ++++++++++------------------------------------- 1 file changed, 52 insertions(+), 189 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c35fdb..20eb735 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -32,32 +32,15 @@ export default function LandingPage() { @@ -66,14 +49,8 @@ export default function LandingPage() { logoText="Radhey Tour & Travels" description="Discover the world with comfort, reliability, and local expertise. Your journey begins with Radhey." buttons={[ - { - text: "Explore Packages", - href: "#packages", - }, - { - text: "Contact Us", - href: "#contact", - }, + { text: "Explore Packages", href: "#packages" }, + { text: "Contact Us", href: "#contact" }, ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/travel-concept-studio-portrait-pretty-young-woman-holding-passport-luggage-isolated-white_1258-110963.jpg" @@ -86,21 +63,9 @@ export default function LandingPage() { useInvertedBackground={false} title="Why Choose Radhey Travels?" metrics={[ - { - icon: MapPin, - label: "Destinations", - value: "150+", - }, - { - icon: Smile, - label: "Happy Travelers", - value: "5k+", - }, - { - icon: Award, - label: "Experience", - value: "12 Years", - }, + { icon: MapPin, label: "Destinations", value: "150+" }, + { icon: Smile, label: "Happy Travelers", value: "5k+" }, + { icon: Award, label: "Experience", value: "12 Years" }, ]} metricsAnimation="slide-up" /> @@ -113,21 +78,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "Luxury Accommodations", - description: "Stay in handpicked hotels that guarantee comfort and style.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-female-beauty-strong-concept_53876-133995.jpg", - }, - { - title: "Reliable Transport", - description: "Modern fleet with experienced drivers for safe transfers.", - imageSrc: "http://img.b2bpic.net/free-photo/taxi-driver-getting-ready-customer_23-2149273244.jpg", - }, - { - title: "24/7 Concierge", - description: "Always there when you need help or recommendations.", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-latin-executive-offering-customer-service-with-headset-offering-tech-support-busy-call-center_662251-398.jpg", - }, + { title: "Luxury Accommodations", description: "Stay in handpicked hotels that guarantee comfort and style.", imageSrc: "http://img.b2bpic.net/free-photo/woman-female-beauty-strong-concept_53876-133995.jpg" }, + { title: "Reliable Transport", description: "Modern fleet with experienced drivers for safe transfers.", imageSrc: "http://img.b2bpic.net/free-photo/taxi-driver-getting-ready-customer_23-2149273244.jpg" }, + { title: "24/7 Concierge", description: "Always there when you need help or recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-latin-executive-offering-customer-service-with-headset-offering-tech-support-busy-call-center_662251-398.jpg" }, ]} title="Premium Services" description="We ensure your travel is hassle-free from start to finish." @@ -141,42 +94,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Coastal Bliss Package", - price: "$1,200", - imageSrc: "http://img.b2bpic.net/free-photo/bag-sea-vacation-supplies_23-2147801023.jpg", - }, - { - id: "p2", - name: "Mountain Trek Adventure", - price: "$1,500", - imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-joyful-man-wearing-hat-having-fun-near-river-cloudy-morning-looking-alps_197531-4437.jpg", - }, - { - id: "p3", - name: "Heritage City Tour", - price: "$950", - imageSrc: "http://img.b2bpic.net/free-photo/travelling-city-visiting-tourist-attractions_23-2148570662.jpg", - }, - { - id: "p4", - name: "Romantic Honeymoon", - price: "$2,200", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-caucasian-tanned-woman-bikini-straw-hat-with-floating-breakfast-amazing-luxury-bali-style-villa-sunny-day-by-swimming-pool-tropical-background_343596-992.jpg", - }, - { - id: "p5", - name: "Wildlife Safari Trip", - price: "$1,800", - imageSrc: "http://img.b2bpic.net/free-photo/bear-alaska_658691-16.jpg", - }, - { - id: "p6", - name: "Snowy Peaks Escape", - price: "$1,600", - imageSrc: "http://img.b2bpic.net/free-photo/waist-up-two-male-snowboarders_329181-5296.jpg", - }, + { id: "p1", name: "Coastal Bliss Package", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/bag-sea-vacation-supplies_23-2147801023.jpg" }, + { id: "p2", name: "Mountain Trek Adventure", price: "$1,500", imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-joyful-man-wearing-hat-having-fun-near-river-cloudy-morning-looking-alps_197531-4437.jpg" }, + { id: "p3", name: "Heritage City Tour", price: "$950", imageSrc: "http://img.b2bpic.net/free-photo/travelling-city-visiting-tourist-attractions_23-2148570662.jpg" }, ]} title="Featured Tour Packages" description="Curated experiences designed to create memories that last a lifetime." @@ -189,21 +109,9 @@ export default function LandingPage() { title="Travel Performance" tag="Trusted Metrics" metrics={[ - { - id: "m1", - value: "98%", - description: "Customer Satisfaction Rate", - }, - { - id: "m2", - value: "500+", - description: "Local Partners Worldwide", - }, - { - id: "m3", - value: "12", - description: "Years of Excellence", - }, + { id: "m1", value: "98%", description: "Customer Satisfaction Rate" }, + { id: "m2", value: "500+", description: "Local Partners Worldwide" }, + { id: "m3", value: "12", description: "Years of Excellence" }, ]} metricsAnimation="slide-up" /> @@ -215,46 +123,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Sunita Verma", - handle: "@sunita_v", - testimonial: "The best travel experience we ever had. Everything was perfectly planned.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg", - }, - { - id: "2", - name: "Rajesh Kumar", - handle: "@rajeshk", - testimonial: "Radhey Travels made our vacation stress-free. Highly recommended!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-using-mobile-phone-airport_107420-95904.jpg", - }, - { - id: "3", - name: "Emily Watson", - handle: "@ewatson", - testimonial: "Excellent planning and very professional staff. Will book again.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-happy-female-traveler-has-hands-outstretched-camera-makes-selfie-portrait_273609-26949.jpg", - }, - { - id: "4", - name: "Amit Sharma", - handle: "@amitsh", - testimonial: "The wildlife safari was amazing, thanks to their local guides.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/brazilian-young-man-holding-vintage-camera-showing-pointing-up-with-fingers-number-two-while-smiling-confident-happy_839833-31888.jpg", - }, - { - id: "5", - name: "Neha Gupta", - handle: "@nehag", - testimonial: "Wonderful heritage tour. Everything was on time and organized.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-inspired-elderly-woman-with-orange-backpack-sporty-woman-casual-clothes-looking-forward-with-smile-sport-adventure-hobby-concept_74855-23347.jpg", - }, + { id: "1", name: "Sunita Verma", handle: "@sunita_v", testimonial: "The best travel experience we ever had.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg" }, + { id: "2", name: "Rajesh Kumar", handle: "@rajeshk", testimonial: "Stress-free vacation planning!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-using-mobile-phone-airport_107420-95904.jpg" }, ]} showRating={true} title="Client Reviews" @@ -266,21 +136,8 @@ export default function LandingPage() { ); -} +} \ No newline at end of file