Merge version_1 into main #2
162
src/app/page.tsx
162
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Properties",
|
||||
id: "#properties",
|
||||
},
|
||||
name: "Properties", id: "#properties"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="AgentPortfolio"
|
||||
/>
|
||||
@@ -53,38 +45,19 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Find Your Dream Home Today"
|
||||
description="Explore stunning properties in your market. Trusted by over 500+ satisfied clients. Lets find your perfect fit with personalized service."
|
||||
tag="Expert Real Estate Services"
|
||||
buttons={[
|
||||
{
|
||||
text: "Browse Properties",
|
||||
href: "#properties",
|
||||
},
|
||||
text: "Browse Properties", href: "#properties"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-dining-room-with-plants-fireplace_181624-3590.jpg",
|
||||
imageAlt: "Modern Luxury Home Exterior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-dining-room-with-plants-fireplace_181624-3590.jpg", imageAlt: "Modern Luxury Home Exterior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-blue-white-couch-blue-white-painting_123827-23871.jpg",
|
||||
imageAlt: "Elegant Interior Living Space",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mix-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160138.jpg?_wi=1",
|
||||
imageAlt: "Luxury Kitchen Design",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-house-surrounded-by-flowers_23-2150790340.jpg?_wi=1",
|
||||
imageAlt: "Luxury Swimming Pool",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/simply-bright-clean-design-bathroom_53876-146252.jpg?_wi=1",
|
||||
imageAlt: "Modern Contemporary Living Room",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-blue-white-couch-blue-white-painting_123827-23871.jpg", imageAlt: "Elegant Interior Living Space"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -98,14 +71,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Professional Excellence in Real Estate",
|
||||
},
|
||||
type: "text", content: "Professional Excellence in Real Estate"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
alt: "Agent Bio",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Agent Bio"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -118,41 +86,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Modern Luxury Villa",
|
||||
price: "$1,250,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mix-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160138.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", name: "Modern Luxury Villa", price: "$1,250,000", imageSrc: "http://img.b2bpic.net/free-photo/mix-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160138.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Contemporary Condo",
|
||||
price: "$850,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bathtub-with-faucet_1203-1500.jpg",
|
||||
},
|
||||
id: "p2", name: "Contemporary Condo", price: "$850,000", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bathtub-with-faucet_1203-1500.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Suburban Oasis",
|
||||
price: "$675,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg",
|
||||
},
|
||||
id: "p3", name: "Suburban Oasis", price: "$675,000", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Waterfront Estate",
|
||||
price: "$2,400,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-house-surrounded-by-flowers_23-2150790340.jpg?_wi=2",
|
||||
},
|
||||
id: "p4", name: "Waterfront Estate", price: "$2,400,000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-house-surrounded-by-flowers_23-2150790340.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Penthouse Suite",
|
||||
price: "$1,500,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/simply-bright-clean-design-bathroom_53876-146252.jpg?_wi=2",
|
||||
},
|
||||
id: "p5", name: "Penthouse Suite", price: "$1,500,000", imageSrc: "http://img.b2bpic.net/free-photo/simply-bright-clean-design-bathroom_53876-146252.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Charming Cottage",
|
||||
price: "$450,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rendering-elegant-neoclassical-interior_23-2151059655.jpg",
|
||||
},
|
||||
id: "p6", name: "Charming Cottage", price: "$450,000", imageSrc: "http://img.b2bpic.net/free-photo/rendering-elegant-neoclassical-interior_23-2151059655.jpg"},
|
||||
]}
|
||||
title="Featured Properties"
|
||||
description="Discover a selection of premium homes ready for you."
|
||||
@@ -167,45 +111,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah & Mark",
|
||||
role: "Home Buyers",
|
||||
company: "Local Area",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-family-posing-with-son-thumbs-up_23-2148414903.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah & Mark", role: "Home Buyers", company: "Local Area", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-family-posing-with-son-thumbs-up_23-2148414903.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "The Henderson Family",
|
||||
role: "First-time Buyers",
|
||||
company: "Suburbs",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-with-kids-moving-their-new-home_23-2149749168.jpg",
|
||||
},
|
||||
id: "t2", name: "The Henderson Family", role: "First-time Buyers", company: "Suburbs", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-with-kids-moving-their-new-home_23-2149749168.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "James L.",
|
||||
role: "Investor",
|
||||
company: "Market City",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-celebrating-birthday-together_23-2150598991.jpg",
|
||||
},
|
||||
id: "t3", name: "James L.", role: "Investor", company: "Market City", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-celebrating-birthday-together_23-2150598991.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Anna K.",
|
||||
role: "Seller",
|
||||
company: "North Shore",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-garden_23-2147986408.jpg",
|
||||
},
|
||||
id: "t4", name: "Anna K.", role: "Seller", company: "North Shore", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-garden_23-2147986408.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "David R.",
|
||||
role: "Home Buyer",
|
||||
company: "Riverside",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-casual-salsa-dance-themed-get-together_23-2151356566.jpg",
|
||||
},
|
||||
id: "t5", name: "David R.", role: "Home Buyer", company: "Riverside", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-casual-salsa-dance-themed-get-together_23-2151356566.jpg"},
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="See why hundreds trust us with their biggest investments."
|
||||
@@ -216,8 +135,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static-grid",
|
||||
}}
|
||||
variant: "rotated-rays-static-grid"}}
|
||||
tag="Get In Touch"
|
||||
title="Ready to Start Your Journey?"
|
||||
description="Have questions about a listing or want to list your home? Send us a message today."
|
||||
@@ -228,33 +146,21 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
title: "Links", items: [
|
||||
{
|
||||
label: "Properties",
|
||||
href: "#properties",
|
||||
},
|
||||
label: "Properties", href: "#properties"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", 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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user