Merge version_1 into main #2
@@ -30,17 +30,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Rooms",
|
||||
id: "/rooms",
|
||||
},
|
||||
name: "Rooms", id: "/rooms"},
|
||||
{
|
||||
name: "Support",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Support", id: "/contact"},
|
||||
]}
|
||||
brandName="FreshyPG"
|
||||
/>
|
||||
@@ -49,15 +43,12 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Your New Home in the City"
|
||||
description="Premium PG and hostel rooms for freshers. Secure, comfortable, and close to campus."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Rooms",
|
||||
href: "/rooms",
|
||||
},
|
||||
text: "Explore Rooms", href: "/rooms"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bed-arrangements-still-life_23-2150532975.jpg"
|
||||
/>
|
||||
@@ -70,29 +61,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Secure Access",
|
||||
description: "24/7 CCTV and biometric locks.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Shield,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-bed-working-laptop_23-2148304859.jpg",
|
||||
imageAlt: "Woman in bed working on laptop",
|
||||
title: "Secure Access", description: "24/7 CCTV and biometric locks.", bentoComponent: "reveal-icon", icon: Shield
|
||||
},
|
||||
{
|
||||
title: "Fast Internet",
|
||||
description: "High-speed Wi-Fi for your study sessions.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-near-sleeping-man_23-2147769373.jpg?_wi=1",
|
||||
imageAlt: "Woman in bed working on laptop",
|
||||
title: "Fast Internet", description: "High-speed Wi-Fi for your study sessions.", bentoComponent: "reveal-icon", icon: Zap
|
||||
},
|
||||
{
|
||||
title: "Community Events",
|
||||
description: "Networking nights for all students.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Users,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roommates-sharing-happy-moments-together_23-2149112089.jpg?_wi=1",
|
||||
imageAlt: "Woman in bed working on laptop",
|
||||
},
|
||||
title: "Community Events", description: "Networking nights for all students.", bentoComponent: "reveal-icon", icon: Users
|
||||
}
|
||||
]}
|
||||
title="Why Choose FreshyPG?"
|
||||
description="Experience student living redefined with high-end amenities."
|
||||
@@ -107,20 +83,11 @@ export default function LandingPage() {
|
||||
description="Book your ideal room in minutes with our streamlined platform."
|
||||
features={[
|
||||
{
|
||||
title: "Select Room",
|
||||
description: "Browse our verified listings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-school-supplies-assortment-new-normal-times-with-copy-space_23-2148666119.jpg",
|
||||
},
|
||||
title: "Select Room", description: "Browse our verified listings.", imageSrc: "http://img.b2bpic.net/free-photo/back-school-supplies-assortment-new-normal-times-with-copy-space_23-2148666119.jpg"},
|
||||
{
|
||||
title: "Schedule Tour",
|
||||
description: "Visit your prospective home.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-school-supplies-composition-new-normal-times-with-copy-space_23-2148666120.jpg",
|
||||
},
|
||||
title: "Schedule Tour", description: "Visit your prospective home.", imageSrc: "http://img.b2bpic.net/free-photo/back-school-supplies-composition-new-normal-times-with-copy-space_23-2148666120.jpg"},
|
||||
{
|
||||
title: "Book Online",
|
||||
description: "Secure your spot instantly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-room-with-students-reading_23-2147656381.jpg",
|
||||
},
|
||||
title: "Book Online", description: "Secure your spot instantly.", imageSrc: "http://img.b2bpic.net/free-photo/woman-room-with-students-reading_23-2147656381.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -135,13 +102,9 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Student-First",
|
||||
description: "Designed for academic success and comfort.",
|
||||
},
|
||||
title: "Student-First", description: "Designed for academic success and comfort."},
|
||||
{
|
||||
title: "Verified Spaces",
|
||||
description: "All properties are strictly vetted.",
|
||||
},
|
||||
title: "Verified Spaces", description: "All properties are strictly vetted."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -156,20 +119,11 @@ export default function LandingPage() {
|
||||
description="Trusted by students across the city."
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
description: "Happy Students",
|
||||
},
|
||||
id: "m1", value: "500+", description: "Happy Students"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "50+",
|
||||
description: "Safe Locations",
|
||||
},
|
||||
id: "m2", value: "50+", description: "Safe Locations"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Verified Owners",
|
||||
},
|
||||
id: "m3", value: "100%", description: "Verified Owners"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -178,13 +132,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="FreshyPG"
|
||||
leftLink={{
|
||||
text: "Terms",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Privacy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -27,17 +27,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Rooms",
|
||||
id: "/rooms",
|
||||
},
|
||||
name: "Rooms", id: "/rooms"},
|
||||
{
|
||||
name: "Support",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Support", id: "/contact"},
|
||||
]}
|
||||
brandName="FreshyPG"
|
||||
/>
|
||||
@@ -51,41 +45,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic Single",
|
||||
price: "$300/mo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-near-sleeping-man_23-2147769373.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", name: "Classic Single", price: "$300/mo", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-near-sleeping-man_23-2147769373.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Deluxe Shared",
|
||||
price: "$200/mo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roommates-sharing-happy-moments-together_23-2149112089.jpg?_wi=2",
|
||||
},
|
||||
id: "p2", name: "Deluxe Shared", price: "$200/mo", imageSrc: "http://img.b2bpic.net/free-photo/roommates-sharing-happy-moments-together_23-2149112089.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Studio Room",
|
||||
price: "$450/mo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-working-from-home-together-sofa_23-2149208552.jpg",
|
||||
},
|
||||
id: "p3", name: "Studio Room", price: "$450/mo", imageSrc: "http://img.b2bpic.net/free-photo/couple-working-from-home-together-sofa_23-2149208552.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Premium Suite",
|
||||
price: "$500/mo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-female-model-posing-sofa-jacket-suit-new-feminity-concept_23-2148951027.jpg",
|
||||
},
|
||||
id: "p4", name: "Premium Suite", price: "$500/mo", imageSrc: "http://img.b2bpic.net/free-photo/elegant-female-model-posing-sofa-jacket-suit-new-feminity-concept_23-2148951027.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Budget Dorm",
|
||||
price: "$150/mo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-bed_23-2147769376.jpg",
|
||||
},
|
||||
id: "p5", name: "Budget Dorm", price: "$150/mo", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-bed_23-2147769376.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Co-living Space",
|
||||
price: "$250/mo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-friends-hostel_23-2150598843.jpg",
|
||||
},
|
||||
id: "p6", name: "Co-living Space", price: "$250/mo", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-friends-hostel_23-2150598843.jpg"},
|
||||
]}
|
||||
title="Available Rooms"
|
||||
description="Find the perfect space that suits your study habits."
|
||||
@@ -97,32 +67,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-manager-eyeglasses-holding-folder-hands_171337-17386.jpg",
|
||||
},
|
||||
id: "1", name: "Alex R.", imageSrc: "http://img.b2bpic.net/free-photo/female-manager-eyeglasses-holding-folder-hands_171337-17386.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-cute-smiling-woman-glasses-exhange-student-walking-along-campus-holding-totebag-looking-camera-carefree-joyful-concept-youth-modern-generation-career_197531-30538.jpg",
|
||||
},
|
||||
id: "2", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-cute-smiling-woman-glasses-exhange-student-walking-along-campus-holding-totebag-looking-camera-carefree-joyful-concept-youth-modern-generation-career_197531-30538.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Michael K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-man-with-blue-backpack_176532-8153.jpg",
|
||||
},
|
||||
id: "3", name: "Michael K.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-man-with-blue-backpack_176532-8153.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-woman-student-returns-from-lecures-wears-headband-casual-neat-clothes-strolls-outdoors-poses-against-blurred-urban-background-people-lifestyle-concept_273609-62304.jpg",
|
||||
},
|
||||
id: "4", name: "Emily D.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-woman-student-returns-from-lecures-wears-headband-casual-neat-clothes-strolls-outdoors-poses-against-blurred-urban-background-people-lifestyle-concept_273609-62304.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Justin P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-nice-friendlylooking-hispanic-male-student-yellow-tshirt-grinning-delighted-l_1258-109369.jpg",
|
||||
},
|
||||
id: "5", name: "Justin P.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-nice-friendlylooking-hispanic-male-student-yellow-tshirt-grinning-delighted-l_1258-109369.jpg"},
|
||||
]}
|
||||
cardTitle="What Students Say"
|
||||
cardTag="Testimonials"
|
||||
cardAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -136,40 +92,15 @@ export default function LandingPage() {
|
||||
description="Hear what our community members think about their stay."
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Anna K.",
|
||||
handle: "@anna_k",
|
||||
testimonial: "Best PG experience ever!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-young-woman-holds-digital-tablet-uses-modern-gadget-drinks-takeaway-coffee-smiles-happily-wears-casual-blue-jumper-poses-urban-setting-returns-from-studying-people-lifestyle-concept_273609-56610.jpg",
|
||||
},
|
||||
id: "t1", name: "Anna K.", handle: "@anna_k", testimonial: "Best PG experience ever!", imageSrc: "http://img.b2bpic.net/free-photo/positive-young-woman-holds-digital-tablet-uses-modern-gadget-drinks-takeaway-coffee-smiles-happily-wears-casual-blue-jumper-poses-urban-setting-returns-from-studying-people-lifestyle-concept_273609-56610.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark L.",
|
||||
handle: "@markl",
|
||||
testimonial: "Reliable and secure housing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-afro-male-student-holding-books-hand-standing-against-university-building_23-2148093207.jpg",
|
||||
},
|
||||
id: "t2", name: "Mark L.", handle: "@markl", testimonial: "Reliable and secure housing.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-afro-male-student-holding-books-hand-standing-against-university-building_23-2148093207.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sophie P.",
|
||||
handle: "@sophie",
|
||||
testimonial: "Close to my university campus.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-thoughtful-curly-female-student-holds-digital-tablet-notebook-goes-university-wears-knitted-yellow-sweater-skirt-focused-away-stands-outdoors-against-urban-background_273609-60487.jpg",
|
||||
},
|
||||
id: "t3", name: "Sophie P.", handle: "@sophie", testimonial: "Close to my university campus.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-thoughtful-curly-female-student-holds-digital-tablet-notebook-goes-university-wears-knitted-yellow-sweater-skirt-focused-away-stands-outdoors-against-urban-background_273609-60487.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David W.",
|
||||
handle: "@david",
|
||||
testimonial: "Very modern and clean.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-cheerful-smiling-man-looking-happy-express-enthusiastic-optimistic-emotions-seei_1258-110321.jpg",
|
||||
},
|
||||
id: "t4", name: "David W.", handle: "@david", testimonial: "Very modern and clean.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-cheerful-smiling-man-looking-happy-express-enthusiastic-optimistic-emotions-seei_1258-110321.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Lisa B.",
|
||||
handle: "@lisab",
|
||||
testimonial: "Highly recommend to all.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-78940.jpg",
|
||||
},
|
||||
id: "t5", name: "Lisa B.", handle: "@lisab", testimonial: "Highly recommend to all.", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-78940.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -178,13 +109,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="FreshyPG"
|
||||
leftLink={{
|
||||
text: "Terms",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Privacy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user