Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
180
src/app/page.tsx
180
src/app/page.tsx
@@ -31,6 +31,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="EstatePro"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Properties", id: "#properties" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -42,36 +48,22 @@ export default function LandingPage() {
|
||||
imageAlt="Luxury home exterior"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-streets-switzerland_8353-9666.jpg",
|
||||
alt: "Agent 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-streets-switzerland_8353-9666.jpg", alt: "Agent 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/nature-travel-blue-beauty-decoration_1203-4929.jpg",
|
||||
alt: "Agent 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/nature-travel-blue-beauty-decoration_1203-4929.jpg", alt: "Agent 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-young-woman-stairs_23-2149204468.jpg",
|
||||
alt: "Agent 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-young-woman-stairs_23-2149204468.jpg", alt: "Agent 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-swimming-pool-resort_1339-7054.jpg",
|
||||
alt: "Agent 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-swimming-pool-resort_1339-7054.jpg", alt: "Agent 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-hallway-office-lounge-room_1262-12372.jpg",
|
||||
alt: "Agent 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-hallway-office-lounge-room_1262-12372.jpg", alt: "Agent 5"},
|
||||
]}
|
||||
avatarText="Join 500+ satisfied clients"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Listings",
|
||||
href: "#properties",
|
||||
},
|
||||
text: "View Listings", href: "#properties"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -81,20 +73,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Mission",
|
||||
},
|
||||
type: "text", content: "Our Mission"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/3d-rendering-business-meeting-yellow-working-room-with-stair_105762-1996.jpg",
|
||||
alt: "Agents",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/3d-rendering-business-meeting-yellow-working-room-with-stair_105762-1996.jpg", alt: "Agents"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,41 +92,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Modern Villa",
|
||||
price: "$1,200,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-walking-towards-restaurant_23-2147680609.jpg",
|
||||
},
|
||||
id: "p1", name: "Modern Villa", price: "$1,200,000", imageSrc: "http://img.b2bpic.net/free-photo/friends-walking-towards-restaurant_23-2147680609.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "City Condo",
|
||||
price: "$750,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg",
|
||||
},
|
||||
id: "p2", name: "City Condo", price: "$750,000", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Spacious Home",
|
||||
price: "$950,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-son-chair-hugging_23-2148443159.jpg",
|
||||
},
|
||||
id: "p3", name: "Spacious Home", price: "$950,000", imageSrc: "http://img.b2bpic.net/free-photo/mother-son-chair-hugging_23-2148443159.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Garden House",
|
||||
price: "$890,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tranquil-space-with-plants_1137-266.jpg",
|
||||
},
|
||||
id: "p4", name: "Garden House", price: "$890,000", imageSrc: "http://img.b2bpic.net/free-photo/tranquil-space-with-plants_1137-266.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Luxury Apartment",
|
||||
price: "$1,100,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorative-shiny-vase-interior-modern-kitchen_169016-20020.jpg",
|
||||
},
|
||||
id: "p5", name: "Luxury Apartment", price: "$1,100,000", imageSrc: "http://img.b2bpic.net/free-photo/decorative-shiny-vase-interior-modern-kitchen_169016-20020.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Masterpiece Home",
|
||||
price: "$2,500,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929560.jpg",
|
||||
},
|
||||
id: "p6", name: "Masterpiece Home", price: "$2,500,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929560.jpg"},
|
||||
]}
|
||||
title="Featured Listings"
|
||||
description="Explore our curated selection of properties."
|
||||
@@ -156,20 +117,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Expert Guidance",
|
||||
description: "Local market experts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/storage-house-with-cloudy-blue-sky-background_181624-16836.jpg",
|
||||
},
|
||||
title: "Expert Guidance", description: "Local market experts.", imageSrc: "http://img.b2bpic.net/free-photo/storage-house-with-cloudy-blue-sky-background_181624-16836.jpg"},
|
||||
{
|
||||
title: "Transparent Process",
|
||||
description: "Clear step by step guidance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-person-street-people-sunglasses_1157-4042.jpg",
|
||||
},
|
||||
title: "Transparent Process", description: "Clear step by step guidance.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-person-street-people-sunglasses_1157-4042.jpg"},
|
||||
{
|
||||
title: "High ROI",
|
||||
description: "Best property investments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-house-with-tiled-roof_169016-29073.jpg",
|
||||
},
|
||||
title: "High ROI", description: "Best property investments.", imageSrc: "http://img.b2bpic.net/free-photo/old-house-with-tiled-roof_169016-29073.jpg"},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="Key services for your property journey."
|
||||
@@ -182,45 +134,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Amazing Service",
|
||||
quote: "They made it easy.",
|
||||
name: "Alice",
|
||||
role: "Buyer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-posing-new-flat_23-2147758702.jpg",
|
||||
},
|
||||
id: "1", title: "Amazing Service", quote: "They made it easy.", name: "Alice", role: "Buyer", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-posing-new-flat_23-2147758702.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Professional",
|
||||
quote: "Professional and helpful.",
|
||||
name: "Bob",
|
||||
role: "Seller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg",
|
||||
},
|
||||
id: "2", title: "Professional", quote: "Professional and helpful.", name: "Bob", role: "Seller", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Fast Sale",
|
||||
quote: "Sold my home in record time.",
|
||||
name: "Charlie",
|
||||
role: "Seller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-inside-their-new-home-holding-house-plans_23-2148895457.jpg",
|
||||
},
|
||||
id: "3", title: "Fast Sale", quote: "Sold my home in record time.", name: "Charlie", role: "Seller", imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-inside-their-new-home-holding-house-plans_23-2148895457.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Dream Home",
|
||||
quote: "Found my ideal home quickly.",
|
||||
name: "David",
|
||||
role: "Buyer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-taking-keys-from-car-dealer_23-2148384895.jpg",
|
||||
},
|
||||
id: "4", title: "Dream Home", quote: "Found my ideal home quickly.", name: "David", role: "Buyer", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-taking-keys-from-car-dealer_23-2148384895.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Smooth Transaction",
|
||||
quote: "Expert support throughout.",
|
||||
name: "Emma",
|
||||
role: "Buyer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065039.jpg",
|
||||
},
|
||||
id: "5", title: "Smooth Transaction", quote: "Expert support throughout.", name: "Emma", role: "Buyer", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065039.jpg"},
|
||||
]}
|
||||
title="Client Stories"
|
||||
description="What our happy clients say."
|
||||
@@ -232,14 +154,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Realtor Inc",
|
||||
"Home Global",
|
||||
"Property Trust",
|
||||
"Estate Alliance",
|
||||
"Build Safe",
|
||||
"Living Proud",
|
||||
"Vision Homes",
|
||||
]}
|
||||
"Realtor Inc", "Home Global", "Property Trust", "Estate Alliance", "Build Safe", "Living Proud", "Vision Homes"]}
|
||||
title="Trusted Partners"
|
||||
description="Working with industry leaders."
|
||||
/>
|
||||
@@ -251,20 +166,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How to start?",
|
||||
content: "Contact our office.",
|
||||
},
|
||||
id: "1", title: "How to start?", content: "Contact our office."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Fees?",
|
||||
content: "Fixed transparent rates.",
|
||||
},
|
||||
id: "2", title: "Fees?", content: "Fixed transparent rates."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Timelines?",
|
||||
content: "Varies by project.",
|
||||
},
|
||||
id: "3", title: "Timelines?", content: "Varies by project."},
|
||||
]}
|
||||
title="FAQ"
|
||||
description="Your questions answered."
|
||||
@@ -278,14 +184,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Ready to sell or buy?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#footer",
|
||||
},
|
||||
text: "Contact Us", href: "#footer"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -294,16 +197,11 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
title: "Links", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Properties",
|
||||
href: "#properties",
|
||||
},
|
||||
label: "Properties", href: "#properties"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user