Update src/app/page.tsx
This commit is contained in:
231
src/app/page.tsx
231
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
brandName="Lone Star Court Coatings"
|
||||
/>
|
||||
@@ -57,14 +45,8 @@ export default function LandingPage() {
|
||||
logoText="Lone Star Court Coatings"
|
||||
description="Transforming your recreational surfaces with professional, high-durability coatings designed for performance and aesthetic excellence."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get A Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "View Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
{ text: "Get A Quote", href: "#contact" },
|
||||
{ text: "View Our Services", href: "#services" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/symmetric-aerial-shot-tennis-field_181624-1785.jpg"
|
||||
@@ -79,18 +61,9 @@ export default function LandingPage() {
|
||||
title="Professional Court Specialists"
|
||||
description="At Lone Star Court Coatings, we bring years of expertise to every square inch of your court. Whether you need a full resurfacing or precise line marking, our team ensures durability that stands up to the Texas elements."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Expert Application",
|
||||
description: "Precision techniques for a flawless, long-lasting finish.",
|
||||
},
|
||||
{
|
||||
title: "Premium Materials",
|
||||
description: "We use only top-grade, weather-resistant acrylic coatings.",
|
||||
},
|
||||
{
|
||||
title: "Custom Solutions",
|
||||
description: "Tailored surfacing options for tennis, pickleball, and basketball.",
|
||||
},
|
||||
{ title: "Expert Application", description: "Precision techniques for a flawless, long-lasting finish." },
|
||||
{ title: "Premium Materials", description: "We use only top-grade, weather-resistant acrylic coatings." },
|
||||
{ title: "Custom Solutions", description: "Tailored surfacing options for tennis, pickleball, and basketball." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/women-doing-jogging-together_23-2149270335.jpg"
|
||||
imageAlt="Expert team painting a sports court"
|
||||
@@ -105,23 +78,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Surface Durability",
|
||||
description: "High-resistance coatings against sun, moisture, and wear.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14737.jpg",
|
||||
imageAlt: "Surface coating texture",
|
||||
},
|
||||
title: "Surface Durability", description: "High-resistance coatings against sun, moisture, and wear.", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14737.jpg", imageAlt: "Surface coating texture"},
|
||||
{
|
||||
title: "Precision Line Marking",
|
||||
description: "Sharp, accurate boundaries for professional level play.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tennis-ball-court-ground_23-2148439857.jpg",
|
||||
imageAlt: "Line marking equipment",
|
||||
},
|
||||
title: "Precision Line Marking", description: "Sharp, accurate boundaries for professional level play.", imageSrc: "http://img.b2bpic.net/free-photo/tennis-ball-court-ground_23-2148439857.jpg", imageAlt: "Line marking equipment"},
|
||||
{
|
||||
title: "Fast-Track Resurfacing",
|
||||
description: "Efficient processes to minimize downtime for your facility.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-player-playing-basketball-outdoors-court_23-2147871604.jpg",
|
||||
imageAlt: "Court painting crew",
|
||||
},
|
||||
title: "Fast-Track Resurfacing", description: "Efficient processes to minimize downtime for your facility.", imageSrc: "http://img.b2bpic.net/free-photo/three-player-playing-basketball-outdoors-court_23-2147871604.jpg", imageAlt: "Court painting crew"},
|
||||
]}
|
||||
title="Our Specialized Services"
|
||||
description="Comprehensive coating solutions to keep your courts playable, safe, and visually striking."
|
||||
@@ -130,52 +91,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Hard Court Acrylic",
|
||||
price: "From $1,200",
|
||||
variant: "Outdoor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-tennis-ball-with-digital-art-effect_23-2151737651.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Pickleball Elite",
|
||||
price: "From $900",
|
||||
variant: "Precision",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-person-repainting-parking-lines-asphalt-parking-lot-with-yellow-paint_181624-20691.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Basketball Sealer",
|
||||
price: "From $1,500",
|
||||
variant: "Pro-Grade",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756560.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Multi-Sport Base",
|
||||
price: "From $1,800",
|
||||
variant: "Versatile",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fitness-young-man-stretching-his-leg-bleacher_23-2148162165.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Non-Slip Coating",
|
||||
price: "From $600",
|
||||
variant: "Safety",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-concrete-wall-white-color-texture-background_158595-6450.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Premium Finish",
|
||||
price: "From $2,100",
|
||||
variant: "Ultimate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-paint-can_185193-108855.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Hard Court Acrylic", price: "From $1,200", variant: "Outdoor", imageSrc: "http://img.b2bpic.net/free-photo/view-tennis-ball-with-digital-art-effect_23-2151737651.jpg" },
|
||||
{ id: "p2", name: "Pickleball Elite", price: "From $900", variant: "Precision", imageSrc: "http://img.b2bpic.net/free-photo/view-person-repainting-parking-lines-asphalt-parking-lot-with-yellow-paint_181624-20691.jpg" },
|
||||
{ id: "p3", name: "Basketball Sealer", price: "From $1,500", variant: "Pro-Grade", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756560.jpg" },
|
||||
{ id: "p4", name: "Multi-Sport Base", price: "From $1,800", variant: "Versatile", imageSrc: "http://img.b2bpic.net/free-photo/fitness-young-man-stretching-his-leg-bleacher_23-2148162165.jpg" },
|
||||
{ id: "p5", name: "Non-Slip Coating", price: "From $600", variant: "Safety", imageSrc: "http://img.b2bpic.net/free-photo/blue-concrete-wall-white-color-texture-background_158595-6450.jpg" },
|
||||
{ id: "p6", name: "Premium Finish", price: "From $2,100", variant: "Ultimate", imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-paint-can_185193-108855.jpg" }
|
||||
]}
|
||||
title="Performance Coatings"
|
||||
description="Explore our high-performance product lineup designed for diverse sport surface needs."
|
||||
@@ -186,31 +112,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sportswear-serves-tennis-ball_23-2147839266.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mike R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/half-body-shot-angry-young-man-yellow-shirt-holding-folded-blue-mat-white-surface_140725-154528.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-earphones-happily-using-cellphone-with-bottle-water-hand-backpack-shoulder-while-spending-time-racetrack-stadium_574295-1392.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/funny-mixed-race-teenagers-with-friendly-expressions-give-high-five-each-other-agree-doing-something_273609-18393.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Marcus W.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-worker-spraying-timber-with-spray-gun-woodworking-factory_637285-12067.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/woman-sportswear-serves-tennis-ball_23-2147839266.jpg" },
|
||||
{ id: "2", name: "Mike R.", imageSrc: "http://img.b2bpic.net/free-photo/half-body-shot-angry-young-man-yellow-shirt-holding-folded-blue-mat-white-surface_140725-154528.jpg" },
|
||||
{ id: "3", name: "Elena D.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-earphones-happily-using-cellphone-with-bottle-water-hand-backpack-shoulder-while-spending-time-racetrack-stadium_574295-1392.jpg" },
|
||||
{ id: "4", name: "David L.", imageSrc: "http://img.b2bpic.net/free-photo/funny-mixed-race-teenagers-with-friendly-expressions-give-high-five-each-other-agree-doing-something_273609-18393.jpg" },
|
||||
{ id: "5", name: "Marcus W.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-worker-spraying-timber-with-spray-gun-woodworking-factory_637285-12067.jpg" }
|
||||
]}
|
||||
cardTitle="Client Satisfaction"
|
||||
cardTag="Reviews"
|
||||
@@ -223,13 +129,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Tennis Central",
|
||||
"Pickleball Pro Academy",
|
||||
"City Athletics Dept",
|
||||
"University Recreation",
|
||||
"Pro Court Association",
|
||||
"Municipal Park Services",
|
||||
"Elite Private Clubs",
|
||||
"Tennis Central", "Pickleball Pro Academy", "City Athletics Dept", "University Recreation", "Pro Court Association", "Municipal Park Services", "Elite Private Clubs"
|
||||
]}
|
||||
title="Trusted Partners"
|
||||
description="We are proud to work with leading athletic organizations and property managers."
|
||||
@@ -240,21 +140,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How long does a court paint last?",
|
||||
content: "Typically 5-8 years depending on usage and local climate conditions.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer resurfacing?",
|
||||
content: "Yes, we provide full resurfacing and patching before applying new coatings.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What courts do you paint?",
|
||||
content: "We specialize in tennis, pickleball, basketball, and multi-sport courts.",
|
||||
},
|
||||
{ id: "q1", title: "How long does a court paint last?", content: "Typically 5-8 years depending on usage and local climate conditions." },
|
||||
{ id: "q2", title: "Do you offer resurfacing?", content: "Yes, we provide full resurfacing and patching before applying new coatings." },
|
||||
{ id: "q3", title: "What courts do you paint?", content: "We specialize in tennis, pickleball, basketball, and multi-sport courts." }
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Find quick answers about our process, pricing, and material quality."
|
||||
@@ -265,9 +153,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
tag="Contact Us"
|
||||
title="Ready for a Fresh Coat?"
|
||||
description="Submit your project details for a professional consultation and free estimate today."
|
||||
@@ -279,52 +165,25 @@ export default function LandingPage() {
|
||||
logoText="Lone Star Court Coatings"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Tennis Courts",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Pickleball",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Resurfacing",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
title: "Services", items: [
|
||||
{ label: "Tennis Courts", href: "#services" },
|
||||
{ label: "Pickleball", href: "#services" },
|
||||
{ label: "Resurfacing", href: "#services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 Lone Star Court Coatings. All rights reserved."
|
||||
/>
|
||||
@@ -332,4 +191,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user