Update src/app/shop/page.tsx
This commit is contained in:
@@ -34,7 +34,7 @@ export default function ShopPage() {
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Gorman Restoration"
|
||||
brandName="Gorman Restoration & Carpentry"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "services" },
|
||||
@@ -50,8 +50,8 @@ export default function ShopPage() {
|
||||
</main>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Gorman Restoration"
|
||||
copyrightText="© 2024 Gorman Restoration & Remodeling. All rights reserved."
|
||||
logoText="Gorman Restoration & Carpentry"
|
||||
copyrightText="© 2024 Gorman Restoration & Carpentry & Remodeling. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
@@ -85,7 +85,7 @@ export default function ShopPage() {
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Gorman Restoration"
|
||||
brandName="Gorman Restoration & Carpentry"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "services" },
|
||||
@@ -109,8 +109,8 @@ export default function ShopPage() {
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Gorman Restoration"
|
||||
copyrightText="© 2024 Gorman Restoration & Remodeling. All rights reserved."
|
||||
logoText="Gorman Restoration & Carpentry"
|
||||
copyrightText="© 2024 Gorman Restoration & Carpentry & Remodeling. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
|
||||
Reference in New Issue
Block a user