diff --git a/src/app/page.tsx b/src/app/page.tsx
index 88b93a8..282706d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -4,12 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
-import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
+import FooterBase from '@/components/sections/footer/FooterBase';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
-import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
+import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Building2, Compass, Mountain, Sun, Waves } from "lucide-react";
export default function LandingPage() {
@@ -30,22 +30,11 @@ export default function LandingPage() {
@@ -53,67 +42,25 @@ export default function LandingPage() {
@@ -135,60 +82,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- brand: "Heritage",
- name: "Royal Rajasthan",
- price: "₹35,000",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/indian-men-resting-by-bonfire-with-their-camel_53876-47057.jpg",
- },
- {
- id: "p2",
- brand: "Relaxation",
- name: "Kerala Backwaters",
- price: "₹28,000",
- rating: 5,
- reviewCount: "85",
- imageSrc: "http://img.b2bpic.net/free-photo/moving-house-boat-river_1353-206.jpg",
- },
- {
- id: "p3",
- brand: "Beach",
- name: "Goa Tropical Escape",
- price: "₹22,000",
- rating: 4,
- reviewCount: "200",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-beach-sea_74190-6616.jpg",
- },
- {
- id: "p4",
- brand: "Adventure",
- name: "Leh Ladakh Trekking",
- price: "₹45,000",
- rating: 5,
- reviewCount: "60",
- imageSrc: "http://img.b2bpic.net/free-photo/vast-valley-with-mountains-hill-sky_181624-26021.jpg",
- },
- {
- id: "p5",
- brand: "Cultural",
- name: "Varanasi Spiritual Tour",
- price: "₹19,000",
- rating: 4,
- reviewCount: "95",
- imageSrc: "http://img.b2bpic.net/free-photo/tourist-carrying-luggage_23-2151747354.jpg",
- },
- {
- id: "p6",
- brand: "Wellness",
- name: "Rishikesh Yoga Retreat",
- price: "₹25,000",
- rating: 5,
- reviewCount: "110",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-yoga-roof-skyscraper-big-city_1153-4898.jpg",
- },
+ { id: "p1", brand: "Heritage", name: "Royal Rajasthan", price: "₹35,000", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/indian-men-resting-by-bonfire-with-their-camel_53876-47057.jpg" },
+ { id: "p2", brand: "Relaxation", name: "Kerala Backwaters", price: "₹28,000", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/moving-house-boat-river_1353-206.jpg" },
+ { id: "p3", brand: "Beach", name: "Goa Tropical Escape", price: "₹22,000", rating: 4, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-beach-sea_74190-6616.jpg" },
]}
title="Curated Indian Holiday Packages"
description="Discover our handpicked travel itineraries designed for every kind of adventurer."
@@ -196,53 +92,17 @@ export default function LandingPage() {