diff --git a/src/app/page.tsx b/src/app/page.tsx
index 74b1f78..27101e5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,132 +30,47 @@ export default function LandingPage() {
@@ -165,12 +80,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="From Seed to Sip"
description="We partner directly with small-scale farmers who prioritize quality and sustainability. Our roasting process is a dedicated ritual, ensuring every bean reaches its peak flavor profile."
- buttons={[
- {
- text: "Learn About Us",
- href: "/about",
- },
- ]}
+ buttons={[{ text: "Learn About Us", href: "/about" }]}
imageSrc="http://img.b2bpic.net/free-photo/concept-tasty-snack-hot-drink-cookies-shape-coffee-seeds_185193-110871.jpg"
/>
@@ -182,60 +92,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- brand: "Signature",
- name: "Midnight Roast",
- price: "$18",
- rating: 5,
- reviewCount: "124",
- imageSrc: "http://img.b2bpic.net/free-photo/coffee-bag-with-coffee-beans-around_1232-1358.jpg",
- },
- {
- id: "p2",
- brand: "Single Origin",
- name: "Ethiopia Yirgacheffe",
- price: "$22",
- rating: 5,
- reviewCount: "89",
- imageSrc: "http://img.b2bpic.net/free-photo/sackcloth-full-roasted-coffee-beans-wooden-bowl-marble-surface_114579-43556.jpg",
- },
- {
- id: "p3",
- brand: "Signature",
- name: "Morning Bloom",
- price: "$16",
- rating: 4,
- reviewCount: "210",
- imageSrc: "http://img.b2bpic.net/free-photo/spice-seed-seasoning-dark-caffeine_1172-456.jpg",
- },
- {
- id: "p4",
- brand: "Single Origin",
- name: "Colombia Huila",
- price: "$20",
- rating: 5,
- reviewCount: "56",
- imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-roasted-coffee-beans_23-2150698707.jpg",
- },
- {
- id: "p5",
- brand: "Signature",
- name: "Velvet Dark",
- price: "$19",
- rating: 5,
- reviewCount: "92",
- imageSrc: "http://img.b2bpic.net/free-photo/roasted-beans-tasteful-coffee-shopping-paper-bag_23-2148441159.jpg",
- },
- {
- id: "p6",
- brand: "Single Origin",
- name: "Sumatra Mandheling",
- price: "$21",
- rating: 5,
- reviewCount: "44",
- imageSrc: "http://img.b2bpic.net/free-photo/tray-with-coffee-beans-coffee-cups_23-2148267902.jpg",
- },
+ { id: "p1", brand: "Signature", name: "Midnight Roast", price: "$18", rating: 5, reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/coffee-bag-with-coffee-beans-around_1232-1358.jpg" },
+ { id: "p2", brand: "Single Origin", name: "Ethiopia Yirgacheffe", price: "$22", rating: 5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/sackcloth-full-roasted-coffee-beans-wooden-bowl-marble-surface_114579-43556.jpg" },
+ { id: "p3", brand: "Signature", name: "Morning Bloom", price: "$16", rating: 4, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/spice-seed-seasoning-dark-caffeine_1172-456.jpg" },
+ { id: "p4", brand: "Single Origin", name: "Colombia Huila", price: "$20", rating: 5, reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-roasted-coffee-beans_23-2150698707.jpg" },
+ { id: "p5", brand: "Signature", name: "Velvet Dark", price: "$19", rating: 5, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/roasted-beans-tasteful-coffee-shopping-paper-bag_23-2148441159.jpg" },
+ { id: "p6", brand: "Single Origin", name: "Sumatra Mandheling", price: "$21", rating: 5, reviewCount: "44", imageSrc: "http://img.b2bpic.net/free-photo/tray-with-coffee-beans-coffee-cups_23-2148267902.jpg" },
]}
title="Featured Roasts"
description="Discover our curated collection of signature blends and single-origin beans."
@@ -244,61 +106,21 @@ export default function LandingPage() {