Update src/app/page.tsx

This commit is contained in:
2026-05-10 03:52:14 +00:00
parent 9a29d6c6b4
commit 639fd33b90

View File

@@ -12,7 +12,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Building2, Home, ArrowRight } from "lucide-react";
import { Building2, Home } from "lucide-react";
export default function LandingPage() {
return (
@@ -43,10 +43,9 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitTestimonial
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
title="High Quality General Roofing & Construction"
description="We deliver top-tier roofing solutions and professional general construction. Your vision, built to last with quality materials and expert craftsmanship."
background={{ variant: "gradient-bars" }}
buttons={[{ text: "Get Your Free Estimate", href: "#contact" }]}
testimonials={[
{ name: "John Doe", handle: "@jdoe", testimonial: "The roofing job was efficient, clean, and perfectly finished.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-measuring-wooden-plank_53876-63289.jpg?_wi=1", imageAlt: "residential roof construction professional" },
@@ -96,7 +95,7 @@ export default function LandingPage() {
<div id="projects" data-section="projects">
<ProductCardOne
animationType="slide-up"
textboxLayout="default"
textboxLayout="split"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
products={[
@@ -128,11 +127,11 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{ id: "1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/young-male-model-posing-outdoor_23-2148289284.jpg" },
{ id: "2", name: "Michael Roberts", imageSrc: "http://img.b2bpic.net/free-photo/closeup-goodlooking-tender-friendly-pretty-middleaged-30s-woman-extend-arm-hold-camera-hand-smiling-broadly-taking-selfie-photographing-record-videomessage-calling-husband_176420-51274.jpg" },
]}
showRating={true}
testimonials={[
{ id: "1", name: "Sarah Miller", handle: "@smiller", testimonial: "Excellent roof work, very professional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-male-model-posing-outdoor_23-2148289284.jpg" },
{ id: "2", name: "Michael Roberts", handle: "@mroberts", testimonial: "Reliable construction team, satisfied with results.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-goodlooking-tender-friendly-pretty-middleaged-30s-woman-extend-arm-hold-camera-hand-smiling-broadly-taking-selfie-photographing-record-videomessage-calling-husband_176420-51274.jpg" },
]}
title="Client Feedback"
description="Hear from our partners and satisfied homeowners."
/>