4 Commits

Author SHA1 Message Date
e0724dcc62 Update src/app/layout.tsx 2026-03-07 19:48:09 +00:00
7b1f12fd3e Switch to version 1: modified src/app/page.tsx 2026-03-07 19:45:52 +00:00
fde2b6613a Switch to version 1: modified src/app/layout.tsx 2026-03-07 19:45:52 +00:00
7b38895e25 Merge version_5 into main
Merge version_5 into main
2026-03-07 19:45:42 +00:00

View File

@@ -34,7 +34,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
button={{ text: "Get Quote", href: "contact" }}
brandName="405 Epoxy"
brandName="EpoxyPro"
/>
</div>
@@ -72,7 +72,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
tag="About 405 Epoxy"
tag="About EpoxyPro"
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="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."
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."
rating={5}
author="John Mitchell, Warehouse Manager"
avatars={[
@@ -152,7 +152,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoText="405 Epoxy"
logoText="EpoxyPro"
columns={[
{
items: [
@@ -180,4 +180,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}