diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b45d86..e1c798e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { textboxLayout="split" features={[ { title: "Traditional Recipes", description: "Authentic Mediterranean flavor profiles.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-shaurma-sliced-chicken-sandwich-with-lemon-greens-dark-space_140725-95462.jpg" }, - { title: "Locally Owned", description: "Committed to serving our community.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-meat-sandwich-with-lemonnd-greens-black_140725-104397.jpg" }, + { title: "Locally Owned", description: "Committed to serving our community.", imageSrc: "http://img.b2bpic.net/top-view-sliced-shaurma-meat-sandwich-with-lemonnd-greens-black_140725-104397.jpg" }, { title: "Freshly Prepared", description: "High quality ingredients every single day.", imageSrc: "http://img.b2bpic.net/free-photo/tortilla-wrap-with-falafel-fresh-salad-vegan-tacos-vegetarian-healthy-food_2829-14400.jpg" } ]} useInvertedBackground={true} @@ -122,6 +122,7 @@ export default function LandingPage() {