diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx
index f1cccb5..30863ee 100644
--- a/src/app/gallery/page.tsx
+++ b/src/app/gallery/page.tsx
@@ -26,38 +26,22 @@ export default function LandingPage() {
@@ -68,55 +52,20 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="bento-grid"
useInvertedBackground={false}
+ animationType="slide-up"
products={[
{
- id: "gallery-1",
- name: "Jodhpur Blue City",
- price: "Rajasthan",
- variant: "Cultural",
- imageSrc: "http://img.b2bpic.net/free-photo/king-palace-shiva-kingdom-mahal_1376-61.jpg",
- imageAlt: "Jodhpur Blue City",
- },
+ id: "gallery-1", name: "Jodhpur Blue City", price: "Rajasthan", variant: "Cultural", imageSrc: "http://img.b2bpic.net/free-photo/king-palace-shiva-kingdom-mahal_1376-61.jpg", imageAlt: "Jodhpur Blue City"},
{
- id: "gallery-2",
- name: "Golden Temple",
- price: "Amritsar",
- variant: "Pilgrimage",
- imageSrc: "http://img.b2bpic.net/free-photo/man-celebrating-indian-republic-day_23-2151142172.jpg",
- imageAlt: "Amritsar Golden Temple",
- },
+ id: "gallery-2", name: "Golden Temple", price: "Amritsar", variant: "Pilgrimage", imageSrc: "http://img.b2bpic.net/free-photo/man-celebrating-indian-republic-day_23-2151142172.jpg", imageAlt: "Amritsar Golden Temple"},
{
- id: "gallery-3",
- name: "Ganges Ghats",
- price: "Varanasi",
- variant: "Spiritual",
- imageSrc: "http://img.b2bpic.net/free-photo/cityscape-china_1127-3888.jpg",
- imageAlt: "Varanasi Ganges River",
- },
+ id: "gallery-3", name: "Ganges Ghats", price: "Varanasi", variant: "Spiritual", imageSrc: "http://img.b2bpic.net/free-photo/cityscape-china_1127-3888.jpg", imageAlt: "Varanasi Ganges River"},
{
- id: "gallery-4",
- name: "Taj Mahal Majesty",
- price: "Agra",
- variant: "Historical",
- imageSrc: "http://img.b2bpic.net/free-photo/just-married-couple-kissing-with-old-building-background_1157-365.jpg",
- imageAlt: "Agra Taj Mahal",
- },
+ id: "gallery-4", name: "Taj Mahal Majesty", price: "Agra", variant: "Historical", imageSrc: "http://img.b2bpic.net/free-photo/just-married-couple-kissing-with-old-building-background_1157-365.jpg", imageAlt: "Agra Taj Mahal"},
{
- id: "gallery-5",
- name: "Ellora Caves",
- price: "Aurangabad",
- variant: "Ancient",
- imageSrc: "http://img.b2bpic.net/free-photo/inca-mayan-design-sculpted-stones_23-2151628453.jpg",
- imageAlt: "Ellora Caves",
- },
+ id: "gallery-5", name: "Ellora Caves", price: "Aurangabad", variant: "Ancient", imageSrc: "http://img.b2bpic.net/free-photo/inca-mayan-design-sculpted-stones_23-2151628453.jpg", imageAlt: "Ellora Caves"},
{
- id: "gallery-6",
- name: "Udaipur Lake Palace",
- price: "Rajasthan",
- variant: "Romantic",
- imageSrc: "http://img.b2bpic.net/free-photo/historic-trakai-castle-lithuania-near-lake-beautiful-cloudy-sky_181624-8044.jpg",
- imageAlt: "Udaipur City Palace",
- },
+ id: "gallery-6", name: "Udaipur Lake Palace", price: "Rajasthan", variant: "Romantic", imageSrc: "http://img.b2bpic.net/free-photo/historic-trakai-castle-lithuania-near-lake-beautiful-cloudy-sky_181624-8044.jpg", imageAlt: "Udaipur City Palace"},
]}
title="Memories from Incredible Journeys"
description="A glimpse into the stunning destinations and happy moments created with Balaji Tours N Travels. Inspiring your next adventure!"
@@ -127,14 +76,11 @@ export default function LandingPage() {
@@ -146,57 +92,35 @@ export default function LandingPage() {
{
items: [
{
- label: "Home",
- href: "/",
- },
+ label: "Home", href: "/"},
{
- label: "Tour Packages",
- href: "/packages",
- },
+ label: "Tour Packages", href: "/packages"},
{
- label: "Fleet",
- href: "/fleet",
- },
+ label: "Fleet", href: "/fleet"},
{
- label: "Gallery",
- href: "/gallery",
- },
+ label: "Gallery", href: "/gallery"},
],
},
{
items: [
{
- label: "Reviews",
- href: "/reviews",
- },
+ label: "Reviews", href: "/reviews"},
{
- label: "About Us",
- href: "/about",
- },
+ label: "About Us", href: "/about"},
{
- label: "Contact",
- href: "/contact",
- },
+ label: "Contact", href: "/contact"},
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
],
},
{
items: [
{
- label: "WhatsApp Booking",
- href: "https://wa.me/919876543210",
- },
+ label: "WhatsApp Booking", href: "https://wa.me/919876543210"},
{
- label: "Call Us: +91 98765 43210",
- href: "tel:+919876543210",
- },
+ label: "Call Us: +91 98765 43210", href: "tel:+919876543210"},
{
- label: "Email: info@balajitours.com",
- href: "mailto:info@balajitours.com",
- },
+ label: "Email: info@balajitours.com", href: "mailto:info@balajitours.com"},
],
},
]}