diff --git a/src/app/page.tsx b/src/app/page.tsx index 63b9249..b659654 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,48 +28,22 @@ export default function LandingPage() {
@@ -80,9 +54,7 @@ export default function LandingPage() { useInvertedBackground={false} title="A Neighborhood Tradition Elevated" description={[ - "With over 2,300+ glowing reviews and 2,000+ captured memories, we bring passion to every plate. Our commitment is to the art of the fire and the integrity of local ingredients.", - "Join us for an experience that blends comfort with culinary excellence.", - ]} + "With over 2,300+ glowing reviews and 2,000+ captured memories, we bring passion to every plate. Our commitment is to the art of the fire and the integrity of local ingredients.", "Join us for an experience that blends comfort with culinary excellence."]} />
@@ -93,42 +65,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "1", - name: "Heritage Tacos", - price: "$24", - imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-originally-served-salad-stands-dark-wooden-t_1304-4651.jpg", - }, - { - id: "2", - name: "Smoked Carne Asada", - price: "$38", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-vertical-shot-dish-with-vegetables-white-plate_181624-5323.jpg", - }, - { - id: "3", - name: "Spiced Agave Margarita", - price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/campagne-glass-with-champagne-it-garnished-with-dried-lemon-slice_140725-1506.jpg", - }, - { - id: "4", - name: "Artisanal Guacamole", - price: "$16", - imageSrc: "http://img.b2bpic.net/free-photo/bowl-guacamole-with-tortilla-chips-black-slate-background_9975-124623.jpg", - }, - { - id: "5", - name: "Wood-Fired Snapper", - price: "$32", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-shrimp-salad-with-bell-peppers-arugula-plate-wood_141793-11674.jpg", - }, - { - id: "6", - name: "Spiced Chocolate Churros", - price: "$12", - imageSrc: "http://img.b2bpic.net/free-photo/eating-dinner-beef-lamb-tomato-sauce-with-cutlery_114579-1931.jpg", - }, + { id: "1", name: "Heritage Tacos", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-originally-served-salad-stands-dark-wooden-t_1304-4651.jpg" }, + { id: "2", name: "Smoked Carne Asada", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/overhead-vertical-shot-dish-with-vegetables-white-plate_181624-5323.jpg" }, + { id: "3", name: "Spiced Agave Margarita", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/campagne-glass-with-champagne-it-garnished-with-dried-lemon-slice_140725-1506.jpg" }, + { id: "4", name: "Artisanal Guacamole", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/bowl-guacamole-with-tortilla-chips-black-slate-background_9975-124623.jpg" }, + { id: "5", name: "Wood-Fired Snapper", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/top-view-shrimp-salad-with-bell-peppers-arugula-plate-wood_141793-11674.jpg" }, + { id: "6", name: "Spiced Chocolate Churros", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/eating-dinner-beef-lamb-tomato-sauce-with-cutlery_114579-1931.jpg" }, ]} title="Signature Flavors" description="Our curated menu of refined Tex-Mex classics." @@ -137,50 +79,16 @@ export default function LandingPage() {
@@ -212,53 +112,9 @@ export default function LandingPage() {