diff --git a/src/app/page.tsx b/src/app/page.tsx index c9662a4..252435a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,49 +32,30 @@ export default function LandingPage() {
@@ -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() { @@ -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() { @@ -433,13 +189,9 @@ export default function LandingPage() {