3 Commits

Author SHA1 Message Date
5d5ae700a1 Update src/app/layout.tsx 2026-03-07 19:46:35 +00:00
5eda8f7fb5 Update src/app/page.tsx 2026-03-07 19:45:37 +00:00
30f69471eb Update src/app/layout.tsx 2026-03-07 19:45:37 +00:00
2 changed files with 19 additions and 1303 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -34,7 +34,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
button={{ text: "Get Quote", href: "contact" }} button={{ text: "Get Quote", href: "contact" }}
brandName="EpoxyPro" brandName="405 Epoxy"
/> />
</div> </div>
@@ -72,7 +72,7 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<TextAbout <TextAbout
tag="About EpoxyPro" tag="About 405 Epoxy"
tagIcon={Award} tagIcon={Award}
tagAnimation="slide-up" tagAnimation="slide-up"
title="We deliver expert epoxy flooring with precision, durability, and stunning aesthetics for every project." title="We deliver expert epoxy flooring with precision, durability, and stunning aesthetics for every project."
@@ -110,7 +110,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen <TestimonialCardFifteen
testimonial="EpoxyPro transformed our warehouse flooring. The metallic finish is absolutely stunning and the durability is outstanding. Their team was professional and efficient from start to finish." testimonial="405 Epoxy transformed our warehouse flooring. The metallic finish is absolutely stunning and the durability is outstanding. Their team was professional and efficient from start to finish."
rating={5} rating={5}
author="John Mitchell, Warehouse Manager" author="John Mitchell, Warehouse Manager"
avatars={[ avatars={[
@@ -152,7 +152,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterLogoEmphasis
logoText="EpoxyPro" logoText="405 Epoxy"
columns={[ columns={[
{ {
items: [ items: [
@@ -180,4 +180,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }