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" },
|
||||
]}
|
||||
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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user