Merge version_1_1781572913061 into main #2
@@ -7,34 +7,13 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
|
||||
|
||||
export default function Layout() {
|
||||
const navItems = [
|
||||
{
|
||||
"name": "About",
|
||||
"href": "#about"
|
||||
},
|
||||
{
|
||||
"name": "Team",
|
||||
"href": "#team"
|
||||
},
|
||||
{
|
||||
"name": "Contact",
|
||||
"href": "#contact"
|
||||
},
|
||||
{
|
||||
"name": "Hero",
|
||||
"href": "#hero"
|
||||
},
|
||||
{
|
||||
"name": "Services",
|
||||
"href": "#services"
|
||||
},
|
||||
{
|
||||
"name": "Metrics",
|
||||
"href": "#metrics"
|
||||
},
|
||||
{
|
||||
"name": "Testimonials",
|
||||
"href": "#testimonials"
|
||||
}
|
||||
{ name: "About", href: "#about" },
|
||||
{ name: "Team", href: "#team" },
|
||||
{ name: "Contact", href: "#contact" },
|
||||
{ name: "Hero", href: "#hero" },
|
||||
{ name: "Services", href: "#services" },
|
||||
{ name: "Metrics", href: "#metrics" },
|
||||
{ name: "Testimonials", href: "#testimonials" }
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -43,10 +22,9 @@ export default function Layout() {
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarFloatingLogo
|
||||
logo="WallStreet"
|
||||
logoImageSrc="http://img.b2bpic.net/free-photo/isolated-white-house-silhouette-minimal-black-landscape_1194-641505.jpg"
|
||||
ctaButton={{
|
||||
text: "View Listings",
|
||||
href: "#services",
|
||||
}}
|
||||
text: "View Listings", href: "#services"}}
|
||||
navItems={navItems} />
|
||||
</SectionErrorBoundary>
|
||||
<main className="flex-grow">
|
||||
@@ -57,43 +35,23 @@ export default function Layout() {
|
||||
brand="WallStreet"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#team",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Our Team", href: "#team" }
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Support", items: [
|
||||
{ label: "FAQs", href: "#" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyright="© 2024 WallStreet Real Estate. All rights reserved."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/isolated-white-house-silhouette-minimal-black-landscape_1194-641505.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/isolated-white-house-silhouette-minimal-black-landscape_1194-641505.jpg"
|
||||
links={[
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
|
||||
@@ -18,34 +18,18 @@ export default function HomePage() {
|
||||
title="Elevating Your Real Estate Vision"
|
||||
description="Expert guidance and premium properties for the modern investor and homeowner."
|
||||
primaryButton={{
|
||||
text: "View Properties",
|
||||
href: "#services",
|
||||
}}
|
||||
text: "View Properties", href: "#services"}}
|
||||
secondaryButton={{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
}}
|
||||
text: "Learn More", href: "#about"}}
|
||||
leftItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-serious-estate-agent-discussing-house-building-plan-with-clients_1163-4200.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666205.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-villa-with-modern-architectural-design_23-2151694100.jpg",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/female-serious-estate-agent-discussing-house-building-plan-with-clients_1163-4200.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666205.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/luxurious-villa-with-modern-architectural-design_23-2151694100.jpg" }
|
||||
]}
|
||||
rightItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorative-design-gardening-natural-plant-tree_53876-14209.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-buying-new-house-asian-woman-african-man-signing-documents-new-home_1157-47960.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-african-american-woman-model-black-jacket-hat-waist-bag-relaxing-cafe-free-time-with-mobile-phone_627829-5382.jpg",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/decorative-design-gardening-natural-plant-tree_53876-14209.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-couple-buying-new-house-asian-woman-african-man-signing-documents-new-home_1157-47960.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/charming-african-american-woman-model-black-jacket-hat-waist-bag-relaxing-cafe-free-time-with-mobile-phone_627829-5382.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -69,48 +53,13 @@ export default function HomePage() {
|
||||
title="Property Expertise"
|
||||
description="From high-end residences to strategic investment properties, we offer end-to-end support."
|
||||
items={[
|
||||
{
|
||||
title: "Residential Sales",
|
||||
description: "Finding your dream home.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571926.jpg",
|
||||
},
|
||||
{
|
||||
title: "Investment Analysis",
|
||||
description: "Data-driven ROI insights.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821288.jpg",
|
||||
},
|
||||
{
|
||||
title: "Commercial Leasing",
|
||||
description: "Optimal spaces for business.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-side-view-restaurant-stairs-from-black-marble-long-windows-with-fabric-blinds_140725-8859.jpg",
|
||||
},
|
||||
{
|
||||
title: "Luxury Estates",
|
||||
description: "Exclusive listing access.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-rich-woman-outdoors-with-stylish-dress-sunglasses_23-2149548580.jpg",
|
||||
},
|
||||
{
|
||||
title: "Market Valuations",
|
||||
description: "Accurate home appraisals.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mountain-landscape-illuminated-by-moonlight-milky-way-generated-by-ai_188544-11622.jpg",
|
||||
},
|
||||
{
|
||||
title: "Strategic Consulting",
|
||||
description: "Tailored property roadmap.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-real-estate-agent-showing-house_23-2150225233.jpg",
|
||||
},
|
||||
{
|
||||
title: "Property Management",
|
||||
description: "Seamless ownership experience.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920952.jpg",
|
||||
},
|
||||
{ title: "Residential Sales", description: "Finding your dream home.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571926.jpg" },
|
||||
{ title: "Investment Analysis", description: "Data-driven ROI insights.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821288.jpg" },
|
||||
{ title: "Commercial Leasing", description: "Optimal spaces for business.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/top-side-view-restaurant-stairs-from-black-marble-long-windows-with-fabric-blinds_140725-8859.jpg" },
|
||||
{ title: "Luxury Estates", description: "Exclusive listing access.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/portrait-rich-woman-outdoors-with-stylish-dress-sunglasses_23-2149548580.jpg" },
|
||||
{ title: "Market Valuations", description: "Accurate home appraisals.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/mountain-landscape-illuminated-by-moonlight-milky-way-generated-by-ai_188544-11622.jpg" },
|
||||
{ title: "Strategic Consulting", description: "Tailored property roadmap.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-real-estate-agent-showing-house_23-2150225233.jpg" },
|
||||
{ title: "Property Management", description: "Seamless ownership experience.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920952.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -123,18 +72,9 @@ export default function HomePage() {
|
||||
title="Proven Results"
|
||||
description="The numbers speak for themselves."
|
||||
metrics={[
|
||||
{
|
||||
value: "$500M+",
|
||||
description: "Total Volume Sold",
|
||||
},
|
||||
{
|
||||
value: "250+",
|
||||
description: "Properties Closed",
|
||||
},
|
||||
{
|
||||
value: "15+",
|
||||
description: "Years Experience",
|
||||
},
|
||||
{ value: "$500M+", description: "Total Volume Sold" },
|
||||
{ value: "250+", description: "Properties Closed" },
|
||||
{ value: "15+", description: "Years Experience" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -148,30 +88,12 @@ export default function HomePage() {
|
||||
description="Dedicated professionals committed to your success."
|
||||
groups={[
|
||||
{
|
||||
title: "Leadership",
|
||||
members: [
|
||||
{
|
||||
name: "Alex River",
|
||||
role: "Principal Broker",
|
||||
detail: "15 years of industry excellence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-glasses-blue-suit-with-tie-lights-with-blurry-background_181624-17456.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sarah Jordan",
|
||||
role: "Director of Sales",
|
||||
detail: "Specializing in luxury markets.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151064932.jpg",
|
||||
},
|
||||
{
|
||||
name: "Mark Sterling",
|
||||
role: "Investment Analyst",
|
||||
detail: "Strategic growth expert.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/isolated-white-house-silhouette-minimal-black-landscape_1194-641505.jpg?_wi=1",
|
||||
imageAlt: "real estate agent portrait professional suit",
|
||||
},
|
||||
title: "Leadership", members: [
|
||||
{ name: "Alex River", role: "Principal Broker", detail: "15 years of industry excellence.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-glasses-blue-suit-with-tie-lights-with-blurry-background_181624-17456.jpg" },
|
||||
{ name: "Sarah Jordan", role: "Director of Sales", detail: "Specializing in luxury markets.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151064932.jpg" },
|
||||
{ name: "Mark Sterling", role: "Investment Analyst", detail: "Strategic growth expert.", imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -184,36 +106,11 @@ export default function HomePage() {
|
||||
title="Client Success"
|
||||
description="What our clients say about the WallStreet experience."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alice T.",
|
||||
role: "Homeowner",
|
||||
quote: "The team made our home sale seamless and profitable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smile-woman-talking-phone-looking-camera_23-2148317284.jpg",
|
||||
},
|
||||
{
|
||||
name: "Robert B.",
|
||||
role: "Investor",
|
||||
quote: "Market expertise that is truly unmatched in the sector.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-black-girl-happy-expression_1194-4305.jpg",
|
||||
},
|
||||
{
|
||||
name: "Elena V.",
|
||||
role: "Executive",
|
||||
quote: "Professional, efficient, and always focused on my needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg",
|
||||
},
|
||||
{
|
||||
name: "David W.",
|
||||
role: "Homeowner",
|
||||
quote: "Exceptional service during every step of the process.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stamped-paper-form-mortgage_23-2147764255.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sophie K.",
|
||||
role: "Investor",
|
||||
quote: "Strategic vision that helped grow my portfolio significantly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065008.jpg",
|
||||
},
|
||||
{ name: "Alice T.", role: "Homeowner", quote: "The team made our home sale seamless and profitable.", imageSrc: "http://img.b2bpic.net/free-photo/smile-woman-talking-phone-looking-camera_23-2148317284.jpg" },
|
||||
{ name: "Robert B.", role: "Investor", quote: "Market expertise that is truly unmatched in the sector.", imageSrc: "http://img.b2bpic.net/free-photo/young-black-girl-happy-expression_1194-4305.jpg" },
|
||||
{ name: "Elena V.", role: "Executive", quote: "Professional, efficient, and always focused on my needs.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg" },
|
||||
{ name: "David W.", role: "Homeowner", quote: "Exceptional service during every step of the process.", imageSrc: "http://img.b2bpic.net/free-photo/stamped-paper-form-mortgage_23-2147764255.jpg" },
|
||||
{ name: "Sophie K.", role: "Investor", quote: "Strategic vision that helped grow my portfolio significantly.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065008.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -226,19 +123,7 @@ export default function HomePage() {
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to common real estate inquiries."
|
||||
categories={[
|
||||
{
|
||||
name: "Buying",
|
||||
items: [
|
||||
{
|
||||
question: "How do I start?",
|
||||
answer: "Schedule a discovery call with our team.",
|
||||
},
|
||||
{
|
||||
question: "What's the process?",
|
||||
answer: "We manage research, visits, and closing.",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ name: "Buying", items: [{ question: "How do I start?", answer: "Schedule a discovery call with our team." }, { question: "What's the process?", answer: "We manage research, visits, and closing." }] }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -249,14 +134,8 @@ export default function HomePage() {
|
||||
<ContactCta
|
||||
tag="Get Started"
|
||||
text="Ready to discuss your property goals? Let's connect."
|
||||
primaryButton={{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Browse Listings",
|
||||
href: "#services",
|
||||
}}
|
||||
primaryButton={{ text: "Contact Us", href: "#" }}
|
||||
secondaryButton={{ text: "Browse Listings", href: "#services" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user