Files
7c6ae50b-357e-47f7-93e5-716…/src/app/page.tsx
2026-04-05 23:25:05 +00:00

173 lines
8.4 KiB
TypeScript

"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { Award, Briefcase, CheckCircle, Heart, MapPin, Users } from "lucide-react";
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="elastic-effect"
defaultTextAnimation="background-highlight"
borderRadius="rounded"
contentWidth="medium"
sizing="largeSmallSizeLargeTitles"
background="blurBottom"
cardStyle="glass-elevated"
primaryButtonStyle="flat"
secondaryButtonStyle="layered"
headingFontWeight="medium"
>
<ReactLenis root>
<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" },
]}
brandName="Sandra Branquinho"
button={{ text: "Contact", href: "/contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
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" },
]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-after-shower-towel-stands-balcony-villa-drink-coffee-tea-perfect-start-day-calm-relaxed-female-meets-new-day_343596-2053.jpg?_wi=1", imageAlt: "Luxury home exterior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-after-shower-towel-stands-balcony-villa-drink-coffee-tea-perfect-start-day-calm-relaxed-female-meets-new-day_343596-2053.jpg?_wi=2", imageAlt: "Beautiful morning light on house" },
{ imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-after-shower-towel-stands-balcony-villa-drink-coffee-tea-perfect-start-day-calm-relaxed-female-meets-new-day_343596-2053.jpg?_wi=3", imageAlt: "Modern architecture facade" },
{ imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-after-shower-towel-stands-balcony-villa-drink-coffee-tea-perfect-start-day-calm-relaxed-female-meets-new-day_343596-2053.jpg?_wi=4", imageAlt: "Premium real estate view" },
{ imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-after-shower-towel-stands-balcony-villa-drink-coffee-tea-perfect-start-day-calm-relaxed-female-meets-new-day_343596-2053.jpg?_wi=5", imageAlt: "Elegant residential property" },
]}
/>
</div>
<div id="featured" data-section="featured">
<ProductCardOne
animationType="slide-up"
textboxLayout="split"
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" },
]}
title="Featured Properties"
description="Explore our hand-picked selection of premium homes in Torres Vedras."
/>
</div>
<div id="benefits" data-section="benefits">
<FeatureCardTen
textboxLayout="split"
useInvertedBackground={true}
animationType="slide-up"
title="Why Choose Our Agency"
description="We combine local deep-knowledge with full transparency and dedicated client support."
features={[
{
title: "Local Expertise", description: "Years of in-depth experience in the Torres Vedras market.", media: { imageSrc: "http://img.b2bpic.net/free-photo/blurred-living-room-with-black-chairs-wooden-floor_1203-1454.jpg?_wi=2", 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/house-forest-covered-greenery-sunlight-daytime_181624-9634.jpg?_wi=2", 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/modern-living-room-interior-design_23-2150794684.jpg?_wi=2", imageAlt: "Support" },
items: [
{ icon: CheckCircle, text: "End-to-end guidance" },
{ icon: Briefcase, text: "Legal assistance" },
],
reverse: false,
},
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Ana Silva", imageSrc: "http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg" },
{ id: "2", name: "João Pereira", imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg" },
{ id: "3", name: "Sofia Mendes", imageSrc: "http://img.b2bpic.net/free-photo/laughing-young-girl-dressed-elegant-gray-dress-standing-with-crossed-arms-while-leaning-against-brick-wall-looking-camera_613910-6516.jpg" },
{ id: "4", name: "Ricardo Santos", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-woman-smiling-confident-drinking-coffee-new-home_839833-34774.jpg" },
{ id: "5", name: "Maria Lima", imageSrc: "http://img.b2bpic.net/free-photo/couple-portrait_23-2147997686.jpg" },
]}
cardTitle="Client Stories"
cardTag="Testimonials"
cardAnimation="slide-up"
/>
</div>
<div id="product" data-section="product">
<ProductCardThree
title=""
description=""
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<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" },
],
},
]}
copyrightText="© 2024 Sandra Branquinho Imobiliária. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}