Merge version_1 into main #2
263
src/app/page.tsx
263
src/app/page.tsx
@@ -32,66 +32,26 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Listings",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Listings", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Prime Realty"
|
||||
button={{
|
||||
text: "Get Valuation",
|
||||
href: "#contact",
|
||||
}}
|
||||
button={{ text: "Get Valuation", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Finding Your Dream Home Made Simple."
|
||||
description="Unlock expert guidance, exclusive property listings, and personalized support in your real estate journey."
|
||||
tag="Trusted Real Estate Partner"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Listings",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "View Listings", href: "#products" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-posing-street-dress-with-backpack_1296-805.jpg?_wi=1",
|
||||
imageAlt: "Luxury home exterior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg",
|
||||
imageAlt: "Luxury home exterior alternate",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-exterior-night-with-architectural-lighting_84443-74866.jpg",
|
||||
imageAlt: "Modern Building Exterior at Night with Architectural Lighting",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-woman-short-summer-dress-outside-villa-hotel-by-tree-blue-swimming-pool_343596-691.jpg",
|
||||
imageAlt: "Happy caucasian woman in short summer dress outside villa hotel by tree and blue swimming pool",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/houses-with-yacht-old-port-nesebar-bulgaria_627829-7533.jpg",
|
||||
imageAlt: "Houses with yacht on old port Nesebar Bulgaria",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-posing-street-dress-with-backpack_1296-805.jpg", imageAlt: "Luxury home exterior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg", imageAlt: "Luxury home exterior alternate" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -104,15 +64,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Mission is Your Success.",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/modern-home-office-interior-with-desk-chair_23-2151978983.jpg",
|
||||
alt: "Realtor showing property",
|
||||
},
|
||||
{ type: "text", content: "Our Mission is Your Success." },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/modern-home-office-interior-with-desk-chair_23-2151978983.jpg", alt: "Realtor showing property" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,33 +76,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Simplified Ownership",
|
||||
tags: [
|
||||
"Process",
|
||||
"Legal",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-keys-outdoors_23-2151015220.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Smart Investment",
|
||||
tags: [
|
||||
"Growth",
|
||||
"Financial",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pollution-concept-factory-emisions_23-2149094925.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Expert Inspections",
|
||||
tags: [
|
||||
"Safety",
|
||||
"Quality",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-construction_23-2150772874.jpg?_wi=1",
|
||||
},
|
||||
{ id: "f1", title: "Simplified Ownership", tags: ["Process", "Legal"], imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-keys-outdoors_23-2151015220.jpg" },
|
||||
{ id: "f2", title: "Smart Investment", tags: ["Growth", "Financial"], imageSrc: "http://img.b2bpic.net/free-photo/pollution-concept-factory-emisions_23-2149094925.jpg" },
|
||||
{ id: "f3", title: "Expert Inspections", tags: ["Safety", "Quality"], imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-construction_23-2150772874.jpg" },
|
||||
]}
|
||||
title="Why Choose Prime Realty?"
|
||||
description="We blend market expertise with a personal touch to ensure you get the best value for your property."
|
||||
@@ -163,48 +92,12 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Modern Luxury Villa",
|
||||
price: "$1,250,000",
|
||||
variant: "Featured",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-modern-white-orange-building-bright-sky_181624-6251.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Urban Apartment",
|
||||
price: "$650,000",
|
||||
variant: "Studio",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-city-lifestyle_23-2148950635.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Suburban Family Home",
|
||||
price: "$890,000",
|
||||
variant: "Spacious",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nordic-island-houses-with-grass-roofs-that-are-common-islands_181624-20296.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Penthouse Suite",
|
||||
price: "$2,100,000",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sunny-morning-big-city-terrace-young-brunette-fashionable-woman-talking-phone-smiling-attractive-model-woman-chilling-relaxing-time-happiness_197531-1901.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Charming Cottage",
|
||||
price: "$420,000",
|
||||
variant: "Cozy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-rural-house-with-canopy-entrance_1268-15654.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Contemporary Townhouse",
|
||||
price: "$730,000",
|
||||
variant: "Modern",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-18.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Modern Luxury Villa", price: "$1,250,000", variant: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-modern-white-orange-building-bright-sky_181624-6251.jpg" },
|
||||
{ id: "p2", name: "Urban Apartment", price: "$650,000", variant: "Studio", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-city-lifestyle_23-2148950635.jpg" },
|
||||
{ id: "p3", name: "Suburban Family Home", price: "$890,000", variant: "Spacious", imageSrc: "http://img.b2bpic.net/free-photo/nordic-island-houses-with-grass-roofs-that-are-common-islands_181624-20296.jpg" },
|
||||
{ id: "p4", name: "Penthouse Suite", price: "$2,100,000", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/sunny-morning-big-city-terrace-young-brunette-fashionable-woman-talking-phone-smiling-attractive-model-woman-chilling-relaxing-time-happiness_197531-1901.jpg" },
|
||||
{ id: "p5", name: "Charming Cottage", price: "$420,000", variant: "Cozy", imageSrc: "http://img.b2bpic.net/free-photo/old-rural-house-with-canopy-entrance_1268-15654.jpg" },
|
||||
{ id: "p6", name: "Contemporary Townhouse", price: "$730,000", variant: "Modern", imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-18.jpg" },
|
||||
]}
|
||||
title="Current Property Listings"
|
||||
description="Discover your next home from our curated collection of prime residences."
|
||||
@@ -217,21 +110,9 @@ export default function LandingPage() {
|
||||
title="Market Impact"
|
||||
tag="Performance Data"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1500+",
|
||||
description: "Successful Closings",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "20+",
|
||||
description: "Years of Experience",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "98%",
|
||||
description: "Client Satisfaction Rate",
|
||||
},
|
||||
{ id: "m1", value: "1500+", description: "Successful Closings" },
|
||||
{ id: "m2", value: "20+", description: "Years of Experience" },
|
||||
{ id: "m3", value: "98%", description: "Client Satisfaction Rate" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -242,61 +123,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alice Johnson",
|
||||
date: "Jan 2024",
|
||||
title: "First-time Buyer",
|
||||
quote: "Prime Realty made everything so transparent and easy. Absolutely thrilled!",
|
||||
tag: "Recommended",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiley-female-realtor-showing-empty-house-young-couple_23-2148895449.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-posing-street-dress-with-backpack_1296-805.jpg?_wi=2",
|
||||
imageAlt: "happy home buyer smiling",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Bob Smith",
|
||||
date: "Feb 2024",
|
||||
title: "Home Owner",
|
||||
quote: "Fantastic experience. They found the perfect property for my specific needs.",
|
||||
tag: "Expert",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/fashion-standing-friendly-handsome-content_1187-6002.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-home-office-interior-with-desk-chair_23-2151978983.jpg",
|
||||
imageAlt: "happy home buyer smiling",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Charlie Davis",
|
||||
date: "Mar 2024",
|
||||
title: "Investor",
|
||||
quote: "Great insight into market trends. Highly recommend to any serious investor.",
|
||||
tag: "Insightful",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/middle-age-couple-standing-together-doing-ok-gesture-with-hand-smiling-eye-looking-through-fingers-with-happy-face_839833-32832.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-keys-outdoors_23-2151015220.jpg?_wi=2",
|
||||
imageAlt: "happy home buyer smiling",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Diana Ross",
|
||||
date: "Apr 2024",
|
||||
title: "Seller",
|
||||
quote: "Sold my house in record time. Professional team from start to finish.",
|
||||
tag: "Fast",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/male-standing-near-church-while-holding-volunteer-clipboard_181624-8403.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pollution-concept-factory-emisions_23-2149094925.jpg?_wi=2",
|
||||
imageAlt: "happy home buyer smiling",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Edward Brown",
|
||||
date: "May 2024",
|
||||
title: "Home Owner",
|
||||
quote: "The team was patient and very helpful throughout the entire buying process.",
|
||||
tag: "Helpful",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151064932.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-construction_23-2150772874.jpg?_wi=2",
|
||||
imageAlt: "happy home buyer smiling",
|
||||
},
|
||||
{ id: "t1", name: "Alice Johnson", date: "Jan 2024", title: "First-time Buyer", quote: "Prime Realty made everything so transparent and easy. Absolutely thrilled!", tag: "Recommended", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-female-realtor-showing-empty-house-young-couple_23-2148895449.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-posing-street-dress-with-backpack_1296-805.jpg", imageAlt: "happy home buyer smiling" },
|
||||
{ id: "t2", name: "Bob Smith", date: "Feb 2024", title: "Home Owner", quote: "Fantastic experience. They found the perfect property for my specific needs.", tag: "Expert", avatarSrc: "http://img.b2bpic.net/free-photo/fashion-standing-friendly-handsome-content_1187-6002.jpg", imageSrc: "http://img.b2bpic.net/free-photo/modern-home-office-interior-with-desk-chair_23-2151978983.jpg", imageAlt: "happy home buyer smiling" },
|
||||
{ id: "t3", name: "Charlie Davis", date: "Mar 2024", title: "Investor", quote: "Great insight into market trends. Highly recommend to any serious investor.", tag: "Insightful", avatarSrc: "http://img.b2bpic.net/free-photo/middle-age-couple-standing-together-doing-ok-gesture-with-hand-smiling-eye-looking-through-fingers-with-happy-face_839833-32832.jpg", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-keys-outdoors_23-2151015220.jpg", imageAlt: "happy home buyer smiling" },
|
||||
{ id: "t4", name: "Diana Ross", date: "Apr 2024", title: "Seller", quote: "Sold my house in record time. Professional team from start to finish.", tag: "Fast", avatarSrc: "http://img.b2bpic.net/free-photo/male-standing-near-church-while-holding-volunteer-clipboard_181624-8403.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pollution-concept-factory-emisions_23-2149094925.jpg", imageAlt: "happy home buyer smiling" },
|
||||
{ id: "t5", name: "Edward Brown", date: "May 2024", title: "Home Owner", quote: "The team was patient and very helpful throughout the entire buying process.", tag: "Helpful", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151064932.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-construction_23-2150772874.jpg", imageAlt: "happy home buyer smiling" },
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="What our clients say about their experience with Prime Realty."
|
||||
@@ -308,21 +139,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What's the first step?",
|
||||
content: "Schedule an initial consultation with our agents to discuss your needs and goals.",
|
||||
},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "How long does it take?",
|
||||
content: "Timelines vary depending on market conditions, typically taking 30 to 60 days.",
|
||||
},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Do you offer valuation?",
|
||||
content: "Yes, we provide free, accurate property valuations based on local market trends.",
|
||||
},
|
||||
{ id: "faq1", title: "What's the first step?", content: "Schedule an initial consultation with our agents to discuss your needs and goals." },
|
||||
{ id: "faq2", title: "How long does it take?", content: "Timelines vary depending on market conditions, typically taking 30 to 60 days." },
|
||||
{ id: "faq3", title: "Do you offer valuation?", content: "Yes, we provide free, accurate property valuations based on local market trends." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Get quick answers to common questions about buying and selling homes."
|
||||
@@ -336,24 +155,10 @@ export default function LandingPage() {
|
||||
title="Ready to Start?"
|
||||
description="Send us a message and our team will get in touch with you shortly."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your email",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your email", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your needs",
|
||||
rows: 4,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your needs", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/student-desk-with-computer-books-notepads-wooden-table_169016-49051.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user