Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-11 21:38:57 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -77,7 +77,7 @@ export default function GalleryPage() {
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", imageAlt: "snowy mountain landscape scenic"},
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"},
];
return (
@@ -118,13 +118,13 @@ 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"},
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-talking-phone-street_1303-13379.jpg?_wi=2"},
{
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/tourists-nature_1157-4318.jpg"},
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/tourists-nature_1157-4318.jpg?_wi=2"},
{
id: "3", name: "Emma Davis", imageSrc: "http://img.b2bpic.net/free-photo/girl-boy_1328-916.jpg"},
id: "3", name: "Emma Davis", imageSrc: "http://img.b2bpic.net/free-photo/girl-boy_1328-916.jpg?_wi=2"},
{
id: "4", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-nature_23-2148913728.jpg"},
id: "4", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-nature_23-2148913728.jpg?_wi=2"},
]}
cardTitle="Over 10,000 travelers trust Kashmir Horizons for unforgettable snow adventures"
cardTag="See what they say"

View File

@@ -78,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"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-woman-walking-snowy-carpathian-mountains-surrounded-by-trees-romania_181624-12957.jpg?_wi=1"
imageAlt="Gulmarg ski slopes during winter"
mediaAnimation="slide-up"
frameStyle="card"
@@ -173,13 +173,13 @@ 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", 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?_wi=1", imageAlt: "happy traveler mountain portrait winter"},
{
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/tourists-nature_1157-4318.jpg", imageAlt: "tourist family winter snow adventure"},
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: "3", name: "Emma Davis", imageSrc: "http://img.b2bpic.net/free-photo/girl-boy_1328-916.jpg", imageAlt: "couple winter mountain embrace"},
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: "4", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-nature_23-2148913728.jpg", 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?_wi=1", imageAlt: "traveler portrait mountain winter"},
]}
cardTitle="Over 10,000 travelers trust Kashmir Horizons for unforgettable snow adventures"
cardTag="See what they say"