diff --git a/src/app/page.tsx b/src/app/page.tsx
index c2d135d..1505bb6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,17 +31,11 @@ export default function LandingPage() {
@@ -50,41 +44,26 @@ export default function LandingPage() {
@@ -107,23 +86,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Hand-picked Dill",
- description: "Fresh, aromatic dill sourced locally.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-greens-light-blue-background_140725-136993.jpg",
- imageAlt: "Dill",
- },
+ title: "Hand-picked Dill", description: "Fresh, aromatic dill sourced locally.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-greens-light-blue-background_140725-136993.jpg", imageAlt: "Dill"},
{
- title: "Premium Spices",
- description: "Hand-crushed peppercorns for depth.",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-peppercorn-texture_53876-33641.jpg",
- imageAlt: "Peppercorns",
- },
+ title: "Premium Spices", description: "Hand-crushed peppercorns for depth.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-peppercorn-texture_53876-33641.jpg", imageAlt: "Peppercorns"},
{
- title: "Golden Brine",
- description: "Secret balanced salinity solution.",
- imageSrc: "http://img.b2bpic.net/free-photo/two-jars-pickled-vegetables-blue_114579-60796.jpg",
- imageAlt: "Brine",
- },
+ title: "Golden Brine", description: "Secret balanced salinity solution.", imageSrc: "http://img.b2bpic.net/free-photo/two-jars-pickled-vegetables-blue_114579-60796.jpg", imageAlt: "Brine"},
]}
title="Selected Elements"
description="Only the finest components make the cut."
@@ -134,49 +101,24 @@ export default function LandingPage() {
@@ -261,8 +168,7 @@ export default function LandingPage() {