13 Commits

Author SHA1 Message Date
4281fafd4f Switch to version 14: modified src/app/page.tsx 2026-04-09 01:26:42 +00:00
e71e731966 Merge version_15 into main
Merge version_15 into main
2026-04-09 01:26:19 +00:00
fca881faae Update src/app/page.tsx 2026-04-09 01:26:16 +00:00
779a6d044d Switch to version 15: modified src/app/page.tsx 2026-04-09 01:25:14 +00:00
c8dd7dd5e8 Merge version_16 into main
Merge version_16 into main
2026-04-09 01:00:29 +00:00
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
6fa4d67c56 Update src/app/page.tsx 2026-04-09 00:44:56 +00:00
053714d62b Switch to version 11: modified src/app/page.tsx 2026-04-09 00:43:34 +00:00
3776722ac5 Switch to version 12: modified src/app/page.tsx 2026-04-09 00:43:30 +00:00
8c97403841 Merge version_13 into main
Merge version_13 into main
2026-04-09 00:42:59 +00:00

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactText from '@/components/sections/contact/ContactText';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -46,8 +46,7 @@ export default function LandingPage() {
logoText="Gonzalez Renovations"
description="Premier home renovation specialists serving the greater Austin area. Transforming local houses into high-end dream homes with expert craftsmanship."
buttons={[
{ text: "Start Project", onClick: () => window.location.href = "mailto:Gonzalezrenovationservices@gmail.com" },
{ text: "Our Portfolio", onClick: () => window.location.href = "https://google.com" }
{ text: "Start Project", onClick: () => window.location.href = "mailto:Gonzalezrenovationservices@gmail.com" }
]}
background={{
variant: "gradient-bars"
@@ -58,18 +57,20 @@ export default function LandingPage() {
</div>
<div id="services" data-section="services">
<FeatureCardThree
<FeatureCardTwentyThree
animationType="slide-up"
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
features={[
{ title: "Roof Installation", description: "Complete roof replacements with high-quality, durable materials designed to withstand the Texas elements.", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-installing-roof_1234.jpg?_wi=1" },
{ title: "Roof Repair", description: "Expert diagnosis and repair of leaks, damaged shingles, and structural issues to protect your home.", imageSrc: "http://img.b2bpic.net/free-photo/roof-repair-service_5678.jpg?_wi=1" },
{ title: "Maintenance", description: "Proactive roof inspections and preventative maintenance to extend the lifespan of your roofing investment.", imageSrc: "http://img.b2bpic.net/free-photo/roof-maintenance-tools_9101.jpg?_wi=1" },
{ id: "f1", title: "Kitchen Remodeling", tags: ["Modern", "Custom"], imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=1" },
{ id: "f2", title: "Bathroom Suites", tags: ["Spa", "Elegant"], imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=2" },
{ id: "f3", title: "Home Extensions", tags: ["Spacious", "Seamless"], imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=3" },
{ id: "f4", title: "Flooring & Tiling", tags: ["Durable", "Classic"], imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=4" },
{ id: "f5", title: "Exterior Renovations", tags: ["Curb Appeal", "Stone"], imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=5" },
{ id: "f6", title: "Custom Carpentry", tags: ["Bespoke", "Detailed"], imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=6" },
]}
title="Roofing Services"
description="Expert roofing solutions to keep your home safe, dry, and protected for years to come."
title="Our Expertise"
description="Comprehensive renovation solutions designed to enhance the value and beauty of your home."
/>
</div>
@@ -142,8 +143,8 @@ export default function LandingPage() {
{ label: "About", href: "#about" },
]},
{ title: "Services", items: [
{ label: "Roofing", href: "#services" },
{ label: "Kitchens", href: "#services" },
{ label: "Baths", href: "#services" },
]},
{ title: "Company", items: [
{ label: "Portfolio", href: "#gallery" },