Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-04-05 23:14:26 +00:00
5 changed files with 105 additions and 570 deletions

View File

@@ -25,28 +25,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Properties",
id: "/properties",
},
{
name: "Services",
id: "/services",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Properties", id: "/properties" },
{ name: "Services", id: "/services" },
{ name: "Contact", id: "/contact" }
]}
brandName="Sandra Branquinho"
button={{ text: "Get Started", href: "/contact" }}
/>
</div>
@@ -57,18 +43,9 @@ export default function LandingPage() {
title="Expertise You Can Trust"
description="With over a decade of experience in Torres Vedras, Sandra Branquinho provides unmatched professional insights to help you navigate the local property market efficiently and confidently."
bulletPoints={[
{
title: "Market Knowledge",
description: "Deep understanding of the Torres Vedras region.",
},
{
title: "Personalized Approach",
description: "Tailored strategies for sellers and buyers.",
},
{
title: "Client Integrity",
description: "Honesty and full transparency at every step.",
},
{ title: "Market Knowledge", description: "Deep understanding of the Torres Vedras region." },
{ title: "Personalized Approach", description: "Tailored strategies for sellers and buyers." },
{ title: "Client Integrity", description: "Honesty and full transparency at every step." }
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065019.jpg"
mediaAnimation="slide-up"
@@ -83,16 +60,8 @@ export default function LandingPage() {
description="Learn more about our agency values and process."
faqsAnimation="slide-up"
faqs={[
{
id: "a1",
title: "How long has Sandra been active?",
content: "Sandra has over 10 years of dedicated experience in real estate.",
},
{
id: "a2",
title: "What makes your agency different?",
content: "Our personal attention to every client and local deep-rooted knowledge.",
},
{ id: "a1", title: "How long has Sandra been active?", content: "Sandra has over 10 years of dedicated experience in real estate." },
{ id: "a2", title: "What makes your agency different?", content: "Our personal attention to every client and local deep-rooted knowledge." }
]}
/>
</div>
@@ -101,45 +70,9 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="Sandra Branquinho"
columns={[
{
title: "Company",
items: [
{
label: "About",
href: "/about",
},
{
label: "Services",
href: "/services",
},
],
},
{
title: "Properties",
items: [
{
label: "Buy",
href: "/properties",
},
{
label: "Rent",
href: "/properties",
},
],
},
{
title: "Support",
items: [
{
label: "Contact",
href: "/contact",
},
{
label: "WhatsApp",
href: "https://wa.me/351912345678",
},
],
},
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/services" }] },
{ title: "Properties", items: [{ label: "Buy", href: "/properties" }, { label: "Rent", href: "/properties" }] },
{ title: "Support", items: [{ label: "Contact", href: "/contact" }, { label: "WhatsApp", href: "https://wa.me/351912345678" }] }
]}
copyrightText="© 2024 Sandra Branquinho Imobiliária. All rights reserved."
/>
@@ -147,4 +80,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -25,46 +25,25 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Properties",
id: "/properties",
},
{
name: "Services",
id: "/services",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Properties", id: "/properties" },
{ name: "Services", id: "/services" },
{ name: "Contact", id: "/contact" }
]}
brandName="Sandra Branquinho"
button={{ text: "Get Started", href: "/contact" }}
/>
</div>
<div id="contact-body" data-section="contact-body">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Let's Talk"
title="Visit Us in Torres Vedras"
description="Have questions about our properties or services? Contact our team directly via form or WhatsApp today."
buttons={[
{
text: "WhatsApp Us",
href: "https://wa.me/351912345678",
},
]}
buttons={[{ text: "WhatsApp Us", href: "https://wa.me/351912345678" }]}
/>
</div>
@@ -76,16 +55,8 @@ export default function LandingPage() {
description="Frequently asked questions about reaching our team."
faqsAnimation="slide-up"
faqs={[
{
id: "c1",
title: "What are your office hours?",
content: "We are available Mon-Fri, 9am to 6pm.",
},
{
id: "c2",
title: "How fast do you respond?",
content: "We typically reply to all inquiries within 24 hours.",
},
{ id: "c1", title: "What are your office hours?", content: "We are available Mon-Fri, 9am to 6pm." },
{ id: "c2", title: "How fast do you respond?", content: "We typically reply to all inquiries within 24 hours." }
]}
/>
</div>
@@ -94,45 +65,9 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="Sandra Branquinho"
columns={[
{
title: "Company",
items: [
{
label: "About",
href: "/about",
},
{
label: "Services",
href: "/services",
},
],
},
{
title: "Properties",
items: [
{
label: "Buy",
href: "/properties",
},
{
label: "Rent",
href: "/properties",
},
],
},
{
title: "Support",
items: [
{
label: "Contact",
href: "/contact",
},
{
label: "WhatsApp",
href: "https://wa.me/351912345678",
},
],
},
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/services" }] },
{ title: "Properties", items: [{ label: "Buy", href: "/properties" }, { label: "Rent", href: "/properties" }] },
{ title: "Support", items: [{ label: "Contact", href: "/contact" }, { label: "WhatsApp", href: "https://wa.me/351912345678" }] }
]}
copyrightText="© 2024 Sandra Branquinho Imobiliária. All rights reserved."
/>
@@ -140,4 +75,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -29,73 +29,30 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Properties",
id: "/properties",
},
{
name: "Services",
id: "/services",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Properties", id: "/properties" },
{ name: "Services", id: "/services" },
{ name: "Contact", id: "/contact" }
]}
brandName="Sandra Branquinho"
button={{ text: "Get Started", href: "/contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Find Your Dream Home in Torres Vedras"
description="Your trusted partner in buying, selling, or renting properties. Excellence and local expertise in every transaction."
buttons={[
{
text: "View Properties",
href: "/properties",
},
{
text: "Contact Us",
href: "/contact",
},
]}
buttons={[{ text: "View Properties", href: "/properties" }, { text: "Contact Us", href: "/contact" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg?_wi=1",
imageAlt: "Luxury home exterior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg?_wi=2",
imageAlt: "Luxury home exterior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg?_wi=3",
imageAlt: "Luxury home exterior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg?_wi=4",
imageAlt: "Luxury home exterior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg?_wi=5",
imageAlt: "Luxury home exterior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg?_wi=6",
imageAlt: "Luxury home exterior",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg", imageAlt: "Luxury home exterior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg", imageAlt: "Luxury home exterior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg", imageAlt: "Luxury home exterior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg", imageAlt: "Luxury home exterior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg", imageAlt: "Luxury home exterior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg", imageAlt: "Luxury home exterior" }
]}
/>
</div>
@@ -107,42 +64,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Luxury Modern Villa",
price: "€550,000",
imageSrc: "http://img.b2bpic.net/free-photo/men-women-working-office_23-2147668762.jpg?_wi=1",
},
{
id: "2",
name: "Charming Detached House",
price: "€320,000",
imageSrc: "http://img.b2bpic.net/free-photo/old-buildings-gardens-nesebar-bulgaria_627829-14114.jpg?_wi=1",
},
{
id: "3",
name: "Sea View Apartment",
price: "€290,000",
imageSrc: "http://img.b2bpic.net/free-photo/no-people-empty-desk-with-laptop-computer-apartment-use-modern-digital-technology-entertainment-nobody-home-office-with-interior-decorations-creative-indoors-style_482257-42172.jpg?_wi=1",
},
{
id: "4",
name: "Urban Modern Flat",
price: "€210,000",
imageSrc: "http://img.b2bpic.net/free-photo/shot-wooden-table-with-wooden-chairs-near-window-curtains-kitchen-with-black-interior_181624-4177.jpg?_wi=1",
},
{
id: "5",
name: "Family Estate Property",
price: "€480,000",
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-large-windows-comfortable-furniture_9975-33081.jpg?_wi=1",
},
{
id: "6",
name: "Classic Stone House",
price: "€385,000",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976540.jpg?_wi=1",
},
{ id: "1", name: "Luxury Modern Villa", price: "€550,000", imageSrc: "http://img.b2bpic.net/free-photo/men-women-working-office_23-2147668762.jpg" },
{ id: "2", name: "Charming Detached House", price: "€320,000", imageSrc: "http://img.b2bpic.net/free-photo/old-buildings-gardens-nesebar-bulgaria_627829-14114.jpg" },
{ id: "3", name: "Sea View Apartment", price: "€290,000", imageSrc: "http://img.b2bpic.net/free-photo/no-people-empty-desk-with-laptop-computer-apartment-use-modern-digital-technology-entertainment-nobody-home-office-with-interior-decorations-creative-indoors-style_482257-42172.jpg" },
{ id: "4", name: "Urban Modern Flat", price: "€210,000", imageSrc: "http://img.b2bpic.net/free-photo/shot-wooden-table-with-wooden-chairs-near-window-curtains-kitchen-with-black-interior_181624-4177.jpg" },
{ id: "5", name: "Family Estate Property", price: "€480,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-large-windows-comfortable-furniture_9975-33081.jpg" },
{ id: "6", name: "Classic Stone House", price: "€385,000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976540.jpg" }
]}
title="Featured Properties"
description="Explore our hand-picked selection of premium homes in Torres Vedras."
@@ -153,70 +80,23 @@ export default function LandingPage() {
<FeatureCardTen
textboxLayout="split"
useInvertedBackground={true}
animationType="slide-up"
features={[
{
title: "Local Expertise",
description: "Years of in-depth experience in the Torres Vedras market.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/men-women-working-office_23-2147668762.jpg?_wi=2",
imageAlt: "Local expert",
},
items: [
{
icon: MapPin,
text: "Total local knowledge",
},
{
icon: Award,
text: "Market leaders",
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg?_wi=7",
imageAlt: "luxury villa exterior modern architecture",
title: "Local Expertise", description: "Years of in-depth experience in the Torres Vedras market.", media: { imageSrc: "http://img.b2bpic.net/free-photo/men-women-working-office_23-2147668762.jpg", imageAlt: "Local expert" },
items: [{ icon: MapPin, text: "Total local knowledge" }, { icon: Award, text: "Market leaders" }],
reverse: false
},
{
title: "Personalized Service",
description: "We treat every client with the individual attention they deserve.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/old-buildings-gardens-nesebar-bulgaria_627829-14114.jpg?_wi=2",
imageAlt: "Service",
},
items: [
{
icon: Heart,
text: "Bespoke support",
},
{
icon: Users,
text: "Dedicated team",
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/men-women-working-office_23-2147668762.jpg?_wi=3",
imageAlt: "modern apartment interior bright",
title: "Personalized Service", description: "We treat every client with the individual attention they deserve.", media: { imageSrc: "http://img.b2bpic.net/free-photo/old-buildings-gardens-nesebar-bulgaria_627829-14114.jpg", imageAlt: "Service" },
items: [{ icon: Heart, text: "Bespoke support" }, { icon: Users, text: "Dedicated team" }],
reverse: true
},
{
title: "Full Support",
description: "From search to contract signing, we handle everything.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/no-people-empty-desk-with-laptop-computer-apartment-use-modern-digital-technology-entertainment-nobody-home-office-with-interior-decorations-creative-indoors-style_482257-42172.jpg?_wi=2",
imageAlt: "Support",
},
items: [
{
icon: CheckCircle,
text: "End-to-end guidance",
},
{
icon: Briefcase,
text: "Legal assistance",
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/old-buildings-gardens-nesebar-bulgaria_627829-14114.jpg?_wi=3",
imageAlt: "cozy detached house garden",
},
title: "Full Support", description: "From search to contract signing, we handle everything.", media: { imageSrc: "http://img.b2bpic.net/free-photo/no-people-empty-desk-with-laptop-computer-apartment-use-modern-digital-technology-entertainment-nobody-home-office-with-interior-decorations-creative-indoors-style_482257-42172.jpg", imageAlt: "Support" },
items: [{ icon: CheckCircle, text: "End-to-end guidance" }, { icon: Briefcase, text: "Legal assistance" }],
reverse: false
}
]}
title="Why Choose Our Agency"
description="We combine local deep-knowledge with full transparency and dedicated client support."
@@ -226,36 +106,16 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
useInvertedBackground={false}
cardAnimation="slide-up"
testimonials={[
{
id: "1",
name: "Ana Silva",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-brunette-woman-dressed-gray-elegant-jacket-posing-with-hands-pockets-while-leaning-table-room-with-loft-interior-looking-camera_613910-18669.jpg",
},
{
id: "2",
name: "João Pereira",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-senior-man-holding-his-phone_23-2148404331.jpg",
},
{
id: "3",
name: "Sofia Mendes",
imageSrc: "http://img.b2bpic.net/free-photo/confident-smiling-young-woman-standing-kitchen_23-2147916396.jpg",
},
{
id: "4",
name: "Ricardo Santos",
imageSrc: "http://img.b2bpic.net/free-photo/happy-friendly-mature-business-man-wearing-jacket-glasses-posing-indoors-looking-camera_74855-9997.jpg",
},
{
id: "5",
name: "Maria Lima",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg",
},
{ id: "1", name: "Ana Silva", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-brunette-woman-dressed-gray-elegant-jacket-posing-with-hands-pockets-while-leaning-table-room-with-loft-interior-looking-camera_613910-18669.jpg" },
{ id: "2", name: "João Pereira", imageSrc: "http://img.b2bpic.net/free-photo/smiley-senior-man-holding-his-phone_23-2148404331.jpg" },
{ id: "3", name: "Sofia Mendes", imageSrc: "http://img.b2bpic.net/free-photo/confident-smiling-young-woman-standing-kitchen_23-2147916396.jpg" },
{ id: "4", name: "Ricardo Santos", imageSrc: "http://img.b2bpic.net/free-photo/happy-friendly-mature-business-man-wearing-jacket-glasses-posing-indoors-looking-camera_74855-9997.jpg" },
{ id: "5", name: "Maria Lima", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg" }
]}
cardTitle="Client Stories"
cardTag="Testimonials"
cardAnimation="slide-up"
/>
</div>
@@ -267,31 +127,11 @@ export default function LandingPage() {
description="Get quick answers to the most frequently asked questions about buying or selling properties in Torres Vedras."
faqsAnimation="slide-up"
faqs={[
{
id: "1",
title: "Do you offer property valuations?",
content: "Yes, we provide professional and accurate property valuations based on current market trends.",
},
{
id: "2",
title: "How do you help with legal procedures?",
content: "We work closely with local legal partners to ensure all documentation is handled correctly.",
},
{
id: "3",
title: "Can I list my property with you?",
content: "Absolutely. Reach out via our contact form to discuss selling your property.",
},
{
id: "4",
title: "Do you handle rental management?",
content: "Yes, we offer full-scale rental management services for both landlords and tenants.",
},
{
id: "5",
title: "Why is Torres Vedras a good choice?",
content: "It offers a perfect blend of beach lifestyle, modern amenities, and proximity to Lisbon.",
},
{ id: "1", title: "Do you offer property valuations?", content: "Yes, we provide professional and accurate property valuations based on current market trends." },
{ id: "2", title: "How do you help with legal procedures?", content: "We work closely with local legal partners to ensure all documentation is handled correctly." },
{ id: "3", title: "Can I list my property with you?", content: "Absolutely. Reach out via our contact form to discuss selling your property." },
{ id: "4", title: "Do you handle rental management?", content: "Yes, we offer full-scale rental management services for both landlords and tenants." },
{ id: "5", title: "Why is Torres Vedras a good choice?", content: "It offers a perfect blend of beach lifestyle, modern amenities, and proximity to Lisbon." }
]}
/>
</div>
@@ -300,45 +140,9 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="Sandra Branquinho"
columns={[
{
title: "Company",
items: [
{
label: "About",
href: "/about",
},
{
label: "Services",
href: "/services",
},
],
},
{
title: "Properties",
items: [
{
label: "Buy",
href: "/properties",
},
{
label: "Rent",
href: "/properties",
},
],
},
{
title: "Support",
items: [
{
label: "Contact",
href: "/contact",
},
{
label: "WhatsApp",
href: "https://wa.me/351912345678",
},
],
},
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/services" }] },
{ title: "Properties", items: [{ label: "Buy", href: "/properties" }, { label: "Rent", href: "/properties" }] },
{ title: "Support", items: [{ label: "Contact", href: "/contact" }, { label: "WhatsApp", href: "https://wa.me/351912345678" }] }
]}
copyrightText="© 2024 Sandra Branquinho Imobiliária. All rights reserved."
/>
@@ -346,4 +150,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -25,28 +25,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Properties",
id: "/properties",
},
{
name: "Services",
id: "/services",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Properties", id: "/properties" },
{ name: "Services", id: "/services" },
{ name: "Contact", id: "/contact" }
]}
brandName="Sandra Branquinho"
button={{ text: "Get Started", href: "/contact" }}
/>
</div>
@@ -59,20 +45,8 @@ export default function LandingPage() {
title="Latest Listings"
description="New properties hitting the market this week."
products={[
{
id: "p1",
name: "Modern Villa",
price: "€520,000",
variant: "Luxury",
imageSrc: "http://img.b2bpic.net/free-photo/men-women-working-office_23-2147668762.jpg?_wi=4",
},
{
id: "p2",
name: "Garden House",
price: "€300,000",
variant: "Detached",
imageSrc: "http://img.b2bpic.net/free-photo/old-buildings-gardens-nesebar-bulgaria_627829-14114.jpg?_wi=4",
},
{ id: "p1", name: "Modern Villa", price: "€520,000", imageSrc: "http://img.b2bpic.net/free-photo/men-women-working-office_23-2147668762.jpg" },
{ id: "p2", name: "Garden House", price: "€300,000", imageSrc: "http://img.b2bpic.net/free-photo/old-buildings-gardens-nesebar-bulgaria_627829-14114.jpg" }
]}
/>
</div>
@@ -85,16 +59,8 @@ export default function LandingPage() {
description="Everything about our listing process."
faqsAnimation="slide-up"
faqs={[
{
id: "p3",
title: "How are properties selected?",
content: "We carefully vet every property to ensure quality and value.",
},
{
id: "p4",
title: "Can I visit these properties?",
content: "Yes, just contact us to schedule a viewing time.",
},
{ id: "p3", title: "How are properties selected?", content: "We carefully vet every property to ensure quality and value." },
{ id: "p4", title: "Can I visit these properties?", content: "Yes, just contact us to schedule a viewing time." }
]}
/>
</div>
@@ -103,45 +69,9 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="Sandra Branquinho"
columns={[
{
title: "Company",
items: [
{
label: "About",
href: "/about",
},
{
label: "Services",
href: "/services",
},
],
},
{
title: "Properties",
items: [
{
label: "Buy",
href: "/properties",
},
{
label: "Rent",
href: "/properties",
},
],
},
{
title: "Support",
items: [
{
label: "Contact",
href: "/contact",
},
{
label: "WhatsApp",
href: "https://wa.me/351912345678",
},
],
},
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/services" }] },
{ title: "Properties", items: [{ label: "Buy", href: "/properties" }, { label: "Rent", href: "/properties" }] },
{ title: "Support", items: [{ label: "Contact", href: "/contact" }, { label: "WhatsApp", href: "https://wa.me/351912345678" }] }
]}
copyrightText="© 2024 Sandra Branquinho Imobiliária. All rights reserved."
/>
@@ -149,4 +79,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -25,28 +25,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Properties",
id: "/properties",
},
{
name: "Services",
id: "/services",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Properties", id: "/properties" },
{ name: "Services", id: "/services" },
{ name: "Contact", id: "/contact" }
]}
brandName="Sandra Branquinho"
button={{ text: "Get Started", href: "/contact" }}
/>
</div>
@@ -57,20 +43,11 @@ export default function LandingPage() {
title="Comprehensive Real Estate Services"
description="Whether you are looking to purchase your dream home, sell an asset, or find the perfect rental, our agency provides full-scale assistance tailored to your specific objectives."
bulletPoints={[
{
title: "Property Acquisition",
description: "Expert advice on buying the right property for you.",
},
{
title: "Sales Representation",
description: "Professional marketing and negotiation to maximize value.",
},
{
title: "Rental Management",
description: "Full vetting and support for landlords and tenants.",
},
{ title: "Property Acquisition", description: "Expert advice on buying the right property for you." },
{ title: "Sales Representation", description: "Professional marketing and negotiation to maximize value." },
{ title: "Rental Management", description: "Full vetting and support for landlords and tenants." }
]}
imageSrc="http://img.b2bpic.net/free-photo/shot-wooden-table-with-wooden-chairs-near-window-curtains-kitchen-with-black-interior_181624-4177.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/shot-wooden-table-with-wooden-chairs-near-window-curtains-kitchen-with-black-interior_181624-4177.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -83,16 +60,8 @@ export default function LandingPage() {
title="Service Process"
description="Steps to get started with our agency."
features={[
{
title: "Initial Consultation",
description: "Free meeting to understand your goals.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-large-windows-comfortable-furniture_9975-33081.jpg?_wi=2",
},
{
title: "Action Plan",
description: "Custom strategy created for you.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976540.jpg?_wi=2",
},
{ title: "Initial Consultation", description: "Free meeting to understand your goals.", imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-large-windows-comfortable-furniture_9975-33081.jpg" },
{ title: "Action Plan", description: "Custom strategy created for you.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976540.jpg" }
]}
/>
</div>
@@ -101,45 +70,9 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="Sandra Branquinho"
columns={[
{
title: "Company",
items: [
{
label: "About",
href: "/about",
},
{
label: "Services",
href: "/services",
},
],
},
{
title: "Properties",
items: [
{
label: "Buy",
href: "/properties",
},
{
label: "Rent",
href: "/properties",
},
],
},
{
title: "Support",
items: [
{
label: "Contact",
href: "/contact",
},
{
label: "WhatsApp",
href: "https://wa.me/351912345678",
},
],
},
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/services" }] },
{ title: "Properties", items: [{ label: "Buy", href: "/properties" }, { label: "Rent", href: "/properties" }] },
{ title: "Support", items: [{ label: "Contact", href: "/contact" }, { label: "WhatsApp", href: "https://wa.me/351912345678" }] }
]}
copyrightText="© 2024 Sandra Branquinho Imobiliária. All rights reserved."
/>
@@ -147,4 +80,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}