Merge version_1 into main #1
230
src/app/page.tsx
230
src/app/page.tsx
@@ -33,23 +33,16 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "products",
|
||||
},
|
||||
name: "Portfolio", id: "products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Epoxy Texas"
|
||||
button={{ text: "Get Quote", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -59,13 +52,9 @@ export default function LandingPage() {
|
||||
description="Transform your concrete into durable, high-gloss masterpieces. Serving homeowners and businesses across Texas with premium resin coating solutions."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Your Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Your Quote", href: "#contact"},
|
||||
{
|
||||
text: "View Portfolio",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Portfolio", href: "#products"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/spaces-parking-lot_1127-35.jpg"
|
||||
@@ -78,20 +67,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Crafting Excellence Underfoot",
|
||||
},
|
||||
type: "text", content: "Crafting Excellence Underfoot"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/glittery-golden-black-wrapping-paper_53876-88533.jpg",
|
||||
alt: "Epoxy flooring application",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/glittery-golden-black-wrapping-paper_53876-88533.jpg", alt: "Epoxy flooring application"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Process",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Our Process", href: "#features"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -103,26 +85,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Durability",
|
||||
subtitle: "Built for traffic",
|
||||
category: "Strength",
|
||||
value: "Lifetime",
|
||||
},
|
||||
id: "f1", title: "Durability", subtitle: "Built for traffic", category: "Strength", value: "Lifetime"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Aesthetics",
|
||||
subtitle: "Infinite colors",
|
||||
category: "Design",
|
||||
value: "Custom",
|
||||
},
|
||||
id: "f2", title: "Aesthetics", subtitle: "Infinite colors", category: "Design", value: "Custom"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Maintenance",
|
||||
subtitle: "Easy to clean",
|
||||
category: "Utility",
|
||||
value: "Low",
|
||||
},
|
||||
id: "f3", title: "Maintenance", subtitle: "Easy to clean", category: "Utility", value: "Low"},
|
||||
]}
|
||||
title="Premium Flooring Solutions"
|
||||
description="We deliver professional-grade epoxy applications designed for longevity and aesthetics."
|
||||
@@ -137,59 +104,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Design",
|
||||
name: "Marble Grey",
|
||||
price: "Contact for quote",
|
||||
rating: 5,
|
||||
reviewCount: "24",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-texture-background-copy-space_1194-607455.jpg",
|
||||
},
|
||||
id: "p1", brand: "Design", name: "Marble Grey", price: "Contact for quote", rating: 5,
|
||||
reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/stone-texture-background-copy-space_1194-607455.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Design",
|
||||
name: "Metallic Blue",
|
||||
price: "Contact for quote",
|
||||
rating: 5,
|
||||
reviewCount: "18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-foam-surface-with-pink-yellow-paint-colors_23-2148078932.jpg",
|
||||
},
|
||||
id: "p2", brand: "Design", name: "Metallic Blue", price: "Contact for quote", rating: 5,
|
||||
reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/close-up-foam-surface-with-pink-yellow-paint-colors_23-2148078932.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Design",
|
||||
name: "Industrial Gray",
|
||||
price: "Contact for quote",
|
||||
rating: 5,
|
||||
reviewCount: "32",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-grey-wall-grunge-concrete-background-with-natural-cement-texture_1253-1082.jpg",
|
||||
},
|
||||
id: "p3", brand: "Design", name: "Industrial Gray", price: "Contact for quote", rating: 5,
|
||||
reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/old-grey-wall-grunge-concrete-background-with-natural-cement-texture_1253-1082.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Design",
|
||||
name: "Classic White",
|
||||
price: "Contact for quote",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thin-puff-smoke_23-2147734795.jpg",
|
||||
},
|
||||
id: "p4", brand: "Design", name: "Classic White", price: "Contact for quote", rating: 5,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/thin-puff-smoke_23-2147734795.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Design",
|
||||
name: "Solid Granite",
|
||||
price: "Contact for quote",
|
||||
rating: 5,
|
||||
reviewCount: "21",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-texture-background_1194-8545.jpg",
|
||||
},
|
||||
id: "p5", brand: "Design", name: "Solid Granite", price: "Contact for quote", rating: 5,
|
||||
reviewCount: "21", imageSrc: "http://img.b2bpic.net/free-photo/stone-texture-background_1194-8545.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Design",
|
||||
name: "Flake Texture",
|
||||
price: "Contact for quote",
|
||||
rating: 5,
|
||||
reviewCount: "29",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-chocolate-waffle-wooden-plate-marble_114579-70896.jpg",
|
||||
},
|
||||
id: "p6", brand: "Design", name: "Flake Texture", price: "Contact for quote", rating: 5,
|
||||
reviewCount: "29", imageSrc: "http://img.b2bpic.net/free-photo/crispy-chocolate-waffle-wooden-plate-marble_114579-70896.jpg"},
|
||||
]}
|
||||
title="Signature Flooring Finishes"
|
||||
description="Browse our most popular epoxy transformations."
|
||||
@@ -203,23 +134,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: CheckCircle,
|
||||
title: "Projects Completed",
|
||||
value: "1,500+",
|
||||
},
|
||||
id: "m1", icon: CheckCircle,
|
||||
title: "Projects Completed", value: "1,500+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Award,
|
||||
title: "Years Experience",
|
||||
value: "15",
|
||||
},
|
||||
id: "m2", icon: Award,
|
||||
title: "Years Experience", value: "15"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Star,
|
||||
title: "Customer Rating",
|
||||
value: "4.9/5",
|
||||
},
|
||||
id: "m3", icon: Star,
|
||||
title: "Customer Rating", value: "4.9/5"},
|
||||
]}
|
||||
title="Proven Results"
|
||||
description="Experience matters. Thousands of square feet of perfection."
|
||||
@@ -233,45 +155,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_tx",
|
||||
testimonial: "My garage floor looks incredible! Professional and fast.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teacher-with-face-mask-preparing-classroom-marking-tables-with-tape_637285-8867.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", handle: "@sarah_tx", testimonial: "My garage floor looks incredible! Professional and fast.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teacher-with-face-mask-preparing-classroom-marking-tables-with-tape_637285-8867.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael R.",
|
||||
handle: "@mike_designs",
|
||||
testimonial: "The best epoxy work I have seen in Texas. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-man-standing-up-smiling-living-room_23-2148441066.jpg",
|
||||
},
|
||||
id: "t2", name: "Michael R.", handle: "@mike_designs", testimonial: "The best epoxy work I have seen in Texas. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-man-standing-up-smiling-living-room_23-2148441066.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily P.",
|
||||
handle: "@emily_p",
|
||||
testimonial: "Quality finish and exceeded my expectations for the home gym.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-workers-with-documents_23-2147668774.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily P.", handle: "@emily_p", testimonial: "Quality finish and exceeded my expectations for the home gym.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-workers-with-documents_23-2147668774.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David W.",
|
||||
handle: "@david_w",
|
||||
testimonial: "Excellent service and durable finish. A true transformation.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-fancy-font-concept_53876-124940.jpg",
|
||||
},
|
||||
id: "t4", name: "David W.", handle: "@david_w", testimonial: "Excellent service and durable finish. A true transformation.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-fancy-font-concept_53876-124940.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica L.",
|
||||
handle: "@jess_designs",
|
||||
testimonial: "Professional installers. My warehouse floor is now pristine.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artist-with-color-palette_23-2148017521.jpg",
|
||||
},
|
||||
id: "t5", name: "Jessica L.", handle: "@jess_designs", testimonial: "Professional installers. My warehouse floor is now pristine.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artist-with-color-palette_23-2148017521.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Texas Customer Reviews"
|
||||
@@ -284,14 +181,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Microsoft",
|
||||
"Google",
|
||||
"Apple",
|
||||
"Amazon",
|
||||
"Tesla",
|
||||
"Netflix",
|
||||
"Adobe",
|
||||
]}
|
||||
"Microsoft", "Google", "Apple", "Amazon", "Tesla", "Netflix", "Adobe"]}
|
||||
title="Trusted Partners"
|
||||
description="Working with the best materials and industry standards."
|
||||
/>
|
||||
@@ -301,8 +191,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Get in touch"
|
||||
title="Request a Free Consultation"
|
||||
description="Ready to upgrade your concrete floors? Contact our Texas team today."
|
||||
@@ -316,42 +205,27 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Residential",
|
||||
href: "#",
|
||||
},
|
||||
label: "Residential", href: "#"},
|
||||
{
|
||||
label: "Industrial",
|
||||
href: "#",
|
||||
},
|
||||
label: "Industrial", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#",
|
||||
},
|
||||
label: "FAQs", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user