Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-25 19:44:17 +00:00

View File

@@ -11,7 +11,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { Home, Sparkles, Users } from "lucide-react";
import { Home, Sparkles, Users, ArrowRight } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,86 +32,49 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Features",
id: "features",
},
name: "Features", id: "features"},
{
name: "Floor Plans",
id: "floor-plans",
},
name: "Floor Plans", id: "floor-plans"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
{
name: "FAQ",
id: "faq",
},
name: "FAQ", id: "faq"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Sarona City"
button={{
text: "Schedule a Tour",
href: "#contact",
}}
text: "Schedule a Tour", href: "#contact"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Welcome Home to Sarona City Apartments"
description="Experience luxury living in the heart of the city. Modern design, unparalleled amenities, and a vibrant community await you."
buttons={[
{
text: "Explore Floor Plans",
href: "#floor-plans",
},
text: "Explore Floor Plans", href: "#floor-plans"},
{
text: "Schedule a Tour",
href: "#contact",
},
text: "Schedule a Tour", href: "#contact"},
]}
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/panoramic-sauna-view-organic-wooden-columns-resort-style-wellness_169016-68883.jpg",
imageAlt: "Modern living room with city view",
},
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/panoramic-sauna-view-organic-wooden-columns-resort-style-wellness_169016-68883.jpg", imageAlt: "Modern living room with city view"},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/potted-plant-bed_23-2149427956.jpg",
imageAlt: "Stylish bedroom with large window",
},
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/potted-plant-bed_23-2149427956.jpg", imageAlt: "Stylish bedroom with large window"},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/interior-design-house-modern-white-kitchen_657883-328.jpg",
imageAlt: "Sleek kitchen with island",
},
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-house-modern-white-kitchen_657883-328.jpg", imageAlt: "Sleek kitchen with island"},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-high-rise-white-concrete-building_181624-5696.jpg",
imageAlt: "Exterior of Sarona City Apartments",
},
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-high-rise-white-concrete-building_181624-5696.jpg", imageAlt: "Exterior of Sarona City Apartments"},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-healthy-young-woman-with-dark-curly-hair-lying-comfortable-sofa-terrace_197531-22796.jpg",
imageAlt: "State-of-the-art fitness center",
},
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-healthy-young-woman-with-dark-curly-hair-lying-comfortable-sofa-terrace_197531-22796.jpg", imageAlt: "State-of-the-art fitness center"},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-sunglasses-sunbathing-looking-relaxed_259150-59183.jpg",
imageAlt: "Rooftop lounge with panoramic city views",
},
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-sunglasses-sunbathing-looking-relaxed_259150-59183.jpg", imageAlt: "Rooftop lounge with panoramic city views"},
]}
autoPlay={true}
autoPlayInterval={5000}
@@ -125,19 +88,13 @@ export default function LandingPage() {
metrics={[
{
icon: Home,
label: "Units Available",
value: "150+",
},
label: "Units Available", value: "150+"},
{
icon: Users,
label: "Happy Residents",
value: "500+",
},
label: "Happy Residents", value: "500+"},
{
icon: Sparkles,
label: "Premium Amenities",
value: "20+",
},
label: "Premium Amenities", value: "20+"},
]}
metricsAnimation="slide-up"
/>
@@ -149,32 +106,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Smart Home Technology",
description: "Control your environment with integrated smart home features for lighting, climate, and security.",
imageSrc: "http://img.b2bpic.net/free-vector/smart-home-background-with-icons_23-2147854742.jpg",
imageAlt: "Smart home interface icon",
buttonIcon: "ArrowRight",
title: "Smart Home Technology", description: "Control your environment with integrated smart home features for lighting, climate, and security.", imageSrc: "http://img.b2bpic.net/free-vector/smart-home-background-with-icons_23-2147854742.jpg", imageAlt: "Smart home interface icon", buttonIcon: ArrowRight,
},
{
title: "Wellness & Fitness Center",
description: "Achieve your fitness goals in our state-of-the-art gym and dedicated yoga studios.",
imageSrc: "http://img.b2bpic.net/free-photo/bed-pool_1203-2562.jpg",
imageAlt: "Wellness icon",
buttonIcon: "ArrowRight",
title: "Wellness & Fitness Center", description: "Achieve your fitness goals in our state-of-the-art gym and dedicated yoga studios.", imageSrc: "http://img.b2bpic.net/free-photo/bed-pool_1203-2562.jpg", imageAlt: "Wellness icon", buttonIcon: ArrowRight,
},
{
title: "Exclusive Community Hub",
description: "Connect with neighbors in stylish common areas, including a co-working space and entertainment lounge.",
imageSrc: "http://img.b2bpic.net/free-vector/smart-home-flat-style_24908-55807.jpg",
imageAlt: "Community icon",
buttonIcon: "ArrowRight",
title: "Exclusive Community Hub", description: "Connect with neighbors in stylish common areas, including a co-working space and entertainment lounge.", imageSrc: "http://img.b2bpic.net/free-vector/smart-home-flat-style_24908-55807.jpg", imageAlt: "Community icon", buttonIcon: ArrowRight,
},
{
title: "Green & Serene Spaces",
description: "Enjoy beautifully landscaped gardens, rooftop terraces, and dedicated pet relief areas.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-little-girl-holding-planted-seeds-egg-carton_23-2148831349.jpg",
imageAlt: "Green space icon",
buttonIcon: "ArrowRight",
title: "Green & Serene Spaces", description: "Enjoy beautifully landscaped gardens, rooftop terraces, and dedicated pet relief areas.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-little-girl-holding-planted-seeds-egg-carton_23-2148831349.jpg", imageAlt: "Green space icon", buttonIcon: ArrowRight,
},
]}
title="Unrivaled Amenities & Smart Living"
@@ -190,35 +131,14 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "studio-apt",
brand: "Sarona City",
name: "Studio Deluxe",
price: "$1,800/month",
rating: 5,
reviewCount: "20 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-woman_23-2151020313.jpg",
imageAlt: "Interior of a modern studio apartment",
},
id: "studio-apt", brand: "Sarona City", name: "Studio Deluxe", price: "$1,800/month", rating: 5,
reviewCount: "20 reviews", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-woman_23-2151020313.jpg", imageAlt: "Interior of a modern studio apartment"},
{
id: "one-bed-apt",
brand: "Sarona City",
name: "One Bedroom Elite",
price: "$2,500/month",
rating: 5,
reviewCount: "45 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/bedroom-interior-design-zoom-calls-side-view_23-2149684486.jpg",
imageAlt: "Interior of a modern one bedroom apartment",
},
id: "one-bed-apt", brand: "Sarona City", name: "One Bedroom Elite", price: "$2,500/month", rating: 5,
reviewCount: "45 reviews", imageSrc: "http://img.b2bpic.net/free-photo/bedroom-interior-design-zoom-calls-side-view_23-2149684486.jpg", imageAlt: "Interior of a modern one bedroom apartment"},
{
id: "two-bed-apt",
brand: "Sarona City",
name: "Two Bedroom Grand",
price: "$3,200/month",
rating: 5,
reviewCount: "30 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/modern-beadroom-hotel_1150-17926.jpg",
imageAlt: "Interior of a modern two bedroom apartment",
},
id: "two-bed-apt", brand: "Sarona City", name: "Two Bedroom Grand", price: "$3,200/month", rating: 5,
reviewCount: "30 reviews", imageSrc: "http://img.b2bpic.net/free-photo/modern-beadroom-hotel_1150-17926.jpg", imageAlt: "Interior of a modern two bedroom apartment"},
]}
title="Discover Your Perfect Floor Plan"
description="Choose from a variety of meticulously designed apartment layouts tailored to your lifestyle."
@@ -230,29 +150,13 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah J.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-smiling-with-copy-space_23-2148435784.jpg",
imageAlt: "Sarah Johnson avatar",
},
id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-smiling-with-copy-space_23-2148435784.jpg", imageAlt: "Sarah Johnson avatar"},
{
id: "2",
name: "Michael C.",
imageSrc: "http://img.b2bpic.net/free-photo/man-taking-selfie-blurred-women_23-2148653475.jpg",
imageAlt: "Michael Chen avatar",
},
id: "2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/man-taking-selfie-blurred-women_23-2148653475.jpg", imageAlt: "Michael Chen avatar"},
{
id: "3",
name: "Emily R.",
imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-pretty-caucasian-woman-sitting-armchair-designed-living-room-holding-mobile-phone-looking-showing-thumb-up_141793-58298.jpg",
imageAlt: "Emily Rodriguez avatar",
},
id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-pretty-caucasian-woman-sitting-armchair-designed-living-room-holding-mobile-phone-looking-showing-thumb-up_141793-58298.jpg", imageAlt: "Emily Rodriguez avatar"},
{
id: "4",
name: "David K.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg",
imageAlt: "David Kim avatar",
},
id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg", imageAlt: "David Kim avatar"},
]}
cardTitle="Living at Sarona City has been a dream. The amenities are fantastic and the staff is incredibly supportive."
cardTag="Happy Resident"
@@ -266,35 +170,17 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "What are the lease terms available?",
content: "We offer flexible lease terms including 6, 12, and 18-month options. Shorter terms may be available upon request with a premium.",
},
id: "1", title: "What are the lease terms available?", content: "We offer flexible lease terms including 6, 12, and 18-month options. Shorter terms may be available upon request with a premium."},
{
id: "2",
title: "Are pets allowed at Sarona City?",
content: "Yes, Sarona City is a pet-friendly community with specific breed restrictions and a pet deposit/monthly fee. Please inquire for details.",
},
id: "2", title: "Are pets allowed at Sarona City?", content: "Yes, Sarona City is a pet-friendly community with specific breed restrictions and a pet deposit/monthly fee. Please inquire for details."},
{
id: "3",
title: "What utilities are included in the rent?",
content: "Typically, water and trash removal are included. Residents are responsible for electricity, gas, and internet/cable services.",
},
id: "3", title: "What utilities are included in the rent?", content: "Typically, water and trash removal are included. Residents are responsible for electricity, gas, and internet/cable services."},
{
id: "4",
title: "Is parking available for residents?",
content: "Secured underground parking is available for residents at an additional monthly fee. Guest parking options are also provided.",
},
id: "4", title: "Is parking available for residents?", content: "Secured underground parking is available for residents at an additional monthly fee. Guest parking options are also provided."},
{
id: "5",
title: "How do I apply for an apartment?",
content: "You can apply online through our website's 'Floor Plans' section, or visit our leasing office for assistance.",
},
id: "5", title: "How do I apply for an apartment?", content: "You can apply online through our website's 'Floor Plans' section, or visit our leasing office for assistance."},
{
id: "6",
title: "What are the community amenities?",
content: "Our community features a fitness center, rooftop lounge, co-working spaces, private dining rooms, and beautifully landscaped gardens.",
},
id: "6", title: "What are the community amenities?", content: "Our community features a fitness center, rooftop lounge, co-working spaces, private dining rooms, and beautifully landscaped gardens."},
]}
title="Frequently Asked Questions"
description="Find quick answers to the most common questions about Sarona City Apartments."
@@ -306,18 +192,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
text="Ready to discover your new home? Contact our leasing team today to schedule a personalized tour of Sarona City Apartments."
buttons={[
{
text: "Call Us: (555) 123-4567",
href: "tel:+15551234567",
},
text: "Call Us: (555) 123-4567", href: "tel:+15551234567"},
{
text: "Email Us",
href: "mailto:info@saronacity.com",
},
text: "Email Us", href: "mailto:info@saronacity.com"},
]}
/>
</div>
@@ -327,50 +208,31 @@ export default function LandingPage() {
logoText="Sarona City"
columns={[
{
title: "Explore",
items: [
title: "Explore", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Amenities",
href: "#features",
},
label: "Amenities", href: "#features"},
{
label: "Floor Plans",
href: "#floor-plans",
},
label: "Floor Plans", href: "#floor-plans"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
{
label: "Contact Us",
href: "#contact",
},
label: "Contact Us", href: "#contact"},
{
label: "Schedule Tour",
href: "#contact",
},
label: "Schedule Tour", href: "#contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}