diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx
index 1d55e34..72e1b23 100644
--- a/src/app/gallery/page.tsx
+++ b/src/app/gallery/page.tsx
@@ -34,8 +34,7 @@ export default function GalleryPage() {
const footerColumns = [
{
- title: "Quick Links",
- items: [
+ title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Tours", href: "/tours" },
{ label: "Destinations", href: "/destinations" },
@@ -43,8 +42,7 @@ export default function GalleryPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Privacy Policy", href: "#" },
@@ -52,8 +50,7 @@ export default function GalleryPage() {
],
},
{
- title: "Connect",
- items: [
+ title: "Connect", items: [
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" },
{ label: "YouTube", href: "https://youtube.com" },
@@ -64,65 +61,23 @@ export default function GalleryPage() {
const galleryProducts = [
{
- id: "g1",
- brand: "Kashmir Gallery",
- name: "Mountain Gondola",
- price: "Featured",
- rating: 5,
- reviewCount: "Iconic",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-houses-snowy-mountains_181624-17482.jpg",
- imageAlt: "cable car gondola mountain view",
- },
+ id: "g1", brand: "Kashmir Gallery", name: "Mountain Gondola", price: "Featured", rating: 5,
+ reviewCount: "Iconic", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-houses-snowy-mountains_181624-17482.jpg", imageAlt: "cable car gondola mountain view"},
{
- id: "g2",
- brand: "Kashmir Gallery",
- name: "Frosted Chinar",
- price: "Featured",
- rating: 5,
- reviewCount: "Iconic",
- imageSrc: "http://img.b2bpic.net/free-photo/drought-plant-covered-with-rime_1161-152.jpg",
- imageAlt: "snow covered tree branches white",
- },
+ id: "g2", brand: "Kashmir Gallery", name: "Frosted Chinar", price: "Featured", rating: 5,
+ reviewCount: "Iconic", imageSrc: "http://img.b2bpic.net/free-photo/drought-plant-covered-with-rime_1161-152.jpg", imageAlt: "snow covered tree branches white"},
{
- id: "g3",
- brand: "Kashmir Gallery",
- name: "Frozen Dal Lake",
- price: "Featured",
- rating: 5,
- reviewCount: "Iconic",
- imageSrc: "http://img.b2bpic.net/free-photo/first-melt_181624-11429.jpg",
- imageAlt: "frozen Dal Lake ice winter",
- },
+ id: "g3", brand: "Kashmir Gallery", name: "Frozen Dal Lake", price: "Featured", rating: 5,
+ reviewCount: "Iconic", imageSrc: "http://img.b2bpic.net/free-photo/first-melt_181624-11429.jpg", imageAlt: "frozen Dal Lake ice winter"},
{
- id: "g4",
- brand: "Kashmir Gallery",
- name: "Winter Joy",
- price: "Featured",
- rating: 5,
- reviewCount: "Iconic",
- imageSrc: "http://img.b2bpic.net/free-photo/mom-daughter_1328-898.jpg",
- imageAlt: "children playing snow winter joy",
- },
+ id: "g4", brand: "Kashmir Gallery", name: "Winter Joy", price: "Featured", rating: 5,
+ reviewCount: "Iconic", imageSrc: "http://img.b2bpic.net/free-photo/mom-daughter_1328-898.jpg", imageAlt: "children playing snow winter joy"},
{
- id: "g5",
- brand: "Kashmir Gallery",
- name: "Traditional Shikara",
- price: "Featured",
- rating: 5,
- reviewCount: "Iconic",
- imageSrc: "http://img.b2bpic.net/free-photo/person-practicing-cold-exposure-metabolism_23-2150950667.jpg",
- imageAlt: "traditional shikara boat misty water",
- },
+ id: "g5", brand: "Kashmir Gallery", name: "Traditional Shikara", price: "Featured", rating: 5,
+ reviewCount: "Iconic", imageSrc: "http://img.b2bpic.net/free-photo/person-practicing-cold-exposure-metabolism_23-2150950667.jpg", imageAlt: "traditional shikara boat misty water"},
{
- id: "g6",
- brand: "Kashmir Gallery",
- name: "Winter Wonderland",
- price: "Featured",
- rating: 5,
- reviewCount: "Iconic",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-woman-walking-snowy-carpathian-mountains-surrounded-by-trees-romania_181624-12957.jpg?_wi=2",
- imageAlt: "snowy mountain landscape scenic",
- },
+ id: "g6", brand: "Kashmir Gallery", name: "Winter Wonderland", price: "Featured", rating: 5,
+ reviewCount: "Iconic", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-woman-walking-snowy-carpathian-mountains-surrounded-by-trees-romania_181624-12957.jpg", imageAlt: "snowy mountain landscape scenic"},
];
return (
@@ -142,9 +97,7 @@ export default function GalleryPage() {
@@ -165,28 +118,17 @@ export default function GalleryPage() {
@@ -196,12 +138,7 @@ export default function GalleryPage() {
title="Trusted by Snow Adventurers"
description="Join thousands of travelers experiencing Kashmir's magic"
names={[
- "⭐⭐⭐⭐⭐ 10,000+ Happy Travelers",
- "15 Years of Snow Expertise",
- "100% Safe Journeys",
- "24/7 Expert Support",
- "Best Price Guarantee",
- ]}
+ "⭐⭐⭐⭐⭐ 10,000+ Happy Travelers", "15 Years of Snow Expertise", "100% Safe Journeys", "24/7 Expert Support", "Best Price Guarantee"]}
textboxLayout="default"
useInvertedBackground={false}
speed={40}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 33b7bbf..e139e16 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
const footerColumns = [
{
- title: "Quick Links",
- items: [
+ title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Tours", href: "/tours" },
{ label: "Destinations", href: "destinations" },
@@ -32,8 +31,7 @@ export default function HomePage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "about" },
{ label: "Contact", href: "contact" },
{ label: "Privacy Policy", href: "#" },
@@ -41,8 +39,7 @@ export default function HomePage() {
],
},
{
- title: "Connect",
- items: [
+ title: "Connect", items: [
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" },
{ label: "YouTube", href: "https://youtube.com" },
@@ -81,7 +78,7 @@ export default function HomePage() {
{ text: "Watch the Magic", href: "#" },
]}
background={{ variant: "sparkles-gradient" }}
- imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-woman-walking-snowy-carpathian-mountains-surrounded-by-trees-romania_181624-12957.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-woman-walking-snowy-carpathian-mountains-surrounded-by-trees-romania_181624-12957.jpg"
imageAlt="Gulmarg ski slopes during winter"
mediaAnimation="slide-up"
frameStyle="card"
@@ -94,12 +91,7 @@ export default function HomePage() {
title="Trusted by Snow Adventurers"
description="Join thousands of travelers experiencing Kashmir's magic"
names={[
- "⭐⭐⭐⭐⭐ 10,000+ Happy Travelers",
- "15 Years of Snow Expertise",
- "100% Safe Journeys",
- "24/7 Expert Support",
- "Best Price Guarantee",
- ]}
+ "⭐⭐⭐⭐⭐ 10,000+ Happy Travelers", "15 Years of Snow Expertise", "100% Safe Journeys", "24/7 Expert Support", "Best Price Guarantee"]}
textboxLayout="default"
useInvertedBackground={false}
speed={40}
@@ -117,65 +109,23 @@ export default function HomePage() {
gridVariant="three-columns-all-equal-width"
products={[
{
- id: "1",
- brand: "Kashmir Horizons",
- name: "Gulmarg Snow Safari",
- price: "₹22,000",
- rating: 5,
- reviewCount: "245",
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-image-cable-cars-mountain-park_181624-28281.jpg",
- imageAlt: "Gulmarg skiing adventure",
- },
+ id: "1", brand: "Kashmir Horizons", name: "Gulmarg Snow Safari", price: "₹22,000", rating: 5,
+ reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/vertical-image-cable-cars-mountain-park_181624-28281.jpg", imageAlt: "Gulmarg skiing adventure"},
{
- id: "2",
- brand: "Kashmir Horizons",
- name: "Frozen Dal Escape",
- price: "₹11,000",
- rating: 5,
- reviewCount: "189",
- imageSrc: "http://img.b2bpic.net/free-photo/mesmerizing-shot-lake-with-snow-covered-trees-reflecting-clean-blue-water_181624-29309.jpg",
- imageAlt: "Frozen Dal Lake in winter",
- },
+ id: "2", brand: "Kashmir Horizons", name: "Frozen Dal Escape", price: "₹11,000", rating: 5,
+ reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/mesmerizing-shot-lake-with-snow-covered-trees-reflecting-clean-blue-water_181624-29309.jpg", imageAlt: "Frozen Dal Lake in winter"},
{
- id: "3",
- brand: "Kashmir Horizons",
- name: "Pahalgam White Valley",
- price: "₹15,000",
- rating: 5,
- reviewCount: "156",
- imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-road-high-rocky-mountains-fir-trees-covered-snow_181624-5155.jpg",
- imageAlt: "Pahalgam snow trek",
- },
+ id: "3", brand: "Kashmir Horizons", name: "Pahalgam White Valley", price: "₹15,000", rating: 5,
+ reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-road-high-rocky-mountains-fir-trees-covered-snow_181624-5155.jpg", imageAlt: "Pahalgam snow trek"},
{
- id: "4",
- brand: "Kashmir Horizons",
- name: "Sonmarg Ice World",
- price: "₹13,000",
- rating: 5,
- reviewCount: "128",
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-frozen-turquoise-river-area-covered-with-snow-forest_181624-5020.jpg",
- imageAlt: "Thajiwas Glacier frozen river",
- },
+ id: "4", brand: "Kashmir Horizons", name: "Sonmarg Ice World", price: "₹13,000", rating: 5,
+ reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-frozen-turquoise-river-area-covered-with-snow-forest_181624-5020.jpg", imageAlt: "Thajiwas Glacier frozen river"},
{
- id: "5",
- brand: "Kashmir Horizons",
- name: "Complete Kashmir Winter",
- price: "₹38,000",
- rating: 5,
- reviewCount: "312",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-walking-by-rock-beach-two-women-rocks-outdoors_169016-67793.jpg",
- imageAlt: "Multi-destination Kashmir tour",
- },
+ id: "5", brand: "Kashmir Horizons", name: "Complete Kashmir Winter", price: "₹38,000", rating: 5,
+ reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-walking-by-rock-beach-two-women-rocks-outdoors_169016-67793.jpg", imageAlt: "Multi-destination Kashmir tour"},
{
- id: "6",
- brand: "Kashmir Horizons",
- name: "Ladakh in Ice",
- price: "₹45,000",
- rating: 5,
- reviewCount: "201",
- imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-man-hiking-mountains-winter-vacation-traveling_285396-1953.jpg",
- imageAlt: "Ladakh Chadar Trek adventure",
- },
+ id: "6", brand: "Kashmir Horizons", name: "Ladakh in Ice", price: "₹45,000", rating: 5,
+ reviewCount: "201", imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-man-hiking-mountains-winter-vacation-traveling_285396-1953.jpg", imageAlt: "Ladakh Chadar Trek adventure"},
]}
/>
@@ -189,19 +139,11 @@ export default function HomePage() {
animationType="slide-up"
negativeCard={{
items: [
- "Generic tour operators",
- "Limited personalization",
- "Unpredictable safety standards",
- "Poor customer support",
- ],
+ "Generic tour operators", "Limited personalization", "Unpredictable safety standards", "Poor customer support"],
}}
positiveCard={{
items: [
- "Expert Mountain Guides",
- "Handpicked Snow Experiences",
- "Safe & Fully Insured",
- "Ski, Trek & Explore Packages",
- ],
+ "Expert Mountain Guides", "Handpicked Snow Experiences", "Safe & Fully Insured", "Ski, Trek & Explore Packages"],
}}
/>
@@ -216,25 +158,13 @@ export default function HomePage() {
gridVariant="uniform-all-items-equal"
metrics={[
{
- id: "1",
- value: "15+",
- description: "Years of Snow Expertise",
- },
+ id: "1", value: "15+", description: "Years of Snow Expertise"},
{
- id: "2",
- value: "10,000+",
- description: "Happy Travelers",
- },
+ id: "2", value: "10,000+", description: "Happy Travelers"},
{
- id: "3",
- value: "50+",
- description: "Snow Destinations",
- },
+ id: "3", value: "50+", description: "Snow Destinations"},
{
- id: "4",
- value: "98%",
- description: "Satisfaction Rate",
- },
+ id: "4", value: "98%", description: "Satisfaction Rate"},
]}
/>
@@ -243,32 +173,17 @@ export default function HomePage() {
@@ -280,7 +195,7 @@ export default function HomePage() {
description="Get exclusive early-bird deals on our winter packages. Limited slots available for this season."
background={{ variant: "radial-gradient" }}
useInvertedBackground={true}
- imageSrc="http://img.b2bpic.net/free-photo/breathtaking-shot-mountain-range-with-town-it-winter_181624-14391.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/breathtaking-shot-mountain-range-with-town-it-winter_181624-14391.jpg"
mediaPosition="right"
inputPlaceholder="Enter your email"
buttonText="Get Free Itinerary"
diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx
index f214190..20575da 100644
--- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx
+++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx
@@ -1,51 +1,29 @@
-"use client";
-
-import { memo } from "react";
-import useSvgTextLogo from "./useSvgTextLogo";
-import { cls } from "@/lib/utils";
+import React from 'react';
interface SvgTextLogoProps {
- logoText: string;
- adjustHeightFactor?: number;
- verticalAlign?: "top" | "center";
+ text: string;
className?: string;
}
-const SvgTextLogo = memo(function SvgTextLogo({
- logoText,
- adjustHeightFactor,
- verticalAlign = "top",
- className = "",
-}) {
- const { svgRef, textRef, viewBox, aspectRatio } = useSvgTextLogo(logoText, false, adjustHeightFactor);
-
+export const SvgTextLogo: React.FC = ({ text, className = '' }) => {
return (
);
-});
+};
-SvgTextLogo.displayName = "SvgTextLogo";
-
-export default SvgTextLogo;
+export default SvgTextLogo;
\ No newline at end of file