Compare commits
13 Commits
version_13
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 4281fafd4f | |||
| e71e731966 | |||
| fca881faae | |||
| 779a6d044d | |||
| c8dd7dd5e8 | |||
| b30791cf05 | |||
| 9cc64a25a3 | |||
| 8a63ffed6c | |||
| e04c521287 | |||
| 6fa4d67c56 | |||
| 053714d62b | |||
| 3776722ac5 | |||
| 8c97403841 |
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user