diff --git a/src/app/page.tsx b/src/app/page.tsx
index b029975..9692cf5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -53,17 +41,10 @@ export default function LandingPage() {
@@ -74,46 +55,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- id: "f1",
- title: "Fresh Daily",
- tags: [
- "Artisan",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/bread-menu-restaurant_624325-713.jpg",
- },
- {
- id: "f2",
- title: "Custom Cakes",
- tags: [
- "Events",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-three-layer-wedding-cake-decorated-with-flowers-silver-platter_181624-3205.jpg",
- },
- {
- id: "f3",
- title: "Pastry Selection",
- tags: [
- "Daily",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-croissant-cake-stand-counter-coffee-shop_23-2148027949.jpg",
- },
- {
- id: "f4",
- title: "Premium Ingredients",
- tags: [
- "Quality",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/gray-bread-table_140725-4737.jpg",
- },
- {
- id: "f5",
- title: "Quick Delivery",
- tags: [
- "Service",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-traditional-round-bread-craft-paper-package-decorated-with-branch-christmas-market_166373-3255.jpg",
- },
+ { id: "f1", title: "Fresh Daily", tags: ["Artisan"], imageSrc: "http://img.b2bpic.net/free-photo/bread-menu-restaurant_624325-713.jpg" },
+ { id: "f2", title: "Custom Cakes", tags: ["Events"], imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-three-layer-wedding-cake-decorated-with-flowers-silver-platter_181624-3205.jpg" },
+ { id: "f3", title: "Pastry Selection", tags: ["Daily"], imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-croissant-cake-stand-counter-coffee-shop_23-2148027949.jpg" },
+ { id: "f4", title: "Premium Ingredients", tags: ["Quality"], imageSrc: "http://img.b2bpic.net/free-photo/gray-bread-table_140725-4737.jpg" },
+ { id: "f5", title: "Quick Delivery", tags: ["Service"], imageSrc: "http://img.b2bpic.net/free-photo/closeup-traditional-round-bread-craft-paper-package-decorated-with-branch-christmas-market_166373-3255.jpg" }
]}
title="Why Choose Us"
description="We take pride in our traditional methods and quality."
@@ -124,62 +70,15 @@ export default function LandingPage() {