Update src/app/page.tsx
This commit is contained in:
@@ -18,7 +18,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
<HeroBillboard
|
||||
title="Transform Your Home Into a Private Resort"
|
||||
description="Pearl Construction specializes in luxury pools, remodeling, and residential construction across San Antonio. We deliver stunning results with clear communication, reliable timelines, and craftsmanship you can trust."
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="San Antonio's Luxury Builders"
|
||||
buttons={[
|
||||
{ text: "Get Your Free Estimate", href: "#contact" },
|
||||
@@ -105,16 +105,16 @@ export default function LandingPage() {
|
||||
description="The Pearl Construction advantage: precision, trust, and local expertise."
|
||||
features={[
|
||||
{
|
||||
title: "Clear Communication", description: "No surprises. We keep you informed every step of the way.", imageSrc: "http://img.b2bpic.net/free-photo/weekend-mature-couple-enjoying-good-weather-near-swimming-pool_259150-57796.jpg?_wi=1", imageAlt: "luxury resort pool backyard"
|
||||
title: "Clear Communication", description: "No surprises. We keep you informed every step of the way.", imageSrc: "http://img.b2bpic.net/free-photo/weekend-mature-couple-enjoying-good-weather-near-swimming-pool_259150-57796.jpg", imageAlt: "luxury resort pool backyard"
|
||||
},
|
||||
{
|
||||
title: "Reliable Timelines", description: "We set realistic schedules and deliver on them.", imageSrc: "http://img.b2bpic.net/free-photo/attic-kitchen-wooden-ceiling-modern-blue-fronts_169016-68929.jpg?_wi=1", imageAlt: "luxury home kitchen renovation"
|
||||
title: "Reliable Timelines", description: "We set realistic schedules and deliver on them.", imageSrc: "http://img.b2bpic.net/free-photo/attic-kitchen-wooden-ceiling-modern-blue-fronts_169016-68929.jpg", imageAlt: "luxury home kitchen renovation"
|
||||
},
|
||||
{
|
||||
title: "Quality Craftsmanship", description: "Every detail matters. Premium materials and skilled artisans.", imageSrc: "http://img.b2bpic.net/free-photo/terrace-exterior-building_1203-2586.jpg?_wi=1", imageAlt: "luxury outdoor living space"
|
||||
title: "Quality Craftsmanship", description: "Every detail matters. Premium materials and skilled artisans.", imageSrc: "http://img.b2bpic.net/free-photo/terrace-exterior-building_1203-2586.jpg", imageAlt: "luxury outdoor living space"
|
||||
},
|
||||
{
|
||||
title: "Local San Antonio Company", description: "We're part of the community and proud to serve local homeowners.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathtub-inside-bedroom-hotel_1150-10837.jpg?_wi=1", imageAlt: "luxury bathroom spa renovation"
|
||||
title: "Local San Antonio Company", description: "We're part of the community and proud to serve local homeowners.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathtub-inside-bedroom-hotel_1150-10837.jpg", imageAlt: "luxury bathroom spa renovation"
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
@@ -160,8 +160,6 @@ export default function LandingPage() {
|
||||
{ value: "20+", label: "Years Experience" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="What Homeowners Say"
|
||||
description="Real testimonials from San Antonio families who trust Pearl Construction."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -174,19 +172,19 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Pearl Construction", name: "Resort-Style Pool Paradise", price: "Custom", rating: 5,
|
||||
reviewCount: "12 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/weekend-mature-couple-enjoying-good-weather-near-swimming-pool_259150-57796.jpg?_wi=2", imageAlt: "luxury resort pool backyard"
|
||||
reviewCount: "12 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/weekend-mature-couple-enjoying-good-weather-near-swimming-pool_259150-57796.jpg", imageAlt: "luxury resort pool backyard"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Pearl Construction", name: "Luxury Kitchen Transformation", price: "Custom", rating: 5,
|
||||
reviewCount: "8 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/attic-kitchen-wooden-ceiling-modern-blue-fronts_169016-68929.jpg?_wi=2", imageAlt: "luxury home kitchen renovation"
|
||||
reviewCount: "8 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/attic-kitchen-wooden-ceiling-modern-blue-fronts_169016-68929.jpg", imageAlt: "luxury home kitchen renovation"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Pearl Construction", name: "Outdoor Oasis Retreat", price: "Custom", rating: 5,
|
||||
reviewCount: "15 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/terrace-exterior-building_1203-2586.jpg?_wi=2", imageAlt: "luxury outdoor living space"
|
||||
reviewCount: "15 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/terrace-exterior-building_1203-2586.jpg", imageAlt: "luxury outdoor living space"
|
||||
},
|
||||
{
|
||||
id: "4", brand: "Pearl Construction", name: "Master Bath Spa Haven", price: "Custom", rating: 5,
|
||||
reviewCount: "9 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathtub-inside-bedroom-hotel_1150-10837.jpg?_wi=2", imageAlt: "luxury bathroom spa renovation"
|
||||
reviewCount: "9 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathtub-inside-bedroom-hotel_1150-10837.jpg", imageAlt: "luxury bathroom spa renovation"
|
||||
},
|
||||
{
|
||||
id: "5", brand: "Pearl Construction", name: "Modern Home Expansion", price: "Custom", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user