From f57a8c29b5b36a5db12ce60d07f7bb2be208feec Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 23:24:39 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 91 ++++++++++-------------------------------- 1 file changed, 21 insertions(+), 70 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b61cae6..1f3351a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -57,20 +43,11 @@ 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/empty-company-office-with-workstation-desk-business-development-space-filled-with-documents-computers-corporation-department-room-used-career-development-success_482257-60055.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/empty-company-office-with-workstation-desk-business-development-space-filled-with-documents-computers-corporation-department-room-used-career-development-success_482257-60055.jpg" mediaAnimation="slide-up" /> @@ -82,12 +59,7 @@ export default function LandingPage() { title="Trusted by Local Partners" description="Working with the best in the industry to ensure your peace of mind." names={[ - "Torres Imóveis", - "Seguros Plus", - "Local Law Firm", - "Arquitetura & Design", - "Banco Regional", - ]} + "Torres Imóveis", "Seguros Plus", "Local Law Firm", "Arquitetura & Design", "Banco Regional"]} /> @@ -96,42 +68,21 @@ export default function LandingPage() { logoText="Sandra Branquinho" columns={[ { - title: "Company", - items: [ - { - label: "About", - href: "/about", - }, - { - label: "Services", - href: "/services", - }, + title: "Company", items: [ + { label: "About", href: "/about" }, + { label: "Services", href: "/services" }, ], }, { - title: "Properties", - items: [ - { - label: "Buy", - href: "/properties", - }, - { - label: "Rent", - href: "/properties", - }, + 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: "Support", items: [ + { label: "Contact", href: "/contact" }, + { label: "WhatsApp", href: "https://wa.me/351912345678" }, ], }, ]} -- 2.49.1 From 39a70d6d7cfa5c041c6224fd3a1b865a9af5768a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 23:24:39 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 88 +++++++++------------------------------- 1 file changed, 20 insertions(+), 68 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 43867c1..c1163f4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,7 +7,7 @@ import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function ContactPage() { return (
@@ -76,15 +55,9 @@ export default function LandingPage() { description="We are available during business hours to answer your questions." features={[ { - title: "Visit", - description: "Central office in Torres Vedras.", - imageSrc: "http://img.b2bpic.net/free-photo/empty-company-office-with-workstation-desk-business-development-space-filled-with-documents-computers-corporation-department-room-used-career-development-success_482257-60055.jpg?_wi=2", - }, + title: "Visit", description: "Central office in Torres Vedras.", imageSrc: "http://img.b2bpic.net/free-photo/empty-company-office-with-workstation-desk-business-development-space-filled-with-documents-computers-corporation-department-room-used-career-development-success_482257-60055.jpg"}, { - title: "Call", - description: "Call us at +351 912 345 678", - imageSrc: "http://img.b2bpic.net/free-photo/empty-company-office-with-workstation-desk-business-development-space-filled-with-documents-computers-corporation-department-room-used-career-development-success_482257-60055.jpg?_wi=3", - }, + title: "Call", description: "Call us at +351 912 345 678", imageSrc: "http://img.b2bpic.net/free-photo/empty-company-office-with-workstation-desk-business-development-space-filled-with-documents-computers-corporation-department-room-used-career-development-success_482257-60055.jpg"}, ]} /> @@ -94,42 +67,21 @@ export default function LandingPage() { logoText="Sandra Branquinho" columns={[ { - title: "Company", - items: [ - { - label: "About", - href: "/about", - }, - { - label: "Services", - href: "/services", - }, + title: "Company", items: [ + { label: "About", href: "/about" }, + { label: "Services", href: "/services" }, ], }, { - title: "Properties", - items: [ - { - label: "Buy", - href: "/properties", - }, - { - label: "Rent", - href: "/properties", - }, + 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: "Support", items: [ + { label: "Contact", href: "/contact" }, + { label: "WhatsApp", href: "https://wa.me/351912345678" }, ], }, ]} -- 2.49.1 From 060f0c3a9dd4c15b85fe96b3f8cfcd2153d33779 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 23:24:40 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 263 +++++++++++------------------------------------ 1 file changed, 62 insertions(+), 201 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 45601b5..9bb265d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,69 +29,32 @@ export default function LandingPage() {
@@ -103,36 +66,11 @@ 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/blurred-living-room-with-black-chairs-wooden-floor_1203-1454.jpg?_wi=1", - }, - { - id: "2", - name: "Charming Detached House", - price: "€320,000", - imageSrc: "http://img.b2bpic.net/free-photo/house-forest-covered-greenery-sunlight-daytime_181624-9634.jpg?_wi=1", - }, - { - id: "3", - name: "Sea View Apartment", - price: "€290,000", - imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794684.jpg?_wi=1", - }, - { - id: "4", - name: "Urban Modern Flat", - price: "€210,000", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976621.jpg?_wi=1", - }, - { - id: "5", - name: "Family Estate Property", - price: "€480,000", - imageSrc: "http://img.b2bpic.net/free-photo/living-room-without-electric-light-inside-modern-house-blackout_123827-35881.jpg?_wi=1", - }, + { id: "1", name: "Luxury Modern Villa", price: "€550,000", imageSrc: "http://img.b2bpic.net/free-photo/blurred-living-room-with-black-chairs-wooden-floor_1203-1454.jpg" }, + { id: "2", name: "Charming Detached House", price: "€320,000", imageSrc: "http://img.b2bpic.net/free-photo/house-forest-covered-greenery-sunlight-daytime_181624-9634.jpg" }, + { id: "3", name: "Sea View Apartment", price: "€290,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794684.jpg" }, + { id: "4", name: "Urban Modern Flat", price: "€210,000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976621.jpg" }, + { id: "5", name: "Family Estate Property", price: "€480,000", imageSrc: "http://img.b2bpic.net/free-photo/living-room-without-electric-light-inside-modern-house-blackout_123827-35881.jpg" }, ]} title="Featured Properties" description="Explore our hand-picked selection of premium homes in Torres Vedras." @@ -143,73 +81,35 @@ export default function LandingPage() { @@ -217,31 +117,11 @@ export default function LandingPage() { Date: Sun, 5 Apr 2026 23:24:40 +0000 Subject: [PATCH 4/5] Update src/app/properties/page.tsx --- src/app/properties/page.tsx | 104 ++++++++---------------------------- 1 file changed, 22 insertions(+), 82 deletions(-) diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx index 248a7b0..c1133d6 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -export default function LandingPage() { +export default function PropertiesPage() { return ( @@ -55,39 +41,19 @@ export default function LandingPage() { layout="page" products={[ { - id: "1", - name: "Modern Luxury Villa", - price: "€550,000", - imageSrc: "http://img.b2bpic.net/free-photo/blurred-living-room-with-black-chairs-wooden-floor_1203-1454.jpg?_wi=4", - rating: 5, + id: "1", name: "Modern Luxury Villa", price: "€550,000", imageSrc: "http://img.b2bpic.net/free-photo/blurred-living-room-with-black-chairs-wooden-floor_1203-1454.jpg", rating: 5, }, { - id: "2", - name: "Detached Garden House", - price: "€320,000", - imageSrc: "http://img.b2bpic.net/free-photo/house-forest-covered-greenery-sunlight-daytime_181624-9634.jpg?_wi=4", - rating: 4, + id: "2", name: "Detached Garden House", price: "€320,000", imageSrc: "http://img.b2bpic.net/free-photo/house-forest-covered-greenery-sunlight-daytime_181624-9634.jpg", rating: 4, }, { - id: "3", - name: "Sea View Apartment", - price: "€290,000", - imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794684.jpg?_wi=3", - rating: 5, + id: "3", name: "Sea View Apartment", price: "€290,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794684.jpg", rating: 5, }, { - id: "4", - name: "Urban Flat", - price: "€210,000", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976621.jpg?_wi=2", - rating: 4, + id: "4", name: "Urban Flat", price: "€210,000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976621.jpg", rating: 4, }, { - id: "5", - name: "Family Estate", - price: "€480,000", - imageSrc: "http://img.b2bpic.net/free-photo/living-room-without-electric-light-inside-modern-house-blackout_123827-35881.jpg?_wi=2", - rating: 5, + id: "5", name: "Family Estate", price: "€480,000", imageSrc: "http://img.b2bpic.net/living-room-without-electric-light-inside-modern-house-blackout_123827-35881.jpg", rating: 5, }, ]} /> @@ -100,12 +66,7 @@ export default function LandingPage() { title="Client Satisfaction" description="We are honored to have assisted hundreds of families in finding their home." names={[ - "Ana", - "João", - "Sofia", - "Ricardo", - "Maria", - ]} + "Ana", "João", "Sofia", "Ricardo", "Maria"]} /> @@ -114,42 +75,21 @@ export default function LandingPage() { logoText="Sandra Branquinho" columns={[ { - title: "Company", - items: [ - { - label: "About", - href: "/about", - }, - { - label: "Services", - href: "/services", - }, + title: "Company", items: [ + { label: "About", href: "/about" }, + { label: "Services", href: "/services" }, ], }, { - title: "Properties", - items: [ - { - label: "Buy", - href: "/properties", - }, - { - label: "Rent", - href: "/properties", - }, + 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: "Support", items: [ + { label: "Contact", href: "/contact" }, + { label: "WhatsApp", href: "https://wa.me/351912345678" }, ], }, ]} -- 2.49.1 From 3e989e202ba420ddea3170f32be6e73ef904b1b4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 23:24:41 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 117 ++++++++------------------------------ 1 file changed, 24 insertions(+), 93 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 13d3c90..a56e71c 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import SplitAbout from '@/components/sections/about/SplitAbout'; -export default function LandingPage() { +export default function ServicesPage() { return ( @@ -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/beautiful-kitchen-interior-design_23-2150976621.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976621.jpg" mediaAnimation="slide-up" /> @@ -84,37 +61,12 @@ export default function LandingPage() { description="Choose the level of support you need for your property transaction." plans={[ { - id: "1", - badge: "Essential", - price: "€1,500", - subtitle: "Perfect for standard sales", - buttons: [ - { - text: "Choose", - href: "/contact", - }, - ], - features: [ - "Market evaluation", - "Basic listing", - ], + id: "1", badge: "Essential", price: "€1,500", subtitle: "Perfect for standard sales", buttons: [{ text: "Choose", href: "/contact" }], + features: ["Market evaluation", "Basic listing"], }, { - id: "2", - badge: "Premium", - price: "€2,500", - subtitle: "Full support from A to Z", - buttons: [ - { - text: "Choose", - href: "/contact", - }, - ], - features: [ - "Everything in Essential", - "Professional photos", - "Legal guidance", - ], + id: "2", badge: "Premium", price: "€2,500", subtitle: "Full support from A to Z", buttons: [{ text: "Choose", href: "/contact" }], + features: ["Everything in Essential", "Professional photos", "Legal guidance"], }, ]} /> @@ -125,42 +77,21 @@ export default function LandingPage() { logoText="Sandra Branquinho" columns={[ { - title: "Company", - items: [ - { - label: "About", - href: "/about", - }, - { - label: "Services", - href: "/services", - }, + title: "Company", items: [ + { label: "About", href: "/about" }, + { label: "Services", href: "/services" }, ], }, { - title: "Properties", - items: [ - { - label: "Buy", - href: "/properties", - }, - { - label: "Rent", - href: "/properties", - }, + 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: "Support", items: [ + { label: "Contact", href: "/contact" }, + { label: "WhatsApp", href: "https://wa.me/351912345678" }, ], }, ]} -- 2.49.1