Compare commits
1 Commits
version_16
...
version_15
| Author | SHA1 | Date | |
|---|---|---|---|
| fca881faae |
@@ -5,12 +5,12 @@ import ReactLenis from "lenis/react";
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import { Award, Clock, Home, MapPin, Smile, Facebook, Instagram, MessageCircle } from "lucide-react";
|
||||
import { Award, Clock, Home, MapPin, Smile } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -133,14 +133,26 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer" className="bg-gray-800 text-white p-12">
|
||||
<FooterCard
|
||||
logoText="Gonzalez Renovations"
|
||||
copyrightText="© 2025 Gonzalez Renovations | All Rights Reserved"
|
||||
socialLinks={[
|
||||
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Facebook" },
|
||||
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" },
|
||||
{ icon: MessageCircle, href: "https://wa.me/", ariaLabel: "WhatsApp" }
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hands-engineer-working-blueprint-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-480.jpg?id=1238642"
|
||||
logoText="Gonzalez Framin and paiting"
|
||||
columns={[
|
||||
{ title: "Navigation", items: [
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "About", href: "#about" },
|
||||
]},
|
||||
{ title: "Services", items: [
|
||||
{ label: "Kitchens", href: "#services" },
|
||||
{ label: "Baths", href: "#services" },
|
||||
]},
|
||||
{ title: "Company", items: [
|
||||
{ label: "Portfolio", href: "#gallery" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
]},
|
||||
{ title: "Legal", items: [
|
||||
{ label: "Privacy", href: "#" },
|
||||
]},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user