Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5a0429caea | |||
| d022ceb0b1 |
@@ -10,7 +10,7 @@ import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { Sparkles, Home, Shield } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -167,14 +167,10 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
<FooterLogoReveal
|
||||
logoText="Luxe Properties"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/shanghai-night-china_1127-3170.jpg?_wi=5"
|
||||
columns={[
|
||||
{ title: "Quick Access", items: [{ label: "Properties", href: "#properties" }, { label: "Our Team", href: "#team" }] },
|
||||
{ title: "Legals", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2025 Luxe Properties Dubai."
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "© 2025 Luxe Properties", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user