15 Commits

Author SHA1 Message Date
fca881faae Update src/app/page.tsx 2026-04-09 01:26:16 +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
73690b90fc Update src/app/page.tsx 2026-04-09 00:42:56 +00:00
a14769d35a Merge version_12 into main
Merge version_12 into main
2026-04-09 00:40:29 +00:00
bbf88f2695 Update src/app/page.tsx 2026-04-09 00:40:26 +00:00
d7a01f2f65 Merge version_11 into main
Merge version_11 into main
2026-04-09 00:30:18 +00:00
3a73efba8c Update src/app/page.tsx 2026-04-09 00:30:15 +00:00
099350ec4e Merge version_11 into main
Merge version_11 into main
2026-04-09 00:29:55 +00:00
694d718006 Update src/app/page.tsx 2026-04-09 00:29:52 +00:00
1130b2aaf5 Merge version_10 into main
Merge version_10 into main
2026-04-09 00:23:15 +00:00

View File

@@ -9,7 +9,7 @@ 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 ContactCenter from '@/components/sections/contact/ContactCenter';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import { Award, Clock, Home, MapPin, Smile } from "lucide-react";
export default function LandingPage() {
@@ -46,13 +46,12 @@ 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"
}}
imageSrc="http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg"
imageSrc="http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=1"
frameStyle="card"
/>
</div>
@@ -80,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: [
@@ -107,11 +106,18 @@ export default function LandingPage() {
</div>
<div id="estimate" data-section="estimate">
<ContactCenter
tag="Get Started"
<ContactSplitForm
title="Request An Estimate"
description="Provide your details below to begin your renovation journey with us. We serve all major areas in the greater Austin metro region."
background={{ variant: "gradient-bars" }}
inputs={[
{ name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
{ name: "projectType", type: "text", placeholder: "Project Type" }
]}
textarea={{ name: "message", placeholder: "Tell us about your project", rows: 4, required: true }}
onSubmit={(data) => console.log("Form submitted to endpoint:", data)}
imageSrc="http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=2"
mediaPosition="right"
useInvertedBackground={false}
/>
</div>
@@ -130,7 +136,7 @@ export default function LandingPage() {
<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 Renovations"
logoText="Gonzalez Framin and paiting"
columns={[
{ title: "Navigation", items: [
{ label: "Home", href: "#hero" },