Update src/app/page.tsx

This commit is contained in:
2026-04-28 10:16:34 +00:00
parent d1d2ca29f1
commit 77c3743f07

View File

@@ -32,49 +32,30 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Rooms",
id: "rooms",
},
{
name: "Amenities",
id: "amenities",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Rooms", id: "rooms" },
{ name: "Amenities", id: "amenities" },
{ name: "Contact", id: "contact" },
]}
brandName="Techies Nest"
button={{
text: "Book Now",
href: "#contact",
}}
text: "Book Now", href: "#contact"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
logoText="Techies Nest PG"
description="Premium paying guest accommodation near CHRIST University Yeshwanthpur. Experience 5-star student living with luxury amenities and personalized services."
buttons={[
{
text: "Explore Rooms",
href: "#rooms",
},
text: "Explore Rooms", href: "#rooms"},
{
text: "WhatsApp Us",
href: "https://wa.me/918000899171",
},
text: "WhatsApp Us", href: "https://wa.me/918000899171"},
]}
imageSrc="http://img.b2bpic.net/free-photo/twinkly-lights-decoration-christmas-background_23-2148056704.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/twinkly-lights-decoration-christmas-background_23-2148056704.jpg"
mediaAnimation="blur-reveal"
/>
</div>
@@ -85,9 +66,7 @@ export default function LandingPage() {
title="Study & Shine at the Heart of Bangalore"
buttons={[
{
text: "Learn More",
href: "#amenities",
},
text: "Learn More", href: "#amenities"},
]}
tag="About Us"
/>
@@ -100,48 +79,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Single Room",
price: "₹18,000/mo",
variant: "Private Luxury",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-style-bedroom-interior-hotel-bedroom-generative-ai-illustration_1258-151611.jpg",
},
{
id: "2",
name: "Two Sharing",
price: "₹13,000/mo",
variant: "Most Popular",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg",
},
{
id: "3",
name: "Three Sharing",
price: "₹10,000/mo",
variant: "Value Choice",
imageSrc: "http://img.b2bpic.net/free-photo/asian-women-wake-up-from-sleep-are-stretch-herself-morning-weekend-sit-bed-luxury-room-relax-weekend-concept_1253-1031.jpg",
},
{
id: "4",
name: "Premium Suite",
price: "₹22,000/mo",
variant: "Exclusive",
imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118984.jpg",
},
{
id: "5",
name: "Studio Single",
price: "₹20,000/mo",
variant: "Spacious",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-girl-bed_23-2149438413.jpg",
},
{
id: "6",
name: "Dual Suite",
price: "₹15,000/mo",
variant: "Comfort",
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-bedroom-with-furniture_23-2151151903.jpg",
},
{ id: "1", name: "Single Room", price: "₹18,000/mo", variant: "Private Luxury", imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-style-bedroom-interior-hotel-bedroom-generative-ai-illustration_1258-151611.jpg" },
{ id: "2", name: "Two Sharing", price: "₹13,000/mo", variant: "Most Popular", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg" },
{ id: "3", name: "Three Sharing", price: "₹10,000/mo", variant: "Value Choice", imageSrc: "http://img.b2bpic.net/free-photo/asian-women-wake-up-from-sleep-are-stretch-herself-morning-weekend-sit-bed-luxury-room-relax-weekend-concept_1253-1031.jpg" },
{ id: "4", name: "Premium Suite", price: "₹22,000/mo", variant: "Exclusive", imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118984.jpg" },
{ id: "5", name: "Studio Single", price: "₹20,000/mo", variant: "Spacious", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-girl-bed_23-2149438413.jpg" },
{ id: "6", name: "Dual Suite", price: "₹15,000/mo", variant: "Comfort", imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-bedroom-with-furniture_23-2151151903.jpg" },
]}
title="Luxury Living Spaces"
description="Choose the perfect room for your academic journey."
@@ -153,36 +96,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Gym & Wellness",
description: "Fully equipped fitness center for health.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-exercise-simulator-gym_23-2147688152.jpg",
},
{
title: "Badminton Court",
description: "Indoor court for active recreation.",
imageSrc: "http://img.b2bpic.net/free-photo/tennis-girl-professional-tennis-court_654080-163.jpg",
},
{
title: "Snooker & Gaming",
description: "Professional gaming and leisure zone.",
imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899437.jpg",
},
{
title: "4 Meals/Day",
description: "Includes nutritious non-veg options daily.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-elegant-bedroom-interior_23-2151995363.jpg",
},
{
title: "Transport Service",
description: "Daily CHRIST Uni pick & drop facility.",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-students-cramming-together_23-2149647137.jpg",
},
{
title: "Safe & Secure",
description: "24/7 CCTV, guards, and biometric access.",
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-hostel_52683-121726.jpg",
},
{ title: "Gym & Wellness", description: "Fully equipped fitness center for health.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-exercise-simulator-gym_23-2147688152.jpg" },
{ title: "Badminton Court", description: "Indoor court for active recreation.", imageSrc: "http://img.b2bpic.net/free-photo/tennis-girl-professional-tennis-court_654080-163.jpg" },
{ title: "Snooker & Gaming", description: "Professional gaming and leisure zone.", imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899437.jpg" },
{ title: "4 Meals/Day", description: "Includes nutritious non-veg options daily.", imageSrc: "http://img.b2bpic.net/free-photo/modern-elegant-bedroom-interior_23-2151995363.jpg" },
{ title: "Transport Service", description: "Daily CHRIST Uni pick & drop facility.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-students-cramming-together_23-2149647137.jpg" },
{ title: "Safe & Secure", description: "24/7 CCTV, guards, and biometric access.", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-hostel_52683-121726.jpg" },
]}
title="5-Star Amenities Package"
description="Designed for your comfort and academic excellence."
@@ -195,36 +114,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "Daily",
title: "CHRIST Campus Shuttle",
items: [
"Drop-off at 8:30 AM",
"Pickup at 4:30 PM",
"Safe & Reliable",
],
},
{
id: "m2",
value: "On Demand",
title: "Airport Transfers",
items: [
"24/7 Availability",
"Comfortable SUVs",
"Dedicated drivers",
],
},
{
id: "m3",
value: "4.2 KM",
title: "Distance to Campus",
items: [
"Short transit time",
"Avoid traffic stress",
"Door-to-door",
],
},
{ id: "m1", value: "Daily", title: "CHRIST Campus Shuttle", items: ["Drop-off at 8:30 AM", "Pickup at 4:30 PM", "Safe & Reliable"] },
{ id: "m2", value: "On Demand", title: "Airport Transfers", items: ["24/7 Availability", "Comfortable SUVs", "Dedicated drivers"] },
{ id: "m3", value: "4.2 KM", title: "Distance to Campus", items: ["Short transit time", "Avoid traffic stress", "Door-to-door"] },
]}
title="Seamless Transport Services"
description="Daily shuttle to CHRIST Yeshwanthpur and Airport transfers included."
@@ -233,71 +125,18 @@ export default function LandingPage() {
<div id="gallery" data-section="gallery">
<BlogCardOne
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Visual Tour"
description="A glimpse into our luxurious PG lifestyle."
blogs={[
{
id: "1",
category: "Facility",
title: "Main Lobby",
excerpt: "Elegant arrival experience.",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-hotel-suite-with-modern-elegance-comfort-generated-by-ai_188544-21265.jpg",
authorName: "Nest",
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-spectacles_1303-14469.jpg",
date: "2024",
},
{
id: "2",
category: "Facility",
title: "Study Zone",
excerpt: "Focused environments.",
imageSrc: "http://img.b2bpic.net/free-photo/light-bedroom-decoration-lighting-new_1203-4786.jpg",
authorName: "Nest",
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-15972.jpg",
date: "2024",
},
{
id: "3",
category: "Facility",
title: "Cafeteria",
excerpt: "Healthy eating space.",
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-bedroom-int_1203-2724.jpg",
authorName: "Nest",
authorAvatar: "http://img.b2bpic.net/free-photo/young-hispanic-man-student-smiling-confident-standing-library-university_839833-29769.jpg",
date: "2024",
},
{
id: "4",
category: "Facility",
title: "Game Room",
excerpt: "Leisure and play.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114177.jpg",
authorName: "Nest",
authorAvatar: "http://img.b2bpic.net/free-photo/man-wearing-red-bow-tie-looking-funny_1298-344.jpg",
date: "2024",
},
{
id: "5",
category: "Facility",
title: "Gym Area",
excerpt: "Fitness for the mind.",
imageSrc: "http://img.b2bpic.net/free-photo/tennis-player-hall_23-2147821240.jpg",
authorName: "Nest",
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-corporate-woman-calling-mobile-phone-walking-street-with-work-documents-i_1258-119511.jpg",
date: "2024",
},
{
id: "6",
category: "Facility",
title: "Outdoor Deck",
excerpt: "Relaxation zone.",
imageSrc: "http://img.b2bpic.net/free-photo/four-young-latin-people-sitting-office-lounge-using-laptops-mobile-phones-relaxing-work-break_662251-1576.jpg",
authorName: "Nest",
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-handsome-student-smiling_23-2148586538.jpg",
date: "2024",
},
{ id: "1", category: "Facility", title: "Main Lobby", excerpt: "Elegant arrival experience.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-hotel-suite-with-modern-elegance-comfort-generated-by-ai_188544-21265.jpg", authorName: "Nest", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-spectacles_1303-14469.jpg", date: "2024" },
{ id: "2", category: "Facility", title: "Study Zone", excerpt: "Focused environments.", imageSrc: "http://img.b2bpic.net/free-photo/light-bedroom-decoration-lighting-new_1203-4786.jpg", authorName: "Nest", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-15972.jpg", date: "2024" },
{ id: "3", category: "Facility", title: "Cafeteria", excerpt: "Healthy eating space.", imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-bedroom-int_1203-2724.jpg", authorName: "Nest", authorAvatar: "http://img.b2bpic.net/free-photo/young-hispanic-man-student-smiling-confident-standing-library-university_839833-29769.jpg", date: "2024" },
{ id: "4", category: "Facility", title: "Game Room", excerpt: "Leisure and play.", imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114177.jpg", authorName: "Nest", authorAvatar: "http://img.b2bpic.net/free-photo/man-wearing-red-bow-tie-looking-funny_1298-344.jpg", date: "2024" },
{ id: "5", category: "Facility", title: "Gym Area", excerpt: "Fitness for the mind.", imageSrc: "http://img.b2bpic.net/free-photo/tennis-player-hall_23-2147821240.jpg", authorName: "Nest", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-corporate-woman-calling-mobile-phone-walking-street-with-work-documents-i_1258-119511.jpg", date: "2024" },
{ id: "6", category: "Facility", title: "Outdoor Deck", excerpt: "Relaxation zone.", imageSrc: "http://img.b2bpic.net/free-photo/four-young-latin-people-sitting-office-lounge-using-laptops-mobile-phones-relaxing-work-break_662251-1576.jpg", authorName: "Nest", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-handsome-student-smiling_23-2148586538.jpg", date: "2024" },
]}
/>
</div>
@@ -307,46 +146,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Great Stay!",
quote: "The best PG for CHRIST students. Feels like home.",
name: "Rohan",
role: "Student",
imageSrc: "http://img.b2bpic.net/free-photo/positive-male-with-beard-mustache-blinks-with-eyes-smiles-grins-has-good-mood-after-noisy-party-with-friends_273609-8657.jpg",
},
{
id: "2",
title: "Excellent Food",
quote: "Nutritious meals and great facilities. Absolutely worth it.",
name: "Sneha",
role: "Student",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-up-while-smiling_176474-95668.jpg",
},
{
id: "3",
title: "Very Safe",
quote: "Safety is top-notch with 24/7 security. Secure and comfortable.",
name: "Vikram",
role: "Student",
imageSrc: "http://img.b2bpic.net/free-photo/traveler-studio-portrait-handsome-bearded-man-wearing-ca_613910-1608.jpg",
},
{
id: "4",
title: "Awesome Lifestyle",
quote: "The gym and gaming zones make life really enjoyable.",
name: "Priya",
role: "Student",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-graduation-outfit_23-2151074888.jpg",
},
{
id: "5",
title: "Convenient Commute",
quote: "Pick and drop service saves so much time. Highly recommend.",
name: "Arjun",
role: "Student",
imageSrc: "http://img.b2bpic.net/free-photo/waist-up-shot-happy-young-curly-haired-woman-dressed-casual-shirt-carried-fabric-bag-holds-fresh-water-bottle-smiles-positively-strolls-city-glass-skyscrapers-enjoys-spare-time_273609-56640.jpg",
},
{ id: "1", title: "Great Stay!", quote: "The best PG for CHRIST students. Feels like home.", name: "Rohan", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/positive-male-with-beard-mustache-blinks-with-eyes-smiles-grins-has-good-mood-after-noisy-party-with-friends_273609-8657.jpg" },
{ id: "2", title: "Excellent Food", quote: "Nutritious meals and great facilities. Absolutely worth it.", name: "Sneha", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-up-while-smiling_176474-95668.jpg" },
{ id: "3", title: "Very Safe", quote: "Safety is top-notch with 24/7 security. Secure and comfortable.", name: "Vikram", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/traveler-studio-portrait-handsome-bearded-man-wearing-ca_613910-1608.jpg" },
{ id: "4", title: "Awesome Lifestyle", quote: "The gym and gaming zones make life really enjoyable.", name: "Priya", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-graduation-outfit_23-2151074888.jpg" },
{ id: "5", title: "Convenient Commute", quote: "Pick and drop service saves so much time. Highly recommend.", name: "Arjun", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/waist-up-shot-happy-young-curly-haired-woman-dressed-casual-shirt-carried-fabric-bag-holds-fresh-water-bottle-smiles-positively-strolls-city-glass-skyscrapers-enjoys-spare-time_273609-56640.jpg" },
]}
title="Student Experiences"
description="What our residents say about living at Techies Nest."
@@ -359,56 +163,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
plans={[
{
id: "basic",
price: "₹10,000/mo",
name: "Three Sharing",
buttons: [
{
text: "Choose Plan",
href: "#contact",
},
],
features: [
"Full Amenities",
"Meals Included",
"Weekly Cleaning",
],
},
{
id: "pro",
price: "₹13,000/mo",
name: "Two Sharing (Popular)",
buttons: [
{
text: "Choose Plan",
href: "#contact",
},
],
features: [
"Everything in Basic",
"Personal Desk",
"Better View",
"Most Popular Choice",
],
},
{
id: "enterprise",
price: "₹18,000/mo",
name: "Single Room",
buttons: [
{
text: "Choose Plan",
href: "#contact",
},
],
features: [
"Private Privacy",
"Spacious Interior",
"Premium Desk",
"High Priority",
],
},
{ id: "basic", price: "₹10,000/mo", name: "Three Sharing", buttons: [{ text: "Choose Plan", href: "#contact" }], features: ["Full Amenities", "Meals Included", "Weekly Cleaning"] },
{ id: "pro", price: "₹13,000/mo", name: "Two Sharing (Popular)", buttons: [{ text: "Choose Plan", href: "#contact" }], features: ["Everything in Basic", "Personal Desk", "Better View", "Most Popular Choice"] },
{ id: "enterprise", price: "₹18,000/mo", name: "Single Room", buttons: [{ text: "Choose Plan", href: "#contact" }], features: ["Private Privacy", "Spacious Interior", "Premium Desk", "High Priority"] },
]}
title="Flexible Pricing Options"
description="Select the plan that fits your requirements."
@@ -419,13 +176,12 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
tag="Get in touch"
title="Book Your Spot Now"
description="Enquire about availability at Techies Nest PG."
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/twinkly-lights-decoration-christmas-background_23-2148056704.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/twinkly-lights-decoration-christmas-background_23-2148056704.jpg"
/>
</div>
@@ -433,13 +189,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Techies Nest PG"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "© 2024 Techies Nest",
href: "#",
}}
text: "© 2024 Techies Nest", href: "#"}}
/>
</div>
</ReactLenis>