Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fa37e555fd | |||
| a80e92ce48 | |||
| 737913eaac | |||
| 07d6c80d42 | |||
| 4bf512577d | |||
| 38094b207e | |||
| 3eee1756b0 | |||
| 9510eb3632 |
@@ -9,8 +9,8 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Building2, Calendar, Leaf, MapPin, Zap } from 'lucide-react';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Building2, Calendar, Leaf, MapPin, Zap, Twitter, Linkedin, Mail, Phone } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
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."
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Explore Properties", href: "#properties" },
|
||||
{ text: "View Available Units", href: "#properties" },
|
||||
{ text: "Schedule Viewing", href: "#contact" }
|
||||
]}
|
||||
layoutOrder="default"
|
||||
@@ -214,43 +214,16 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Properties", href: "#properties" },
|
||||
{ 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: "#" }
|
||||
]
|
||||
}
|
||||
<FooterCard
|
||||
logoText="Orlická Rezidence"
|
||||
copyrightText="© 2025 Orlická Rezidence. All rights reserved. Luxury Residential Development in Jaroměř, Czech Republic"
|
||||
socialLinks={[
|
||||
{ icon: Mail, href: "mailto:info@orlicka-rezidence.cz", ariaLabel: "Email us" },
|
||||
{ icon: Phone, href: "tel:+420326123456", ariaLabel: "Call us" },
|
||||
{ icon: Linkedin, href: "https://linkedin.com/company/orlicka-rezidence", ariaLabel: "LinkedIn" }
|
||||
]}
|
||||
bottomLeftText="© 2025 Orlická Rezidence. All rights reserved."
|
||||
bottomRightText="Luxury Residential Development in Jaroměř"
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -11,14 +11,14 @@
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f5f5f5;
|
||||
--foreground: #000000;
|
||||
--primary-cta: #d4af37;
|
||||
--primary-cta-text: #000000;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #000000;
|
||||
--accent: #1a1a1a;
|
||||
--background-accent: #e8e8e8;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000f06e6;
|
||||
--primary-cta: #0a7039;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000f06e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user