diff --git a/src/app/page.tsx b/src/app/page.tsx
index c02a3c6..d0c4c03 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,83 +45,48 @@ export default function LandingPage() {
@@ -142,19 +99,13 @@ export default function LandingPage() {
metrics={[
{
icon: Leaf,
- label: "Plant-Forward",
- value: "100%",
- },
+ label: "Plant-Forward", value: "100%"},
{
icon: Globe,
- label: "Global Inspiration",
- value: "50+",
- },
+ label: "Global Inspiration", value: "50+"},
{
icon: Star,
- label: "Refined Experience",
- value: "5★",
- },
+ label: "Refined Experience", value: "5★"},
]}
metricsAnimation="slide-up"
/>
@@ -167,38 +118,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f1",
- title: "Interactive Grocery Lists",
- author: "Smart Planning",
- description: "Seamlessly curate ingredients for every seasonal recipe.",
- tags: [
- "Organization",
- "Smart",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-blank-digital-tablet-standing-vegetables-table_23-2147918174.jpg",
- },
+ id: "f1", title: "Interactive Grocery Lists", author: "Smart Planning", description: "Seamlessly curate ingredients for every seasonal recipe.", tags: [
+ "Organization", "Smart"],
+ imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-blank-digital-tablet-standing-vegetables-table_23-2147918174.jpg"},
{
- id: "f2",
- title: "Visual Cooking Guides",
- author: "Step-by-Step",
- description: "Master culinary techniques with high-end, step-by-step visuals.",
- tags: [
- "Learning",
- "Visual",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/3d-illustrated-fried-food_23-2151852576.jpg",
- },
+ id: "f2", title: "Visual Cooking Guides", author: "Step-by-Step", description: "Master culinary techniques with high-end, step-by-step visuals.", tags: [
+ "Learning", "Visual"],
+ imageSrc: "http://img.b2bpic.net/free-photo/3d-illustrated-fried-food_23-2151852576.jpg"},
{
- id: "f3",
- title: "Minimalist Kitchen Tips",
- author: "Curated Expert Advice",
- description: "Refined wisdom for the modern home sanctuary.",
- tags: [
- "Lifestyle",
- "Refined",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-girl-with-bunch-parsley-eating-fresh-herbs-vegetables-cooking_1258-193421.jpg",
- },
+ id: "f3", title: "Minimalist Kitchen Tips", author: "Curated Expert Advice", description: "Refined wisdom for the modern home sanctuary.", tags: [
+ "Lifestyle", "Refined"],
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-girl-with-bunch-parsley-eating-fresh-herbs-vegetables-cooking_1258-193421.jpg"},
]}
title="Tools for the Epicurean"
description="Turn everyday meals into a refined dining experience with our digital toolkit."
@@ -207,44 +137,20 @@ export default function LandingPage() {
@@ -283,33 +181,21 @@ export default function LandingPage() {