Update src/app/page.tsx
This commit is contained in:
325
src/app/page.tsx
325
src/app/page.tsx
@@ -32,56 +32,25 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Listings",
|
||||
id: "listings",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Listings", id: "listings" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="G&R Realty"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Your Trusted Partner in Real Estate"
|
||||
description="At G&R Realty, Inc., we help you find the perfect property that matches your lifestyle and aspirations."
|
||||
tag="Since 1995"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-wooden-building-blue-sky_181624-5766.jpg?_wi=1",
|
||||
imageAlt: "luxury real estate hero building",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-owner-exchanging-ideas-with-realtor-contractor-office-tour_482257-91195.jpg?_wi=1",
|
||||
imageAlt: "professional real estate office modern",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-building-with-reflective-windows_23-2148252788.jpg",
|
||||
imageAlt: "View of building with reflective windows",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-building-with-geometric-facade-clean-lines-clear-sky_41433-196.jpg",
|
||||
imageAlt: "Modern architecture building with geometric facade and clean lines under clear sky",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892917.jpg",
|
||||
imageAlt: "City background panoramic view",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-wooden-building-blue-sky_181624-5766.jpg", imageAlt: "luxury real estate hero building" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/business-owner-exchanging-ideas-with-realtor-contractor-office-tour_482257-91195.jpg", imageAlt: "professional real estate office modern" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -109,49 +78,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Expert Guidance",
|
||||
description: "Local market insights for every neighborhood.",
|
||||
icon: Shield,
|
||||
title: "Expert Guidance", description: "Local market insights for every neighborhood.", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-house-model-with-modern-architecture_23-2151004055.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746293.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-wooden-building-blue-sky_181624-5766.jpg?_wi=2",
|
||||
imageAlt: "house keys residential property sale",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-house-model-with-modern-architecture_23-2151004055.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746293.jpg" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Transparent Process",
|
||||
description: "Clear documentation and ethical negotiations.",
|
||||
icon: CheckCircle,
|
||||
title: "Transparent Process", description: "Clear documentation and ethical negotiations.", icon: CheckCircle,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/realtor-signing-contract-clipboard-miniature-house_23-2148895490.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-classic-warm-living-room-with-piano-armchair_105762-2249.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-owner-exchanging-ideas-with-realtor-contractor-office-tour_482257-91195.jpg?_wi=2",
|
||||
imageAlt: "house keys residential property sale",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/realtor-signing-contract-clipboard-miniature-house_23-2148895490.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-classic-warm-living-room-with-piano-armchair_105762-2249.jpg" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Luxury Listings",
|
||||
description: "Exclusive access to premium property inventory.",
|
||||
icon: Sparkles,
|
||||
title: "Luxury Listings", description: "Exclusive access to premium property inventory.", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_74190-4976.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-house-model-with-modern-architecture_23-2151004008.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-swimming-pool-blue-sky_23-2151974386.jpg?_wi=1",
|
||||
imageAlt: "house keys residential property sale",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_74190-4976.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-house-model-with-modern-architecture_23-2151004008.jpg" },
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Why Choose G&R Realty?"
|
||||
@@ -166,60 +111,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Luxury",
|
||||
name: "Modern Villa",
|
||||
price: "$1.2M",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-swimming-pool-blue-sky_23-2151974386.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Urban",
|
||||
name: "Townhouse",
|
||||
price: "$850K",
|
||||
rating: 4,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/typical-village-street_1417-1440.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Family",
|
||||
name: "Suburban Home",
|
||||
price: "$600K",
|
||||
rating: 5,
|
||||
reviewCount: "20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-billboard-template-building-city_23-2148197259.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Luxury",
|
||||
name: "Penthouse",
|
||||
price: "$2.5M",
|
||||
rating: 5,
|
||||
reviewCount: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/symmetrical-glass-buildings-downtown-montreal_181624-5748.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Family",
|
||||
name: "Modern Bungalow",
|
||||
price: "$550K",
|
||||
rating: 4,
|
||||
reviewCount: "10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-mesmerizing-scenery-waikanae-township-new-zealand_181624-14446.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Luxury",
|
||||
name: "Waterfront Mansion",
|
||||
price: "$3.5M",
|
||||
rating: 5,
|
||||
reviewCount: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-modern-villa-with-pool-lush-greenery_23-2152008230.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "Luxury", name: "Modern Villa", price: "$1.2M", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-swimming-pool-blue-sky_23-2151974386.jpg" },
|
||||
{ id: "p2", brand: "Urban", name: "Townhouse", price: "$850K", rating: 4, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/typical-village-street_1417-1440.jpg" },
|
||||
{ id: "p3", brand: "Family", name: "Suburban Home", price: "$600K", rating: 5, reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/big-billboard-template-building-city_23-2148197259.jpg" },
|
||||
{ id: "p4", brand: "Luxury", name: "Penthouse", price: "$2.5M", rating: 5, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/symmetrical-glass-buildings-downtown-montreal_181624-5748.jpg" },
|
||||
{ id: "p5", brand: "Family", name: "Modern Bungalow", price: "$550K", rating: 4, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-mesmerizing-scenery-waikanae-township-new-zealand_181624-14446.jpg" },
|
||||
{ id: "p6", brand: "Luxury", name: "Waterfront Mansion", price: "$3.5M", rating: 5, reviewCount: "3", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-modern-villa-with-pool-lush-greenery_23-2152008230.jpg" },
|
||||
]}
|
||||
title="Featured Properties"
|
||||
description="Explore our curated collection of homes currently on the market."
|
||||
@@ -232,56 +129,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Essential",
|
||||
price: "$500",
|
||||
subtitle: "Basic valuation",
|
||||
buttons: [
|
||||
{
|
||||
text: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Market Assessment",
|
||||
"Local Trend Report",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Premium",
|
||||
price: "$2,500",
|
||||
subtitle: "Full representation",
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Full Negotiations",
|
||||
"Legal Guidance",
|
||||
"Staging Advice",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "Exclusive",
|
||||
price: "Custom",
|
||||
subtitle: "Investor packages",
|
||||
buttons: [
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Portfolio Analysis",
|
||||
"Investment Audits",
|
||||
"Tax Strategy Support",
|
||||
],
|
||||
},
|
||||
{ id: "basic", badge: "Essential", price: "$500", subtitle: "Basic valuation", buttons: [{ text: "Contact", href: "#contact" }], features: ["Market Assessment", "Local Trend Report"] },
|
||||
{ id: "pro", badge: "Premium", price: "$2,500", subtitle: "Full representation", buttons: [{ text: "Get Started", href: "#contact" }], features: ["Full Negotiations", "Legal Guidance", "Staging Advice"] },
|
||||
{ id: "enterprise", badge: "Exclusive", price: "Custom", subtitle: "Investor packages", buttons: [{ text: "Contact Us", href: "#contact" }], features: ["Portfolio Analysis", "Investment Audits", "Tax Strategy Support"] },
|
||||
]}
|
||||
title="Consulting Services"
|
||||
description="Standardized services to ensure you get the best deal."
|
||||
@@ -294,27 +144,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1500+",
|
||||
title: "Homes Sold",
|
||||
description: "Happy families placed.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-architect-presenting-floor-plan-discussing-blueprint_74855-2763.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "98%",
|
||||
title: "Retention Rate",
|
||||
description: "Clients return for advice.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-teaching-her-grandfather-how-use-laptop_1157-29763.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "30+",
|
||||
title: "Years Active",
|
||||
description: "Decades of market expertise.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2058.jpg",
|
||||
},
|
||||
{ id: "m1", value: "1500+", title: "Homes Sold", description: "Happy families placed.", imageSrc: "http://img.b2bpic.net/free-photo/female-architect-presenting-floor-plan-discussing-blueprint_74855-2763.jpg" },
|
||||
{ id: "m2", value: "98%", title: "Retention Rate", description: "Clients return for advice.", imageSrc: "http://img.b2bpic.net/free-photo/girl-teaching-her-grandfather-how-use-laptop_1157-29763.jpg" },
|
||||
{ id: "m3", value: "30+", title: "Years Active", description: "Decades of market expertise.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2058.jpg" },
|
||||
]}
|
||||
title="By The Numbers"
|
||||
description="Results that speak for themselves."
|
||||
@@ -326,56 +158,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
date: "Jan 2024",
|
||||
title: "Homeowner",
|
||||
quote: "Seamless experience from start to finish.",
|
||||
tag: "Excellent",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/architect-giving-hand-shake_23-2148242932.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-354.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael C.",
|
||||
date: "Feb 2024",
|
||||
title: "Investor",
|
||||
quote: "Unbeatable market insights.",
|
||||
tag: "Pro",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/man-using-map-orientate-city_23-2148383477.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-entrance-shop_641386-863.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
date: "Mar 2024",
|
||||
title: "First-time Buyer",
|
||||
quote: "I felt supported every step of the way.",
|
||||
tag: "Friendly",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-architect-with-building-plans-looking-camera_23-2148269409.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-lawyer-with-crossed-arms_23-2148230781.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
date: "Apr 2024",
|
||||
title: "Luxury Seller",
|
||||
quote: "They exceeded our expectations.",
|
||||
tag: "Reliable",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/father-moving-new-house-with-his-child_23-2149749167.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-signing-papers-fr-new-house_23-2149383565.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica L.",
|
||||
date: "May 2024",
|
||||
title: "Homeowner",
|
||||
quote: "Professional, efficient, and kind.",
|
||||
tag: "Great",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiley-man-looking-camera-holding-cup-coffee_23-2148306626.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", date: "Jan 2024", title: "Homeowner", quote: "Seamless experience from start to finish.", tag: "Excellent", avatarSrc: "http://img.b2bpic.net/free-photo/architect-giving-hand-shake_23-2148242932.jpg", imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-354.jpg" },
|
||||
{ id: "2", name: "Michael C.", date: "Feb 2024", title: "Investor", quote: "Unbeatable market insights.", tag: "Pro", avatarSrc: "http://img.b2bpic.net/free-photo/man-using-map-orientate-city_23-2148383477.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-man-entrance-shop_641386-863.jpg" },
|
||||
{ id: "3", name: "Emily R.", date: "Mar 2024", title: "First-time Buyer", quote: "I felt supported every step of the way.", tag: "Friendly", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-architect-with-building-plans-looking-camera_23-2148269409.jpg", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-lawyer-with-crossed-arms_23-2148230781.jpg" },
|
||||
{ id: "4", name: "David K.", date: "Apr 2024", title: "Luxury Seller", quote: "They exceeded our expectations.", tag: "Reliable", avatarSrc: "http://img.b2bpic.net/free-photo/father-moving-new-house-with-his-child_23-2149749167.jpg", imageSrc: "http://img.b2bpic.net/free-photo/person-signing-papers-fr-new-house_23-2149383565.jpg" },
|
||||
{ id: "5", name: "Jessica L.", date: "May 2024", title: "Homeowner", quote: "Professional, efficient, and kind.", tag: "Great", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-man-looking-camera-holding-cup-coffee_23-2148306626.jpg", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg" },
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="See why our clients choose G&R Realty for their most important asset."
|
||||
@@ -385,9 +172,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Let's Connect"
|
||||
title="Get Started Today"
|
||||
description="Contact our team for a free property consultation and expert advice."
|
||||
@@ -399,38 +184,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Listings",
|
||||
href: "#listings",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Accessibility",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "About Us", href: "#about" }, { label: "Listings", href: "#listings" }, { label: "Contact", href: "#contact" }] },
|
||||
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Accessibility", href: "#" }] },
|
||||
]}
|
||||
logoText="G&R Realty"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user