6 Commits

Author SHA1 Message Date
a80e92ce48 Update theme colors 2026-03-11 19:20:51 +00:00
07d6c80d42 Update src/app/page.tsx 2026-03-11 19:12:30 +00:00
4bf512577d Merge version_2 into main
Merge version_2 into main
2026-03-11 19:10:57 +00:00
38094b207e Update src/app/page.tsx 2026-03-11 19:10:53 +00:00
3eee1756b0 Merge version_1 into main
Merge version_1 into main
2026-03-11 18:57:04 +00:00
9510eb3632 Merge version_1 into main
Merge version_1 into main
2026-03-11 18:56:41 +00:00
2 changed files with 19 additions and 46 deletions

View File

@@ -9,8 +9,8 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import ContactFaq from '@/components/sections/contact/ContactFaq'; import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterSimple from '@/components/sections/footer/FooterSimple'; import FooterCard from '@/components/sections/footer/FooterCard';
import { Building2, Calendar, Leaf, MapPin, Zap } from 'lucide-react'; import { Building2, Calendar, Leaf, MapPin, Zap, Twitter, Linkedin, Mail, Phone } from 'lucide-react';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -46,7 +46,7 @@ export default function LandingPage() {
description="Discover sophisticated luxury living in the heart of Jaroměř. Our premium residential complex combines contemporary design with timeless elegance, offering the perfect blend of comfort and prestige." description="Discover sophisticated luxury living in the heart of Jaroměř. Our premium residential complex combines contemporary design with timeless elegance, offering the perfect blend of comfort and prestige."
background={{ variant: "plain" }} background={{ variant: "plain" }}
buttons={[ buttons={[
{ text: "Explore Properties", href: "#properties" }, { text: "View Available Units", href: "#properties" },
{ text: "Schedule Viewing", href: "#contact" } { text: "Schedule Viewing", href: "#contact" }
]} ]}
layoutOrder="default" layoutOrder="default"
@@ -214,43 +214,16 @@ export default function LandingPage() {
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterSimple <FooterCard
columns={[ logoText="Orlická Rezidence"
{ copyrightText="© 2025 Orlická Rezidence. All rights reserved. Luxury Residential Development in Jaroměř, Czech Republic"
title: "Navigation", items: [ socialLinks={[
{ label: "Home", href: "#hero" }, { icon: Mail, href: "mailto:info@orlicka-rezidence.cz", ariaLabel: "Email us" },
{ label: "About", href: "#about" }, { icon: Phone, href: "tel:+420326123456", ariaLabel: "Call us" },
{ label: "Properties", href: "#properties" }, { icon: Linkedin, href: "https://linkedin.com/company/orlicka-rezidence", ariaLabel: "LinkedIn" }
{ label: "Contact", href: "#contact" }
]
},
{
title: "Company", items: [
{ label: "About Us", href: "#" },
{ label: "Our Vision", href: "#" },
{ label: "Careers", href: "#" },
{ label: "Blog", href: "#" }
]
},
{
title: "Contact", items: [
{ label: "Email: info@orlicka-rezidence.cz", href: "#" },
{ label: "Phone: +420 326 123 456", href: "#" },
{ label: "Jaroměř, Czech Republic", href: "#" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" }
]
}
]} ]}
bottomLeftText="© 2025 Orlická Rezidence. All rights reserved."
bottomRightText="Luxury Residential Development in Jaroměř"
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #ffffff; --background: #ffffff;
--card: #f5f5f5; --card: #f9f9f9;
--foreground: #000000; --foreground: #000f06e6;
--primary-cta: #d4af37; --primary-cta: #0a7039;
--primary-cta-text: #000000; --primary-cta-text: #ffffff;
--secondary-cta: #ffffff; --secondary-cta: #f9f9f9;
--secondary-cta-text: #000000; --secondary-cta-text: #000f06e6;
--accent: #1a1a1a; --accent: #e2e2e2;
--background-accent: #e8e8e8; --background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);