Merge version_2 into main #3
215
src/app/page.tsx
215
src/app/page.tsx
@@ -8,8 +8,8 @@ import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSp
|
||||
import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve";
|
||||
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
||||
import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen";
|
||||
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import { MapPin, Star, Compass, Heart } from "lucide-react";
|
||||
|
||||
@@ -23,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Tour Packages", href: "/packages" },
|
||||
@@ -32,16 +31,14 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "Phone: +91 (98765) 43210", href: "tel:+919876543210" },
|
||||
{ label: "Email: info@satvatorurs.com", href: "mailto:info@satvatorurs.com" },
|
||||
{ label: "Rajkot, Gujarat", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Our Commitment",
|
||||
items: [
|
||||
title: "Our Commitment", items: [
|
||||
{ label: "Pure Vegetarian Meals", href: "#" },
|
||||
{ label: "Comfortable Stays", href: "#" },
|
||||
{ label: "Family-Focused Tours", href: "#" },
|
||||
@@ -68,9 +65,7 @@ export default function HomePage() {
|
||||
brandName="Satva Tours"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Book Now", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -94,16 +89,12 @@ export default function HomePage() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "About Satva Tours and Travels",
|
||||
},
|
||||
type: "text", content: "About Satva Tours and Travels"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn Our Story",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Learn Our Story", href: "/about"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,44 +110,20 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "food",
|
||||
label: "🍽️ Pure Vegetarian Meals",
|
||||
title: "Authentic & Delicious",
|
||||
items: [
|
||||
"Gujarati, Punjabi, and Jain cuisine",
|
||||
"Prepared with hygiene and care",
|
||||
"Fresh, nutritious meals daily",
|
||||
],
|
||||
id: "food", label: "🍽️ Pure Vegetarian Meals", title: "Authentic & Delicious", items: [
|
||||
"Gujarati, Punjabi, and Jain cuisine", "Prepared with hygiene and care", "Fresh, nutritious meals daily"],
|
||||
},
|
||||
{
|
||||
id: "accommodation",
|
||||
label: "🏨 Comfortable Stays",
|
||||
title: "Deluxe AC Hotels",
|
||||
items: [
|
||||
"Well-maintained rooms with AC",
|
||||
"Clean and hygienic facilities",
|
||||
"Trusted hotel chains",
|
||||
],
|
||||
id: "accommodation", label: "🏨 Comfortable Stays", title: "Deluxe AC Hotels", items: [
|
||||
"Well-maintained rooms with AC", "Clean and hygienic facilities", "Trusted hotel chains"],
|
||||
},
|
||||
{
|
||||
id: "water",
|
||||
label: "💧 Hydration & Care",
|
||||
title: "Daily Mineral Water",
|
||||
items: [
|
||||
"1-liter bottle per seat daily",
|
||||
"Room temperature for comfort",
|
||||
"Health and wellness priority",
|
||||
],
|
||||
id: "water", label: "💧 Hydration & Care", title: "Daily Mineral Water", items: [
|
||||
"1-liter bottle per seat daily", "Room temperature for comfort", "Health and wellness priority"],
|
||||
},
|
||||
{
|
||||
id: "exclusions",
|
||||
label: "⚠️ Important Note",
|
||||
title: "What's Not Included",
|
||||
items: [
|
||||
"Entry tickets to monuments/parks",
|
||||
"Local transport (rickshaws, taxis)",
|
||||
"Personal expenses",
|
||||
],
|
||||
id: "exclusions", label: "⚠️ Important Note", title: "What's Not Included", items: [
|
||||
"Entry tickets to monuments/parks", "Local transport (rickshaws, taxis)", "Personal expenses"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -174,61 +141,21 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "west-coast",
|
||||
name: "Enjoy West Coast",
|
||||
price: "8 Days",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-city-buildings-scene_23-2151823126.jpg?_wi=1",
|
||||
imageAlt: "Goa beach coastline palm trees sunset",
|
||||
},
|
||||
id: "west-coast", name: "Enjoy West Coast", price: "8 Days", imageSrc: "http://img.b2bpic.net/free-photo/indian-city-buildings-scene_23-2151823126.jpg?_wi=1", imageAlt: "Goa beach coastline palm trees sunset"},
|
||||
{
|
||||
id: "heart-india",
|
||||
name: "The Heart of India",
|
||||
price: "8 Days",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nyepi-day-celebration-indonesia_23-2151325654.jpg?_wi=1",
|
||||
imageAlt: "Ujjain temple spiritual pilgrimage India",
|
||||
},
|
||||
id: "heart-india", name: "The Heart of India", price: "8 Days", imageSrc: "http://img.b2bpic.net/free-photo/nyepi-day-celebration-indonesia_23-2151325654.jpg?_wi=1", imageAlt: "Ujjain temple spiritual pilgrimage India"},
|
||||
{
|
||||
id: "royal-rajasthan",
|
||||
name: "Royal Rajasthan",
|
||||
price: "8 Days",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-city-buildings-scene_23-2151823108.jpg?_wi=1",
|
||||
imageAlt: "Rajasthan palace fort Jodhpur architecture",
|
||||
},
|
||||
id: "royal-rajasthan", name: "Royal Rajasthan", price: "8 Days", imageSrc: "http://img.b2bpic.net/free-photo/indian-city-buildings-scene_23-2151823108.jpg?_wi=1", imageAlt: "Rajasthan palace fort Jodhpur architecture"},
|
||||
{
|
||||
id: "uttar-bharat",
|
||||
name: "Uttar Bharat Darshan",
|
||||
price: "10 Days",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/rath-yatra-invitation-poster_23-2151985794.jpg?_wi=1",
|
||||
imageAlt: "Haridwar pilgrimage ghats spiritual journey",
|
||||
},
|
||||
id: "uttar-bharat", name: "Uttar Bharat Darshan", price: "10 Days", imageSrc: "http://img.b2bpic.net/free-psd/rath-yatra-invitation-poster_23-2151985794.jpg?_wi=1", imageAlt: "Haridwar pilgrimage ghats spiritual journey"},
|
||||
{
|
||||
id: "spiritual-uttar",
|
||||
name: "Special Uttar Bharat (Spiritual)",
|
||||
price: "10 Days",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-traditional-indian-attire-diwali-celebration_23-2152022335.jpg?_wi=1",
|
||||
imageAlt: "Ayodhya Ram temple spiritual pilgrimage",
|
||||
},
|
||||
id: "spiritual-uttar", name: "Special Uttar Bharat (Spiritual)", price: "10 Days", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-traditional-indian-attire-diwali-celebration_23-2152022335.jpg?_wi=1", imageAlt: "Ayodhya Ram temple spiritual pilgrimage"},
|
||||
{
|
||||
id: "uttarakhand",
|
||||
name: "Unmatched Uttarakhand",
|
||||
price: "11 Days",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-by-poolside-wiht-mountain-view_53876-14438.jpg?_wi=1",
|
||||
imageAlt: "Nainital lake mountains scenic beauty",
|
||||
},
|
||||
id: "uttarakhand", name: "Unmatched Uttarakhand", price: "11 Days", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-by-poolside-wiht-mountain-view_53876-14438.jpg?_wi=1", imageAlt: "Nainital lake mountains scenic beauty"},
|
||||
{
|
||||
id: "kashmir",
|
||||
name: "Paradise on Earth",
|
||||
price: "12 Days",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/intricate-sun-carving-ancient-stone-architecture_23-2152002066.jpg?_wi=1",
|
||||
imageAlt: "Srinagar Dal Lake houseboat paradise",
|
||||
},
|
||||
id: "kashmir", name: "Paradise on Earth", price: "12 Days", imageSrc: "http://img.b2bpic.net/free-photo/intricate-sun-carving-ancient-stone-architecture_23-2152002066.jpg?_wi=1", imageAlt: "Srinagar Dal Lake houseboat paradise"},
|
||||
{
|
||||
id: "himachal",
|
||||
name: "Romantic Himachal",
|
||||
price: "12 Days",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-adventurous-couple-bivouacking_23-2150562945.jpg?_wi=1",
|
||||
imageAlt: "Shimla colonial hill station mountain town",
|
||||
},
|
||||
id: "himachal", name: "Romantic Himachal", price: "12 Days", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-adventurous-couple-bivouacking_23-2150562945.jpg?_wi=1", imageAlt: "Shimla colonial hill station mountain town"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -241,92 +168,60 @@ export default function HomePage() {
|
||||
metricsAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "families",
|
||||
value: "5000+",
|
||||
description: "Happy families traveled with us",
|
||||
},
|
||||
id: "families", value: "5000+", description: "Happy families traveled with us"},
|
||||
{
|
||||
id: "years",
|
||||
value: "15+",
|
||||
description: "Years of travel expertise",
|
||||
},
|
||||
id: "years", value: "15+", description: "Years of travel expertise"},
|
||||
{
|
||||
id: "packages",
|
||||
value: "50+",
|
||||
description: "Customized tour itineraries",
|
||||
},
|
||||
id: "packages", value: "50+", description: "Customized tour itineraries"},
|
||||
{
|
||||
id: "hotels",
|
||||
value: "100+",
|
||||
description: "Partner hotels across India",
|
||||
},
|
||||
id: "hotels", value: "100+", description: "Partner hotels across India"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
cardTitle="What Our Guests Say"
|
||||
cardTag="Customer Stories"
|
||||
cardTagIcon={Heart}
|
||||
cardAnimation="slide-up"
|
||||
<TestimonialCardThirteen
|
||||
title="What Our Guests Say"
|
||||
description="Real experiences from families who discovered the beauty of India with us."
|
||||
tag="Customer Stories"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Patel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hipster-woman-traveling-around-world-with-backpack-smiling-happy-positive-listening-music-headphones-blue-tropical-ocean-background-sunglasses-sexy-summer-vacation_285396-6058.jpg?_wi=1",
|
||||
imageAlt: "Indian businessman professional portrait confident",
|
||||
},
|
||||
id: "1", name: "Rajesh Patel", handle: "@rajesh_travels", testimonial: "An absolutely wonderful experience! The team at Satva Tours made our family vacation unforgettable. Every detail was perfect.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hipster-woman-traveling-around-world-with-backpack-smiling-happy-positive-listening-music-headphones-blue-tropical-ocean-background-sunglasses-sexy-summer-vacation_285396-6058.jpg?_wi=1", imageAlt: "Indian businessman professional portrait confident"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Sharma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-girl-wearing-olive-green-t-shirt-putting-hand-chin-isolated-pink-wall_141793-103266.jpg?_wi=1",
|
||||
imageAlt: "Indian woman portrait smiling friendly",
|
||||
},
|
||||
id: "2", name: "Priya Sharma", handle: "@priya_adventure", testimonial: "The vegetarian meals were absolutely delicious and the hotels were so comfortable. Highly recommend for families!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-girl-wearing-olive-green-t-shirt-putting-hand-chin-isolated-pink-wall_141793-103266.jpg?_wi=1", imageAlt: "Indian woman portrait smiling friendly"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Vikram Desai",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-shows-thumbs-up-takes-selfie-mobile-phone-poses-near-suitcase-blogger-goes_1258-270583.jpg?_wi=1",
|
||||
imageAlt: "Indian man casual portrait happy",
|
||||
},
|
||||
id: "3", name: "Vikram Desai", handle: "@vikram_explorer", testimonial: "Best tour company in India. Professional, caring, and they truly understand what families need. Worth every rupee!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-shows-thumbs-up-takes-selfie-mobile-phone-poses-near-suitcase-blogger-goes_1258-270583.jpg?_wi=1", imageAlt: "Indian man casual portrait happy"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Anjali Mehta",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-going-hiking-holding-ticket-white-background-air-tourist-forest-vacation-flight-trip-campus-mountain_179666-39189.jpg?_wi=1",
|
||||
imageAlt: "Indian woman travel vacation happy memory",
|
||||
},
|
||||
id: "4", name: "Anjali Mehta", handle: "@anjali_memories", testimonial: "From booking to the end of our trip, everything was seamless. The itineraries are thoughtfully planned.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-going-hiking-holding-ticket-white-background-air-tourist-forest-vacation-flight-trip-campus-mountain_179666-39189.jpg?_wi=1", imageAlt: "Indian woman travel vacation happy memory"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Suresh Kapoor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-young-man-sitting-office-coworking_171337-17642.jpg?_wi=1",
|
||||
imageAlt: "Indian senior man portrait wise elderly",
|
||||
},
|
||||
id: "5", name: "Suresh Kapoor", handle: "@suresh_wanderer", testimonial: "My grandchildren had the time of their lives. This company truly cares about making memories for families.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-young-man-sitting-office-coworking_171337-17642.jpg?_wi=1", imageAlt: "Indian senior man portrait wise elderly"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Deepika Singh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-pretty-young-woman-posing-camera-park_1262-20239.jpg?_wi=1",
|
||||
imageAlt: "Indian woman portrait casual friendly smile",
|
||||
},
|
||||
id: "6", name: "Deepika Singh", handle: "@deepika_journeys", testimonial: "Satva Tours exceeded all our expectations. The cultural experiences were enriching and the food was incredible!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-pretty-young-woman-posing-camera-park_1262-20239.jpg?_wi=1", imageAlt: "Indian woman portrait casual friendly smile"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Ready to plan your family adventure? Get in touch with our travel experts today. We're here to help you create unforgettable memories across India."
|
||||
<ContactCenter
|
||||
tag="Get In Touch"
|
||||
title="Ready to Plan Your Adventure?"
|
||||
description="Contact our travel experts today and let us create the perfect family vacation across India."
|
||||
tagIcon={Heart}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Send Inquiry",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
]}
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Get Started"
|
||||
termsText="By submitting, you agree to our Terms and Conditions and Privacy Policy."
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user