diff --git a/src/app/page.tsx b/src/app/page.tsx
index dc8f335..28ccca8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,41 +47,26 @@ export default function LandingPage() {
@@ -100,14 +77,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Adelaide Foodies",
- "Local Lifestyle",
- "Craft Enthusiasts",
- "Home Decor Monthly",
- "Matcha Lovers Daily",
- "Tea Culture AU",
- "Artisan Finds",
- ]}
+ "Adelaide Foodies", "Local Lifestyle", "Craft Enthusiasts", "Home Decor Monthly", "Matcha Lovers Daily", "Tea Culture AU", "Artisan Finds"]}
title="Loved by the Adelaide Community"
description="Join over 500+ happy customers who explore Japanese craftsmanship with us."
/>
@@ -120,26 +90,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- id: "f1",
- title: "Matcha & Tea",
- description: "Authentic ceremonial grade matcha and traditional tea tools.",
- tag: "Tea",
- imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-healthy-food_23-2149043039.jpg?_wi=1",
- },
+ id: "f1", title: "Matcha & Tea", description: "Authentic ceremonial grade matcha and traditional tea tools.", tag: "Tea", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-healthy-food_23-2149043039.jpg"},
{
- id: "f2",
- title: "Sake & Spirits",
- description: "Premium selection of Japanese sake for all occasions.",
- tag: "Drinks",
- imageSrc: "http://img.b2bpic.net/free-photo/japanese-bottle-cups-arrangement_23-2149706076.jpg",
- },
+ id: "f2", title: "Sake & Spirits", description: "Premium selection of Japanese sake for all occasions.", tag: "Drinks", imageSrc: "http://img.b2bpic.net/free-photo/japanese-bottle-cups-arrangement_23-2149706076.jpg"},
{
- id: "f3",
- title: "Ceramic Homewares",
- description: "Hand-crafted bowls and plates from Japan.",
- tag: "Home",
- imageSrc: "http://img.b2bpic.net/free-photo/preparing-sake-japanese-beverage_23-2150158650.jpg",
- },
+ id: "f3", title: "Ceramic Homewares", description: "Hand-crafted bowls and plates from Japan.", tag: "Home", imageSrc: "http://img.b2bpic.net/free-photo/preparing-sake-japanese-beverage_23-2150158650.jpg"},
]}
title="Curated Collections"
description="Carefully selected Japanese essentials for your home and palate."
@@ -164,59 +119,23 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- brand: "Futake",
- name: "Ceramic Bowl",
- price: "$45",
- rating: 5,
- reviewCount: "12",
- imageSrc: "http://img.b2bpic.net/free-photo/monochromatic-still-life-composition-with-tableware_23-2148869756.jpg",
- },
+ id: "p1", brand: "Futake", name: "Ceramic Bowl", price: "$45", rating: 5,
+ reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/monochromatic-still-life-composition-with-tableware_23-2148869756.jpg"},
{
- id: "p2",
- brand: "Futake",
- name: "Sake Set",
- price: "$85",
- rating: 5,
- reviewCount: "8",
- imageSrc: "http://img.b2bpic.net/free-photo/top-half-view-white-salad-plate-dark-table-free-space_140725-62801.jpg",
- },
+ id: "p2", brand: "Futake", name: "Sake Set", price: "$85", rating: 5,
+ reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/top-half-view-white-salad-plate-dark-table-free-space_140725-62801.jpg"},
{
- id: "p3",
- brand: "Futake",
- name: "Mochi Box",
- price: "$22",
- rating: 4,
- reviewCount: "24",
- imageSrc: "http://img.b2bpic.net/free-photo/colorful-dessert-mochi_1339-5532.jpg",
- },
+ id: "p3", brand: "Futake", name: "Mochi Box", price: "$22", rating: 4,
+ reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/colorful-dessert-mochi_1339-5532.jpg"},
{
- id: "p4",
- brand: "Futake",
- name: "Matcha Kit",
- price: "$65",
- rating: 5,
- reviewCount: "19",
- imageSrc: "http://img.b2bpic.net/free-photo/tied-bamboo-organic-straws-cloth_23-2148768578.jpg",
- },
+ id: "p4", brand: "Futake", name: "Matcha Kit", price: "$65", rating: 5,
+ reviewCount: "19", imageSrc: "http://img.b2bpic.net/free-photo/tied-bamboo-organic-straws-cloth_23-2148768578.jpg"},
{
- id: "p5",
- brand: "Futake",
- name: "Bento Box",
- price: "$38",
- rating: 4,
- reviewCount: "7",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-asian-food_23-2149013709.jpg",
- },
+ id: "p5", brand: "Futake", name: "Bento Box", price: "$38", rating: 4,
+ reviewCount: "7", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-asian-food_23-2149013709.jpg"},
{
- id: "p6",
- brand: "Futake",
- name: "Incense Set",
- price: "$18",
- rating: 5,
- reviewCount: "11",
- imageSrc: "http://img.b2bpic.net/free-photo/concept-flat-lay-autumn-leaves-frame_23-2147866534.jpg",
- },
+ id: "p6", brand: "Futake", name: "Incense Set", price: "$18", rating: 5,
+ reviewCount: "11", imageSrc: "http://img.b2bpic.net/free-photo/concept-flat-lay-autumn-leaves-frame_23-2147866534.jpg"},
]}
title="Best Sellers"
description="Most popular items selected by our community."
@@ -225,30 +144,16 @@ export default function LandingPage() {
@@ -335,8 +206,7 @@ export default function LandingPage() {