9 Commits

Author SHA1 Message Date
b587bf25ca Merge version_3 into main
Merge version_3 into main
2026-03-09 21:30:54 +00:00
5c9de8ff5d Update src/app/page.tsx 2026-03-09 21:30:50 +00:00
5a027d3767 Merge version_2 into main
Merge version_2 into main
2026-03-09 21:28:23 +00:00
8ace1a4709 Update src/app/page.tsx 2026-03-09 21:28:18 +00:00
fa2acc9b91 Update src/app/layout.tsx 2026-03-09 21:28:18 +00:00
cdba8b43a7 Merge version_1 into main
Merge version_1 into main
2026-03-09 21:22:06 +00:00
c0503fa00e Merge version_1 into main
Merge version_1 into main
2026-03-09 21:21:11 +00:00
4606d96e83 Merge version_1 into main
Merge version_1 into main
2026-03-09 21:20:00 +00:00
ad9d42fda1 Merge version_1 into main
Merge version_1 into main
2026-03-09 21:18:55 +00:00
2 changed files with 19 additions and 1408 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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>