Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b587bf25ca | |||
| 5c9de8ff5d | |||
| 5a027d3767 | |||
| 8ace1a4709 | |||
| fa2acc9b91 | |||
| cdba8b43a7 | |||
| c0503fa00e | |||
| 4606d96e83 | |||
| ad9d42fda1 |
1421
src/app/layout.tsx
1421
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -77,8 +77,8 @@ export default function LandingPage() {
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
title="Featured Antiques"
|
||||
description="Handpicked treasures from our exclusive collection"
|
||||
tag="New Arrivals"
|
||||
description="Handpicked treasures from our exclusive collection—many one-of-a-kind"
|
||||
tag="Limited Stock Available"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -151,7 +151,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Email Us", href: "mailto:info@antiqueemporium.com" },
|
||||
{ text: "Schedule Viewing", href: "#" }
|
||||
{ text: "Call Us Today", href: "tel:+1-800-ANTIQUE" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user