Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 05:28:37 +00:00

View File

@@ -19,7 +19,7 @@ export default function Singhasan() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="mediumLargeSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
@@ -44,7 +44,7 @@ export default function Singhasan() {
<HeroBillboard
title="Biratnagar's Flavorful Haven & Nightlife Hub"
description="Experience premium dining, signature cocktails, and unforgettable nights at Singhasan. Feel The Pride."
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
tag="Premium Dining"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -92,7 +92,7 @@ export default function Singhasan() {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83766.jpg", imageAlt: "Gourmet food presentation"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/small-group-happy-friends-laughing-having-fun-while-eating-dinner-dining-table-home_637285-10338.jpg?_wi=1", imageAlt: "Warm restaurant ambiance"
imageSrc: "http://img.b2bpic.net/free-photo/small-group-happy-friends-laughing-having-fun-while-eating-dinner-dining-table-home_637285-10338.jpg", imageAlt: "Warm restaurant ambiance"
}
]
},
@@ -103,7 +103,7 @@ export default function Singhasan() {
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-young-lady-crowd-concert_181624-27673.jpg", imageAlt: "Live music performance"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/small-group-happy-friends-laughing-having-fun-while-eating-dinner-dining-table-home_637285-10338.jpg?_wi=2", imageAlt: "Nightlife atmosphere"
imageSrc: "http://img.b2bpic.net/free-photo/small-group-happy-friends-laughing-having-fun-while-eating-dinner-dining-table-home_637285-10338.jpg", imageAlt: "Nightlife atmosphere"
}
]
},
@@ -114,7 +114,7 @@ export default function Singhasan() {
imageSrc: "http://img.b2bpic.net/free-photo/bibliotheque-cocktail-lounge-bar-counter-relaxation-drink_482257-24605.jpg", imageAlt: "Craft cocktails"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/small-group-happy-friends-laughing-having-fun-while-eating-dinner-dining-table-home_637285-10338.jpg?_wi=3", imageAlt: "Bar seating area"
imageSrc: "http://img.b2bpic.net/free-photo/small-group-happy-friends-laughing-having-fun-while-eating-dinner-dining-table-home_637285-10338.jpg", imageAlt: "Bar seating area"
}
]
},
@@ -125,7 +125,7 @@ export default function Singhasan() {
imageSrc: "http://img.b2bpic.net/free-photo/rustic-dining-table-setting-wedding-venue_637285-5645.jpg", imageAlt: "Private event space"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/small-group-happy-friends-laughing-having-fun-while-eating-dinner-dining-table-home_637285-10338.jpg?_wi=4", imageAlt: "Event celebration setup"
imageSrc: "http://img.b2bpic.net/free-photo/small-group-happy-friends-laughing-having-fun-while-eating-dinner-dining-table-home_637285-10338.jpg", imageAlt: "Event celebration setup"
}
]
}
@@ -146,23 +146,23 @@ export default function Singhasan() {
testimonials={[
{
id: "1", name: "Rajesh Kumar", role: "Business Professional", company: "Biratnagar", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Rajesh Kumar"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Rajesh Kumar"
},
{
id: "2", name: "Priya Sharma", role: "Food Blogger", company: "Local Influencer", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Priya Sharma"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Priya Sharma"
},
{
id: "3", name: "Amit Patel", role: "Event Organizer", company: "Celebrations", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Amit Patel"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Amit Patel"
},
{
id: "4", name: "Neha Gupta", role: "Regular Guest", company: "Corporate", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Neha Gupta"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Neha Gupta"
},
{
id: "5", name: "Deepak Singh", role: "Tourist", company: "Visitor", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Deepak Singh"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Deepak Singh"
},
{
id: "6", name: "Anjali Verma", role: "Couple's Night Out", company: "Guest", rating: 5,
@@ -204,7 +204,7 @@ export default function Singhasan() {
tagIcon={Bell}
title="Reserve Your Table Tonight"
description="Join us for an unforgettable dining experience. Subscribe for exclusive offers, live music schedules, and special event invitations."
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
inputPlaceholder="Your email address"
buttonText="Subscribe"