Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5d5ae700a1 | |||
| 5eda8f7fb5 | |||
| 30f69471eb |
1312
src/app/layout.tsx
1312
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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: [
|
||||||
|
|||||||
Reference in New Issue
Block a user