Merge version_1 into main #2
144
src/app/page.tsx
144
src/app/page.tsx
@@ -28,21 +28,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Triada Estates"
|
||||
/>
|
||||
@@ -51,51 +43,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
title="Find Your Perfect Property in Burgas — Without Stress"
|
||||
description="Trusted local real estate experts with 5.0⭐ reviews. We handle everything from search to closing."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: 089 752 0900",
|
||||
href: "tel:0897520900",
|
||||
},
|
||||
text: "Call Now: 089 752 0900", href: "tel:0897520900"},
|
||||
{
|
||||
text: "Get a Free Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Consultation", href: "#contact"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/modern-real-estate-photography-of-a-luxu-1774699338998-0b83f2dd.png?_wi=1",
|
||||
imageAlt: "Luxury Apartment",
|
||||
},
|
||||
id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/modern-real-estate-photography-of-a-luxu-1774699338998-0b83f2dd.png", imageAlt: "Luxury Apartment"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/exterior-view-of-a-modern-apartment-comp-1774699338893-5e18347b.png?_wi=1",
|
||||
imageAlt: "Apartment Complex",
|
||||
},
|
||||
id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/exterior-view-of-a-modern-apartment-comp-1774699338893-5e18347b.png", imageAlt: "Apartment Complex"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/real-estate-agent-handing-keys-to-a-happ-1774699337550-eccdafc1.png",
|
||||
imageAlt: "Happy Buyers",
|
||||
},
|
||||
id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/real-estate-agent-handing-keys-to-a-happ-1774699337550-eccdafc1.png", imageAlt: "Happy Buyers"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/close-up-of-a-modern-home-office-desk-wi-1774699338112-a8f0cb7f.png?_wi=1",
|
||||
imageAlt: "Workspace",
|
||||
},
|
||||
id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/close-up-of-a-modern-home-office-desk-wi-1774699338112-a8f0cb7f.png", imageAlt: "Workspace"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/modern-kitchen-in-an-apartment-high-end--1774699339348-ed9f2c7f.png",
|
||||
imageAlt: "Kitchen",
|
||||
},
|
||||
id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/modern-kitchen-in-an-apartment-high-end--1774699339348-ed9f2c7f.png", imageAlt: "Kitchen"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/aerial-view-of-a-coastal-city-with-moder-1774699339888-3967a072.png",
|
||||
imageAlt: "Burgas Coastal",
|
||||
},
|
||||
id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/aerial-view-of-a-coastal-city-with-moder-1774699339888-3967a072.png", imageAlt: "Burgas Coastal"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -108,23 +77,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Buy Property",
|
||||
description: "Expert guidance finding your dream home in Burgas.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/modern-real-estate-photography-of-a-luxu-1774699338998-0b83f2dd.png?_wi=2",
|
||||
imageAlt: "Buying Property",
|
||||
},
|
||||
title: "Buy Property", description: "Expert guidance finding your dream home in Burgas.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/modern-real-estate-photography-of-a-luxu-1774699338998-0b83f2dd.png", imageAlt: "Buying Property"},
|
||||
{
|
||||
title: "Sell Property",
|
||||
description: "Maximize your property value with our expert team.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/exterior-view-of-a-modern-apartment-comp-1774699338893-5e18347b.png?_wi=2",
|
||||
imageAlt: "Selling Property",
|
||||
},
|
||||
title: "Sell Property", description: "Maximize your property value with our expert team.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/exterior-view-of-a-modern-apartment-comp-1774699338893-5e18347b.png", imageAlt: "Selling Property"},
|
||||
{
|
||||
title: "Property Consultation",
|
||||
description: "Clear insights and professional advice for buyers.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/close-up-of-a-modern-home-office-desk-wi-1774699338112-a8f0cb7f.png?_wi=2",
|
||||
imageAlt: "Consultation",
|
||||
},
|
||||
title: "Property Consultation", description: "Clear insights and professional advice for buyers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/close-up-of-a-modern-home-office-desk-wi-1774699338112-a8f0cb7f.png", imageAlt: "Consultation"},
|
||||
]}
|
||||
title="How We Help You"
|
||||
description="Your partners in achieving your real estate goals in Burgas."
|
||||
@@ -133,63 +90,33 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Daniel Al-karam",
|
||||
role: "Buyer",
|
||||
company: "Burgas Resident",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/professional-portrait-of-a-happy-client--1774699340922-2d12081b.png?_wi=1",
|
||||
},
|
||||
id: "1", name: "Daniel Al-karam", role: "Buyer", company: "Burgas Resident", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/professional-portrait-of-a-happy-client--1774699340922-2d12081b.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Gregor Zahariev",
|
||||
role: "Seller",
|
||||
company: "Local Business",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/professional-portrait-of-a-middle-aged-b-1774699336742-92bf4b47.png",
|
||||
},
|
||||
id: "2", name: "Gregor Zahariev", role: "Seller", company: "Local Business", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/professional-portrait-of-a-middle-aged-b-1774699336742-92bf4b47.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Maria Petrova",
|
||||
role: "Investor",
|
||||
company: "Investment Group",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/professional-portrait-of-a-businesswoman-1774699337122-1376126f.png",
|
||||
},
|
||||
id: "3", name: "Maria Petrova", role: "Investor", company: "Investment Group", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/professional-portrait-of-a-businesswoman-1774699337122-1376126f.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ivan Ivanov",
|
||||
role: "Buyer",
|
||||
company: "Happy Homeowner",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/professional-portrait-of-a-young-man-mod-1774699338830-76c6dfc9.png",
|
||||
},
|
||||
id: "4", name: "Ivan Ivanov", role: "Buyer", company: "Happy Homeowner", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/professional-portrait-of-a-young-man-mod-1774699338830-76c6dfc9.png"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena Dimitrova",
|
||||
role: "Buyer",
|
||||
company: "First-time Buyer",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/professional-portrait-of-a-happy-client--1774699340922-2d12081b.png?_wi=2",
|
||||
},
|
||||
id: "5", name: "Elena Dimitrova", role: "Buyer", company: "First-time Buyer", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/professional-portrait-of-a-happy-client--1774699340922-2d12081b.png"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5.0",
|
||||
label: "Average Rating",
|
||||
},
|
||||
value: "5.0", label: "Average Rating"},
|
||||
{
|
||||
value: "33+",
|
||||
label: "Happy Clients",
|
||||
},
|
||||
value: "33+", label: "Happy Clients"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Client Success",
|
||||
},
|
||||
value: "100%", label: "Client Success"},
|
||||
]}
|
||||
title="Trusted by Clients"
|
||||
description="Hear what our happy homeowners have to say."
|
||||
@@ -200,8 +127,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get In Touch"
|
||||
title="Tell Us What You're Looking For"
|
||||
description="Let us help you find the perfect property today."
|
||||
@@ -213,13 +139,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Triada Estates"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Visit Us: 34 Konstantin Velichkov St.",
|
||||
href: "https://maps.google.com",
|
||||
}}
|
||||
text: "Visit Us: 34 Konstantin Velichkov St.", href: "https://maps.google.com"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user