Update src/app/shop/page.tsx
This commit is contained in:
@@ -30,7 +30,7 @@ export default function ShopPage() {
|
||||
{ name: "Visit", id: "/visit" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="La Loupe"
|
||||
brandName="La Loupe Vintage"
|
||||
bottomLeftText="San Diego, CA"
|
||||
bottomRightText="info@laloupevintage.com"
|
||||
/>
|
||||
@@ -90,8 +90,8 @@ export default function ShopPage() {
|
||||
</div>
|
||||
|
||||
<FooterCard
|
||||
logoText="La Loupe"
|
||||
copyrightText="© 2024 La Loupe Vintage. All rights reserved. | 3337 Adams Avenue, San Diego, CA 92116"
|
||||
logoText="La Loupe Vintage"
|
||||
copyrightText="© 2024 La Loupe Vintage Vintage. All rights reserved. | 3337 Adams Avenue, San Diego, CA 92116"
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "https://www.instagram.com/laloupevintage/", ariaLabel: "Instagram" },
|
||||
{ icon: MapPin, href: "/visit", ariaLabel: "Visit us" },
|
||||
|
||||
Reference in New Issue
Block a user