Update src/app/about/page.tsx

This commit is contained in:
2026-03-23 06:08:24 +00:00
parent 9de1c6be9a
commit 62c3ff7f66

View File

@@ -6,7 +6,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import SplitAbout from '@/components/sections/about/SplitAbout';
import { Compass, Sparkles } from "lucide-react";
import { Compass, Sparkles, Om, Leaf } from "lucide-react";
export default function LandingPage() {
return (
@@ -27,40 +27,20 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "home",
href: "/",
},
name: "Home", id: "/"},
{
name: "Packages",
id: "packages",
href: "/packages",
},
name: "Packages", id: "/packages"},
{
name: "About",
id: "about",
href: "/about",
},
name: "About", id: "/about"},
{
name: "Testimonials",
id: "testimonials",
href: "/testimonials",
},
name: "Testimonials", id: "/testimonials"},
{
name: "Blog",
id: "blog",
href: "/blog",
},
name: "Blog", id: "/blog"},
{
name: "Contact",
id: "contact",
href: "/contact",
},
name: "Contact", id: "/contact"},
]}
button={{
text: "Book Now",
href: "/booking",
}}
text: "Book Now", href: "/booking"}}
brandName="Om Namah Shivaya Travels"
/>
</div>
@@ -74,27 +54,19 @@ export default function LandingPage() {
tag="Our Roots"
bulletPoints={[
{
title: "Authentic Spiritual Experiences",
description: "Curated itineraries to India's most sacred sites, designed for profound discovery.",
icon: Om,
title: "Authentic Spiritual Experiences", description: "Curated itineraries to India's most sacred sites, designed for profound discovery.", icon: Om,
},
{
title: "Luxury & Comfort Redefined",
description: "Premium accommodations, private transport, and personalized services for a truly relaxing journey.",
icon: Sparkles,
title: "Luxury & Comfort Redefined", description: "Premium accommodations, private transport, and personalized services for a truly relaxing journey.", icon: Sparkles,
},
{
title: "Expert Guidance & Insight",
description: "Knowledgeable guides fluent in culture, history, and spiritual traditions enhance every step.",
icon: Compass,
title: "Expert Guidance & Insight", description: "Knowledgeable guides fluent in culture, history, and spiritual traditions enhance every step.", icon: Compass,
},
{
title: "Sustainable & Responsible Tourism",
description: "Committed to supporting local communities and preserving India's rich heritage.",
icon: Leaf,
title: "Sustainable & Responsible Tourism", description: "Committed to supporting local communities and preserving India's rich heritage.", icon: Leaf,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/view-island-middle-lake_181624-19253.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/view-island-middle-lake_181624-19253.jpg"
imageAlt="Sacred temple in the Himalayas at sunrise"
mediaAnimation="blur-reveal"
/>
@@ -107,20 +79,14 @@ export default function LandingPage() {
description="We're dedicated to crafting journeys that leave a lasting spiritual imprint, celebrated by travelers worldwide. Our commitment to excellence ensures every pilgrimage is a cherished memory."
metrics={[
{
value: "5000+",
title: "Pilgrims Guided",
},
value: "5000+", title: "Pilgrims Guided"},
{
value: "98%",
title: "Customer Satisfaction",
},
value: "98%", title: "Customer Satisfaction"},
{
value: "10+",
title: "Years of Expertise",
},
value: "10+", title: "Years of Expertise"},
]}
tag="Our Achievements"
imageSrc="http://img.b2bpic.net/free-photo/romantic-portrait-young-caucasian-woman-summer-dress-enjoying-relaxing-park-mountain-with-amazing-tropical-sea-view-female-vacation-travel-around-thailand-happy-woman-sunset_343596-1399.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/romantic-portrait-young-caucasian-woman-summer-dress-enjoying-relaxing-park-mountain-with-amazing-tropical-sea-view-female-vacation-travel-around-thailand-happy-woman-sunset_343596-1399.jpg"
imageAlt="Woman meditating in a serene spiritual retreat setting"
mediaAnimation="slide-up"
metricsAnimation="blur-reveal"
@@ -131,62 +97,37 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Explore",
items: [
title: "Explore", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "Tour Packages",
href: "/packages",
},
label: "Tour Packages", href: "/packages"},
{
label: "Testimonials",
href: "/testimonials",
},
label: "Testimonials", href: "/testimonials"},
{
label: "Blog",
href: "/blog",
},
label: "Blog", href: "/blog"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "#",
},
label: "FAQ", href: "#"},
{
label: "Booking Info",
href: "#",
},
label: "Booking Info", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}