Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 69b4e31403 |
@@ -11,6 +11,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
|
|||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
|
import FluidBackground from '@/components/background/FluidBackground';
|
||||||
import { Award, Sparkles, Heart, Trophy, Clock, Users, Hammer, Headphones, Mail, Briefcase, Star } from 'lucide-react';
|
import { Award, Sparkles, Heart, Trophy, Clock, Users, Hammer, Headphones, Mail, Briefcase, Star } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -214,7 +215,9 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact" className="relative overflow-hidden">
|
||||||
|
<FluidBackground className="absolute inset-0 z-0" />
|
||||||
|
<div className="relative z-10">
|
||||||
<ContactCTA
|
<ContactCTA
|
||||||
tag="Get In Touch"
|
tag="Get In Touch"
|
||||||
tagIcon={Mail}
|
tagIcon={Mail}
|
||||||
@@ -230,14 +233,18 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer" className="relative overflow-hidden">
|
||||||
|
<FluidBackground className="absolute inset-0 z-0" />
|
||||||
|
<div className="relative z-10">
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="Anvx"
|
logoText="Anvx"
|
||||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||||
rightLink={{ text: "© 2024 Anvx Luxury. All Rights Reserved.", href: "#" }}
|
rightLink={{ text: "© 2024 Anvx Luxury. All Rights Reserved.", href: "#" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user