Merge version_1 into main #2
@@ -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() {
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Book Now", href: "/contact"}}
|
||||
brandName="Kashmir Horizons"
|
||||
/>
|
||||
</div>
|
||||
@@ -165,28 +118,17 @@ export default function GalleryPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-talking-phone-street_1303-13379.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-talking-phone-street_1303-13379.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tourists-nature_1157-4318.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/tourists-nature_1157-4318.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Davis",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-boy_1328-916.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Emma Davis", imageSrc: "http://img.b2bpic.net/free-photo/girl-boy_1328-916.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "James Wilson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-nature_23-2148913728.jpg?_wi=2",
|
||||
},
|
||||
id: "4", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-nature_23-2148913728.jpg"},
|
||||
]}
|
||||
cardTitle="Over 10,000 travelers trust Kashmir Horizons for unforgettable snow adventures"
|
||||
cardTag="See what they say"
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -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}
|
||||
|
||||
143
src/app/page.tsx
143
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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"],
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -243,32 +173,17 @@ export default function HomePage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-talking-phone-street_1303-13379.jpg?_wi=1",
|
||||
imageAlt: "happy traveler mountain portrait winter",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-talking-phone-street_1303-13379.jpg", imageAlt: "happy traveler mountain portrait winter"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tourists-nature_1157-4318.jpg?_wi=1",
|
||||
imageAlt: "tourist family winter snow adventure",
|
||||
},
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/tourists-nature_1157-4318.jpg", imageAlt: "tourist family winter snow adventure"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Davis",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-boy_1328-916.jpg?_wi=1",
|
||||
imageAlt: "couple winter mountain embrace",
|
||||
},
|
||||
id: "3", name: "Emma Davis", imageSrc: "http://img.b2bpic.net/free-photo/girl-boy_1328-916.jpg", imageAlt: "couple winter mountain embrace"},
|
||||
{
|
||||
id: "4",
|
||||
name: "James Wilson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-nature_23-2148913728.jpg?_wi=1",
|
||||
imageAlt: "traveler portrait mountain winter",
|
||||
},
|
||||
id: "4", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-nature_23-2148913728.jpg", imageAlt: "traveler portrait mountain winter"},
|
||||
]}
|
||||
cardTitle="Over 10,000 travelers trust Kashmir Horizons for unforgettable snow adventures"
|
||||
cardTag="See what they say"
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"
|
||||
|
||||
@@ -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<SvgTextLogoProps>(function SvgTextLogo({
|
||||
logoText,
|
||||
adjustHeightFactor,
|
||||
verticalAlign = "top",
|
||||
className = "",
|
||||
}) {
|
||||
const { svgRef, textRef, viewBox, aspectRatio } = useSvgTextLogo(logoText, false, adjustHeightFactor);
|
||||
|
||||
export const SvgTextLogo: React.FC<SvgTextLogoProps> = ({ text, className = '' }) => {
|
||||
return (
|
||||
<svg
|
||||
ref={svgRef}
|
||||
viewBox={viewBox}
|
||||
className={cls("w-full", className)}
|
||||
style={{ aspectRatio: aspectRatio }}
|
||||
preserveAspectRatio="none"
|
||||
role="img"
|
||||
aria-label={`${logoText} logo`}
|
||||
viewBox="0 0 200 50"
|
||||
className={className}
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<text
|
||||
ref={textRef}
|
||||
x="0"
|
||||
y={verticalAlign === "center" ? "50%" : "0"}
|
||||
className="font-bold fill-current"
|
||||
style={{
|
||||
fontSize: "20px",
|
||||
letterSpacing: "-0.02em",
|
||||
dominantBaseline: verticalAlign === "center" ? "middle" : "text-before-edge"
|
||||
}}
|
||||
x="100"
|
||||
y="35"
|
||||
textAnchor="middle"
|
||||
dominantBaseline="middle"
|
||||
className="text-lg font-bold"
|
||||
fill="currentColor"
|
||||
>
|
||||
{logoText}
|
||||
{text}
|
||||
</text>
|
||||
</svg>
|
||||
);
|
||||
});
|
||||
};
|
||||
|
||||
SvgTextLogo.displayName = "SvgTextLogo";
|
||||
|
||||
export default SvgTextLogo;
|
||||
export default SvgTextLogo;
|
||||
Reference in New Issue
Block a user