diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9df340d..e90f058 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
@@ -51,98 +39,31 @@ export default function LandingPage() {
@@ -151,13 +72,7 @@ export default function LandingPage() {
@@ -168,49 +83,14 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={true}
+ animationType="slide-up"
products={[
- {
- id: "1",
- name: "Obsidian Glass",
- price: "$150+",
- variant: "Hand-Blown",
- imageSrc: "http://img.b2bpic.net/free-photo/preparing-sake-japanese-beverage_23-2150158653.jpg",
- },
- {
- id: "2",
- name: "Aged Tobacco",
- price: "$45+",
- variant: "Premium",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-two-silver-rings-leather-surface_181624-3587.jpg",
- },
- {
- id: "3",
- name: "Gold Lighters",
- price: "$85+",
- variant: "Limited",
- imageSrc: "http://img.b2bpic.net/free-photo/silhouettes-white-smoke-black-background_23-2147611958.jpg",
- },
- {
- id: "4",
- name: "Elite Kits",
- price: "$250+",
- variant: "Elite",
- imageSrc: "http://img.b2bpic.net/free-photo/detailed-texture-dry-brown-leaf-with-intricate-veins_9975-133550.jpg",
- },
- {
- id: "5",
- name: "Ceramic Pipes",
- price: "$120+",
- variant: "Craft",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-candlestick-dark-surface_179666-37730.jpg",
- },
- {
- id: "6",
- name: "Rolling Goods",
- price: "$30+",
- variant: "Gold-Leaf",
- imageSrc: "http://img.b2bpic.net/free-photo/hookah-still-life-arrangement_23-2149213293.jpg",
- },
+ { id: "1", name: "Obsidian Glass", price: "$150+", variant: "Hand-Blown", imageSrc: "http://img.b2bpic.net/free-photo/preparing-sake-japanese-beverage_23-2150158653.jpg" },
+ { id: "2", name: "Aged Tobacco", price: "$45+", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-two-silver-rings-leather-surface_181624-3587.jpg" },
+ { id: "3", name: "Gold Lighters", price: "$85+", variant: "Limited", imageSrc: "http://img.b2bpic.net/free-photo/silhouettes-white-smoke-black-background_23-2147611958.jpg" },
+ { id: "4", name: "Elite Kits", price: "$250+", variant: "Elite", imageSrc: "http://img.b2bpic.net/free-photo/detailed-texture-dry-brown-leaf-with-intricate-veins_9975-133550.jpg" },
+ { id: "5", name: "Ceramic Pipes", price: "$120+", variant: "Craft", imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-candlestick-dark-surface_179666-37730.jpg" },
+ { id: "6", name: "Rolling Goods", price: "$30+", variant: "Gold-Leaf", imageSrc: "http://img.b2bpic.net/free-photo/hookah-still-life-arrangement_23-2149213293.jpg" },
]}
title="The Curator's Selection"
description="Explore our hand-picked inventory, sourced for the most demanding tastes."
@@ -229,9 +109,7 @@ export default function LandingPage() {