Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d72d5b7f97 | |||
| 118364bfd1 | |||
| a360666c7e | |||
| d6a0409cda | |||
| 35404a4415 | |||
| d8f6df9585 | |||
| a9a28beb4e | |||
| da3edfb7dc | |||
| 238376ebe1 | |||
| 473b5e169b | |||
| 23fbdf3ff0 | |||
| 1c74845498 |
@@ -6,7 +6,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
|
|||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||||
import { Award, Clock, Home, MapPin, ShieldCheck, Smile } from "lucide-react";
|
import { Award, Clock, Home, MapPin, ShieldCheck, Smile } from "lucide-react";
|
||||||
@@ -40,46 +40,23 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
name: "Contact", id: "contact"},
|
name: "Contact", id: "contact"},
|
||||||
]}
|
]}
|
||||||
brandName="Gonzalez Renovations"
|
brandName=""
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCentered
|
<HeroLogoBillboard
|
||||||
background={{
|
logoText="Gonzalez Renovations"
|
||||||
variant: "gradient-bars"}}
|
description="Premier home renovation specialists serving the greater Austin area. Transforming local houses into high-end dream homes with expert craftsmanship."
|
||||||
title="Elevating Spaces, Redefining Luxury."
|
|
||||||
description="Expert home renovations tailored to your vision. Crafting legacy through precision and passion."
|
|
||||||
avatars={[
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg", alt: "Client 1"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg", alt: "Client 2"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg", alt: "Client 3"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg", alt: "Client 4"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg", alt: "Client 5"},
|
|
||||||
]}
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Start Project", href: "#contact" },
|
||||||
text: "Start Project", href: "#contact"},
|
{ text: "Our Portfolio", href: "#gallery" }
|
||||||
]}
|
|
||||||
marqueeItems={[
|
|
||||||
{
|
|
||||||
type: "text", text: "Licensed & Insured"},
|
|
||||||
{
|
|
||||||
type: "text-icon", text: "Award Winning", icon: Award,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text", text: "Sustainable Materials"},
|
|
||||||
{
|
|
||||||
type: "text-icon", text: "Certified Experts", icon: ShieldCheck,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text", text: "Precision Craftsmanship"},
|
|
||||||
]}
|
]}
|
||||||
|
background={{
|
||||||
|
variant: "gradient-bars"
|
||||||
|
}}
|
||||||
|
imageSrc="http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg"
|
||||||
|
frameStyle="card"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -149,10 +126,10 @@ export default function LandingPage() {
|
|||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
icon: Home,
|
icon: Home,
|
||||||
label: "Homes Renovated", value: "450+"},
|
label: "Homes Renovated", value: "670+"},
|
||||||
{
|
{
|
||||||
icon: Clock,
|
icon: Clock,
|
||||||
label: "Years Experience", value: "20+"},
|
label: "Years Experience", value: "14+"},
|
||||||
{
|
{
|
||||||
icon: Smile,
|
icon: Smile,
|
||||||
label: "Happy Clients", value: "99%"},
|
label: "Happy Clients", value: "99%"},
|
||||||
|
|||||||
Reference in New Issue
Block a user