10 Commits

Author SHA1 Message Date
3b89a9d75d Merge version_4 into main
Merge version_4 into main
2026-06-03 14:11:31 +00:00
6182be7a72 Update src/app/page.tsx 2026-06-03 14:11:28 +00:00
c2c5485441 Merge version_3 into main
Merge version_3 into main
2026-06-03 14:09:28 +00:00
e5bf39a5a1 Update src/app/page.tsx 2026-06-03 14:09:22 +00:00
611b1f1642 Merge version_2 into main
Merge version_2 into main
2026-06-03 14:04:19 +00:00
ab3567729c Update src/app/page.tsx 2026-06-03 14:04:16 +00:00
c5f841c7c4 Merge version_1 into main
Merge version_1 into main
2026-06-03 13:53:56 +00:00
a28b1ac909 Merge version_1 into main
Merge version_1 into main
2026-06-03 13:53:32 +00:00
8ce0edbcb5 Merge version_1 into main
Merge version_1 into main
2026-06-03 13:52:36 +00:00
2f67946b46 Merge version_1 into main
Merge version_1 into main
2026-06-03 13:51:42 +00:00

View File

@@ -14,6 +14,9 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial
import { Bell, Building2, Car, Heart, Home, ShieldCheck, Sparkles, Users, Wifi } from "lucide-react";
export default function LandingPage() {
const placeholderImage = "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y6j3al";
const placeholderImageAlt = "Placeholder Image";
return (
<ThemeProvider
defaultButtonVariant="text-shift"
@@ -52,7 +55,7 @@ export default function LandingPage() {
logoAlt="Siya International Lodging & Boarding Logo"
brandName="Siya International"
button={{
text: "Book Now", href: "#contact"}}
text: "Book Now", href: "#contact"}}
/>
</div>
@@ -77,11 +80,7 @@ export default function LandingPage() {
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ed3GKneiYfOOhSUsi9JUaZ7CHV/uploaded-1780494582307-aonwh5s9.jpg?_wi=1", imageAlt: "Hotel Room with Blue Curtains"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ed3GKneiYfOOhSUsi9JUaZ7CHV/uploaded-1780494582307-hkbfgzlc.jpg?_wi=1", imageAlt: "Hotel Room with Golden Bedding"},
{
imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-hotel-suite-with-elegant-bedding-generated-by-ai_188544-32642.jpg", imageAlt: "Elegant Hotel Room Interior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-feminist-african-american-woman-wear-black-tshirt-shorts-posed-restaurant_627829-5373.jpg", imageAlt: "Luxurious Hotel Lobby"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ed3GKneiYfOOhSUsi9JUaZ7CHV/uploaded-1780494582307-hkbfgzlc.jpg?_wi=1", imageAlt: "Hotel Room with Golden Bedding"}
]}
/>
</div>
@@ -153,27 +152,39 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "standard-room", name: "Standard Room", price: "Starting at ₹2500/night", imageSrc: "http://img.b2bpic.net/free-photo/decorative-cushion-bed_53876-132823.jpg", imageAlt: "Standard Hotel Room", priceButtonProps: {
id: "standard-room", name: "Standard Room", price: "Starting at ₹2500/night", imageSrc: placeholderImage,
imageAlt: placeholderImageAlt,
priceButtonProps: {
text: "View Details"},
},
{
id: "deluxe-room", name: "Deluxe Room", price: "Starting at ₹3500/night", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-bedroom-suite-tv-with-wardrobe-walk-closet_105762-1941.jpg", imageAlt: "Deluxe Hotel Room", priceButtonProps: {
id: "deluxe-room", name: "Deluxe Room", price: "Starting at ₹3500/night", imageSrc: placeholderImage,
imageAlt: placeholderImageAlt,
priceButtonProps: {
text: "View Details"},
},
{
id: "suite-room", name: "Luxury Suite", price: "Starting at ₹5000/night", imageSrc: "http://img.b2bpic.net/free-photo/barman-relaxing-couch_23-2147821276.jpg", imageAlt: "Luxury Hotel Suite", priceButtonProps: {
id: "suite-room", name: "Luxury Suite", price: "Starting at ₹5000/night", imageSrc: placeholderImage,
imageAlt: placeholderImageAlt,
priceButtonProps: {
text: "View Details"},
},
{
id: "family-room", name: "Family Room", price: "Starting at ₹4000/night", imageSrc: "http://img.b2bpic.net/free-photo/young-child-spending-time-together-comfort-their-home_23-2149864727.jpg", imageAlt: "Family Hotel Room", priceButtonProps: {
id: "family-room", name: "Family Room", price: "Starting at ₹4000/night", imageSrc: placeholderImage,
imageAlt: placeholderImageAlt,
priceButtonProps: {
text: "View Details"},
},
{
id: "executive-room", name: "Executive Room", price: "Starting at ₹4500/night", imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661544.jpg", imageAlt: "Executive Hotel Room", priceButtonProps: {
id: "executive-room", name: "Executive Room", price: "Starting at ₹4500/night", imageSrc: placeholderImage,
imageAlt: placeholderImageAlt,
priceButtonProps: {
text: "View Details"},
},
{
id: "couple-room", name: "Couple's Retreat", price: "Starting at ₹3000/night", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-caucasian-female-with-long-blonde-hair-nice-face-bright-earrings-white-suit_132075-9621.jpg", imageAlt: "Couple Friendly Hotel Room", priceButtonProps: {
id: "couple-room", name: "Couple's Retreat", price: "Starting at ₹3000/night", imageSrc: placeholderImage,
imageAlt: placeholderImageAlt,
priceButtonProps: {
text: "View Details"},
},
]}
@@ -191,15 +202,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Riya Kumari", imageSrc: "http://img.b2bpic.net/free-photo/expressive-teenage-girl-pink-tshirt_176420-32028.jpg", imageAlt: "Riya Kumari profile picture"},
id: "1", name: "Riya Kumari", imageSrc: placeholderImage,
imageAlt: placeholderImageAlt},
{
id: "2", name: "Mihir Kumar", imageSrc: "http://img.b2bpic.net/free-photo/surprised-happy-man-reacting-announcement-smiling-looking-amazed-standing-against-yellow-background_1258-66668.jpg", imageAlt: "Mihir Kumar profile picture"},
id: "2", name: "Mihir Kumar", imageSrc: placeholderImage,
imageAlt: placeholderImageAlt},
{
id: "3", name: "Prabhu Sahu", imageSrc: "http://img.b2bpic.net/free-photo/handsome-senior-man-with-grey-hair-wearing-casual-clothes-glasses-showing-pointing-up-with-fingers-number-ten-while-smiling-confident-happy_839833-15704.jpg", imageAlt: "Prabhu Sahu profile picture"},
id: "3", name: "Prabhu Sahu", imageSrc: placeholderImage,
imageAlt: placeholderImageAlt},
{
id: "4", name: "Ranjith H.N", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-shoing-ok-with-hand_114579-79308.jpg", imageAlt: "Ranjith H.N profile picture"},
id: "4", name: "Ranjith H.N", imageSrc: placeholderImage,
imageAlt: placeholderImageAlt},
{
id: "5", name: "Simar Jeet", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-listening-senior-man_1262-1970.jpg", imageAlt: "Simar Jeet profile picture"},
id: "5", name: "Simar Jeet", imageSrc: placeholderImage,
imageAlt: placeholderImageAlt},
]}
cardTitle="What Our Guests Say"
cardTag="4.7 ★ Rating from 35 Google Reviews"
@@ -229,13 +245,7 @@ export default function LandingPage() {
{
id: "g-5", name: "Hotel Exterior", price: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ed3GKneiYfOOhSUsi9JUaZ7CHV/uploaded-1780494582307-v0ydfsw0.jpg?_wi=2", imageAlt: "Siya International Building Exterior"},
{
id: "g-6", name: "Elegant Bed Setup", price: "", imageSrc: "http://img.b2bpic.net/free-photo/black-cushion-with-pillows_1203-545.jpg", imageAlt: "Hotel Bed Setup"},
{
id: "g-7", name: "Modern Pool", price: "", imageSrc: "http://img.b2bpic.net/free-photo/girls-spa-resort_1098-14134.jpg", imageAlt: "Hotel Swimming Pool"},
{
id: "g-8", name: "Exterior Signage", price: "", imageSrc: "http://img.b2bpic.net/free-photo/view-village-museum-bucharest-romania_1268-21632.jpg", imageAlt: "Hotel Exterior Signage"},
{
id: "g-9", name: "Dining Area", price: "", imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg", imageAlt: "Hotel Dining Area"}
id: "g-6", name: "Elegant Bed Setup", price: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ed3GKneiYfOOhSUsi9JUaZ7CHV/uploaded-1780495862078-ej7tzxoy.jpg", imageAlt: "Elegant Bed Setup at Siya International"}
]}
title="Our Photo Gallery"
description="A captivating visual tour of Siya International's elegant interiors, comfortable rooms, and inviting facilities."