4 Commits

Author SHA1 Message Date
b30791cf05 Update src/app/page.tsx 2026-04-09 01:00:23 +00:00
9cc64a25a3 Merge version_15 into main
Merge version_15 into main
2026-04-09 00:46:38 +00:00
8a63ffed6c Update src/app/page.tsx 2026-04-09 00:46:35 +00:00
e04c521287 Merge version_14 into main
Merge version_14 into main
2026-04-09 00:44:59 +00:00

View File

@@ -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 FooterMedia from '@/components/sections/footer/FooterMedia';
import FooterCard from '@/components/sections/footer/FooterCard';
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 } from "lucide-react";
import { Award, Clock, Home, MapPin, Smile, Facebook, Instagram, MessageCircle } from "lucide-react";
export default function LandingPage() {
return (
@@ -79,7 +79,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Meet our OWNERS"
title="Meet our FOUNDERS"
description="The driving force behind every successful renovation."
groups={[
{ id: "g1", groupTitle: "Leadership", members: [
@@ -133,26 +133,14 @@ export default function LandingPage() {
/>
</div>
<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"
<div id="footer" data-section="footer" className="bg-gray-800 text-white p-12">
<FooterCard
logoText="Gonzalez Renovations"
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: "#" },
]},
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>