Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0bc375df63 | |||
| 01e32e3bdb | |||
| 938d54e297 | |||
| 54ef6b3a0c | |||
| 8764364dfd | |||
| ab4ea0cac4 | |||
| 299fe893e0 | |||
| 873b1afa46 | |||
| 406357c2d4 | |||
| 3ef302a36f | |||
| 581db92833 | |||
| b072643602 |
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery";
|
||||
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
||||
import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven";
|
||||
import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree";
|
||||
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
|
||||
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
|
||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
@@ -20,8 +20,8 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="aurora"
|
||||
cardStyle="subtle-shadow"
|
||||
background="none"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="normal"
|
||||
@@ -72,11 +72,11 @@ export default function LandingPage() {
|
||||
description="Curated selection of designer-furnished apartments and villas in Bratislava's premium neighborhoods"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Luxury Apartment – Horský Park", price: "€850,000", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=3", imageAlt: "Luxury apartment in Horský Park with modern furnishings"},
|
||||
id: "1", name: "ZARIADENÁ 7-izbová moderná vila s bazénom a 2 výťahmi na hradnom kopci", price: "€850,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQT4HK8aMuKNI9ns73a5g1Bh6G/uploaded-1772532725304-ssv8zyjh.png", imageAlt: "Luxury apartment in Horský Park with modern furnishings"},
|
||||
{
|
||||
id: "2", name: "Premium Villa – Hrad District", price: "€1,200,000", imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg?_wi=2", imageAlt: "Exclusive villa in Hrad district with architectural design"},
|
||||
id: "2", name: "Moderne zariadený a klimatizovaný 4-izbový byt Horský park", price: "€1,200,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQT4HK8aMuKNI9ns73a5g1Bh6G/uploaded-1772532725304-dncfcna2.png", imageAlt: "Exclusive villa in Hrad district with architectural design"},
|
||||
{
|
||||
id: "3", name: "Downtown Penthouse – Central Bratislava", price: "€950,000", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg?_wi=2", imageAlt: "High-end penthouse with city views in central location"},
|
||||
id: "3", name: "4-izbový výnimočný dizajnovo zariadený byt Horský Park", price: "€950,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQT4HK8aMuKNI9ns73a5g1Bh6G/uploaded-1772532725303-43efebuh.png", imageAlt: "High-end penthouse with city views in central location"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -86,7 +86,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentySeven
|
||||
<FeatureCardThree
|
||||
title="Our Services & Expertise"
|
||||
description="Comprehensive real estate solutions tailored to your investment goals"
|
||||
features={[
|
||||
|
||||
Reference in New Issue
Block a user