diff --git a/src/app/page.tsx b/src/app/page.tsx
index ddb43c0..3b59964 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,17 +32,11 @@ export default function LandingPage() {
@@ -51,21 +45,16 @@ export default function LandingPage() {
@@ -77,38 +66,17 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- id: "f1",
- title: "Locally Sourced",
- author: "Farm to Table",
- description: "100% grass-fed beef and hand-picked greens.",
- tags: [
- "fresh",
- "organic",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-with-melted-cheese-fries_23-2148290669.jpg?_wi=1",
- },
+ id: "f1", title: "Locally Sourced", author: "Farm to Table", description: "100% grass-fed beef and hand-picked greens.", tags: [
+ "fresh", "organic"],
+ imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-with-melted-cheese-fries_23-2148290669.jpg"},
{
- id: "f2",
- title: "Daily Baked",
- author: "The Bakery",
- description: "Brioche buns baked fresh in our kitchen every morning.",
- tags: [
- "fresh",
- "baked",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/burger-with-melter-cheese-steak-dark-space_114579-1933.jpg?_wi=1",
- },
+ id: "f2", title: "Daily Baked", author: "The Bakery", description: "Brioche buns baked fresh in our kitchen every morning.", tags: [
+ "fresh", "baked"],
+ imageSrc: "http://img.b2bpic.net/free-photo/burger-with-melter-cheese-steak-dark-space_114579-1933.jpg"},
{
- id: "f3",
- title: "Slow Cooked",
- author: "Chef's Touch",
- description: "Caramelized onions and signature sauces cooked for hours.",
- tags: [
- "flavor",
- "slow",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-with-egg_23-2148678846.jpg?_wi=1",
- },
+ id: "f3", title: "Slow Cooked", author: "Chef's Touch", description: "Caramelized onions and signature sauces cooked for hours.", tags: [
+ "flavor", "slow"],
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-with-egg_23-2148678846.jpg"},
]}
title="The Burger Philosophy"
description="Why we are different."
@@ -117,46 +85,23 @@ export default function LandingPage() {