diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7bd3f6d..f07a8e8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,126 +28,44 @@ export default function LandingPage() {
@@ -157,21 +75,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- title: "Artisanal Classics",
- description: "Time-honored recipes made with farm-fresh ingredients.",
- imageSrc: "http://img.b2bpic.net/free-photo/traditional-french-onion-soup-wooden-table_123827-19853.jpg?_wi=2",
- },
- {
- title: "Fresh Pastries",
- description: "Baked daily for that perfect, buttery crunch.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-healthy-food-seeds-wooden-background_23-2148289763.jpg?_wi=2",
- },
- {
- title: "Curated Wine Selection",
- description: "Carefully selected vintages from premier French regions.",
- imageSrc: "http://img.b2bpic.net/free-photo/wineglasses-ice-bucket-with-wine-bottle-small-wooden-table_23-2147891272.jpg?_wi=2",
- },
+ { title: "Artisanal Classics", description: "Time-honored recipes made with farm-fresh ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/traditional-french-onion-soup-wooden-table_123827-19853.jpg" },
+ { title: "Fresh Pastries", description: "Baked daily for that perfect, buttery crunch.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-healthy-food-seeds-wooden-background_23-2148289763.jpg" },
+ { title: "Curated Wine Selection", description: "Carefully selected vintages from premier French regions.", imageSrc: "http://img.b2bpic.net/free-photo/wineglasses-ice-bucket-with-wine-bottle-small-wooden-table_23-2147891272.jpg" }
]}
title="Our Signature Creations"
description="From classic hors d'oeuvres to decadent desserts, our menu celebrates the rich culinary tradition of France."
@@ -182,23 +88,12 @@ export default function LandingPage() {