4 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
7fdeedb957 Merge version_1 into main
Merge version_1 into main
2026-03-07 19:23:18 +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" },
]}
button={{ text: "Get Quote", href: "contact" }}
brandName="EpoxyPro"
brandName="405 Epoxy"
/>
</div>
@@ -72,7 +72,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
tag="About EpoxyPro"
tag="About 405 Epoxy"
tagIcon={Award}
tagAnimation="slide-up"
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">
<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}
author="John Mitchell, Warehouse Manager"
avatars={[
@@ -152,7 +152,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoText="EpoxyPro"
logoText="405 Epoxy"
columns={[
{
items: [
@@ -180,4 +180,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}