Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 06:00:16 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="compact"
sizing="mediumLarge"
background="floatingGradient"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
@@ -48,7 +48,7 @@ export default function LandingPage() {
description="Safe, premium accommodation with modern amenities, included meals, and 24/7 security. Perfect for working professionals and students."
tag="Women Only • CCTV • Food Included"
tagIcon={Shield}
background={{ variant: "floatingGradient" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Call Now", href: "tel:+919999999999" },
{ text: "Book a Visit", href: "#contact" }
@@ -58,8 +58,8 @@ export default function LandingPage() {
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg", imageAlt: "Single sharing bedroom" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg", imageAlt: "Double sharing bedroom" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-lighting-candles-kitchen-romantic-dinner-with-husband-elderly-woman-waiting-her-husband-romantic-dinner-mature-wife-preparing-festive-meal-anniversary-celebration_482257-8788.jpg", imageAlt: "Dining area with meals" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg?_wi=1", imageAlt: "Modern attached washroom" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-lobby-with-uncommon-furniture_1262-3576.jpg?_wi=1", imageAlt: "Spacious common area" }
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg", imageAlt: "Modern attached washroom" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-lobby-with-uncommon-furniture_1262-3576.jpg", imageAlt: "Spacious common area" }
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -105,11 +105,11 @@ export default function LandingPage() {
{ value: "24/7", title: "Security Guard & CCTV" },
{ value: "100%", title: "Verified Safe Environment" }
]}
imageSrc="http://img.b2bpic.net/free-photo/home-security-camera_181624-58835.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/home-security-camera_181624-58835.jpg"
imageAlt="Security and safety features"
useInvertedBackground={true}
mediaAnimation="slide-up"
metricsAnimation="entrance-slide"
metricsAnimation="slide-up"
/>
</div>
@@ -121,10 +121,10 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "CCTV Surveillance", description: "24/7 CCTV coverage in all common areas for your security", imageSrc: "http://img.b2bpic.net/free-photo/home-security-camera_181624-58835.jpg?_wi=2", imageAlt: "CCTV surveillance system", buttonIcon: Eye
title: "CCTV Surveillance", description: "24/7 CCTV coverage in all common areas for your security", imageSrc: "http://img.b2bpic.net/free-photo/home-security-camera_181624-58835.jpg", imageAlt: "CCTV surveillance system", buttonIcon: Eye
},
{
title: "Attached Washroom", description: "Modern, clean attached bathrooms in every room", imageSrc: "http://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg?_wi=2", imageAlt: "Modern attached washroom", buttonIcon: Droplet
title: "Attached Washroom", description: "Modern, clean attached bathrooms in every room", imageSrc: "http://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg", imageAlt: "Modern attached washroom", buttonIcon: Droplet
},
{
title: "Free WiFi", description: "High-speed WiFi connectivity throughout the building", imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170090.jpg", imageAlt: "WiFi connectivity", buttonIcon: Wifi
@@ -136,7 +136,7 @@ export default function LandingPage() {
title: "Water Purification", description: "Pure drinking water with advanced water purifier", imageSrc: "http://img.b2bpic.net/free-photo/water-filter-with-blue-cap-blue-background_185193-165389.jpg", imageAlt: "Water purification system", buttonIcon: Waves
},
{
title: "Housekeeping", description: "Weekly housekeeping and cleaning services included", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-lobby-with-uncommon-furniture_1262-3576.jpg?_wi=2", imageAlt: "Clean common areas", buttonIcon: Sparkles
title: "Housekeeping", description: "Weekly housekeeping and cleaning services included", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-lobby-with-uncommon-furniture_1262-3576.jpg", imageAlt: "Clean common areas", buttonIcon: Sparkles
}
]}
/>
@@ -153,7 +153,7 @@ export default function LandingPage() {
{ id: "3", value: "3 Times Weekend", description: "Extended meal service on weekends - Breakfast, Lunch, and Dinner (Saturday & Sunday)" },
{ id: "4", value: "Veg & Non-Veg", description: "Choose vegetarian or non-vegetarian options based on your preference" }
]}
metricsAnimation="entrance-slide"
metricsAnimation="slide-up"
/>
</div>
@@ -199,7 +199,7 @@ export default function LandingPage() {
tag="Get in Touch"
title="Schedule Your Visit Today"
description="Ready to find your perfect room in Bellandur? Contact us now to check availability, ask questions, or schedule a visit to Sri Lakshmi Luxury PG."
background={{ variant: "floatingGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email or phone"
buttonText="Send Enquiry"