Update src/app/page.tsx
This commit is contained in:
@@ -9,7 +9,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { Sparkles, Wrench, Paintbrush, Home, TapeMeasure, Lamp, TreeDeciduous, Hammer, Handshake, Scale, Users, Target, CalendarDays, ShieldCheck } from "lucide-react";
|
||||
import { Sparkles, Wrench, Paintbrush, Home, Tape, Lamp, TreeDeciduous, Hammer, Handshake, Scale, Users, Target, CalendarDays, ShieldCheck } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -55,15 +55,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
tag={"SINCE 2004"}
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation={"entrance-slide"}
|
||||
tagAnimation={"slide-up"}
|
||||
buttons={[
|
||||
{ text: "GET A QUOTE", href: "#contact" },
|
||||
{ text: "OUR WORK", href: "#portfolio" }
|
||||
]}
|
||||
buttonAnimation={"entrance-slide"}
|
||||
buttonAnimation={"slide-up"}
|
||||
imageSrc={"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EcdzUMT5C99d1bCI1tQov6yJFO/uploaded-1780482301154-3ehni8p4.png"}
|
||||
imageAlt={"Line art illustration of a construction worker"}
|
||||
mediaAnimation={"entrance-slide"}
|
||||
mediaAnimation={"slide-up"}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
@@ -79,8 +79,8 @@ export default function LandingPage() {
|
||||
tag={"ABOUT US"}
|
||||
imageSrc={"http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15619.jpg"}
|
||||
imageAlt={"Bay Builders PE team at a construction site"}
|
||||
mediaAnimation={"entrance-slide"}
|
||||
metricsAnimation={"entrance-slide"}
|
||||
mediaAnimation={"slide-up"}
|
||||
metricsAnimation={"slide-up"}
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
@@ -89,11 +89,11 @@ export default function LandingPage() {
|
||||
{ title: "TURN KEY", description: "Comprehensive project management from concept to completion, delivering ready-to-use spaces.", bentoComponent: "reveal-icon", icon: Wrench },
|
||||
{ title: "RENOVATIONS", description: "Transforming existing spaces with modern designs and functional upgrades.", bentoComponent: "reveal-icon", icon: Paintbrush },
|
||||
{ title: "NEW BUILDS", description: "Constructing bespoke residential and commercial properties from the ground up.", bentoComponent: "reveal-icon", icon: Home },
|
||||
{ title: "ALTERATIONS", description: "Structural modifications and expansions to enhance space and functionality.", bentoComponent: "reveal-icon", icon: TapeMeasure },
|
||||
{ title: "ALTERATIONS", description: "Structural modifications and expansions to enhance space and functionality.", bentoComponent: "reveal-icon", icon: Tape },
|
||||
{ title: "INTERIOR DESIGN", description: "Crafting beautiful and functional interiors that reflect your style and needs.", bentoComponent: "reveal-icon", icon: Lamp },
|
||||
{ title: "EXTERIOR WORKS", description: "Expert solutions for facades, landscaping, and outdoor structures.", bentoComponent: "reveal-icon", icon: TreeDeciduous }
|
||||
]}
|
||||
animationType={"entrance-slide"}
|
||||
animationType={"slide-up"}
|
||||
title={"OUR EXPERTISE"}
|
||||
description={"From ground-up builds to intricate remodels, our skilled team delivers superior craftsmanship across a comprehensive range of construction services."}
|
||||
textboxLayout={"default"}
|
||||
@@ -109,7 +109,7 @@ export default function LandingPage() {
|
||||
{ title: "CLIENT-FOCUSED DEDICATION", description: "Your vision is our blueprint. We listen, collaborate, and deliver results that truly exceed expectations.", bentoComponent: "icon-info-cards", items: [{ icon: Users, label: "Partnership", value: "Collaborative" }, { icon: Target, label: "Results", value: "Exceeding" }] },
|
||||
{ title: "EXPERIENCE YOU CAN TRUST", description: "With over 19 years in the industry, our proven track record speaks volumes about our expertise and reliability.", bentoComponent: "icon-info-cards", items: [{ icon: CalendarDays, label: "Since", value: "2004" }, { icon: ShieldCheck, label: "Reliability", value: "Guaranteed" }] }
|
||||
]}
|
||||
animationType={"entrance-slide"}
|
||||
animationType={"slide-up"}
|
||||
title={"WHY PARTNER WITH US?"}
|
||||
description={"Choose Bay Builders PE for unparalleled dedication to your project's success. We stand by our core values, delivering results that exceed expectations."}
|
||||
textboxLayout={"default"}
|
||||
@@ -129,7 +129,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
carouselMode={"buttons"}
|
||||
gridVariant={"bento-grid"}
|
||||
animationType={"entrance-slide"}
|
||||
animationType={"slide-up"}
|
||||
title={"OUR FEATURED PROJECTS"}
|
||||
description={"Explore our gallery of completed projects, showcasing the diversity and quality of our work across Gqeberha and the Eastern Cape."}
|
||||
textboxLayout={"default"}
|
||||
@@ -174,7 +174,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
imageSrc={"http://img.b2bpic.net/free-photo/aerial-view-coastal-town-with-houses-nestled-trees-road-leading-ocean_1308-189696.jpg"}
|
||||
imageAlt={"Google Map of Bay Builders PE location in Gqeberha"}
|
||||
mediaAnimation={"entrance-slide"}
|
||||
mediaAnimation={"slide-up"}
|
||||
mediaPosition={"left"}
|
||||
buttonText={"SEND YOUR QUOTE REQUEST"}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user