diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index ccdb64b..59d4765 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -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() {
@@ -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() {