diff --git a/src/app/page.tsx b/src/app/page.tsx index b50572a..a367328 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,25 +29,15 @@ export default function LandingPage() { @@ -57,106 +47,56 @@ export default function LandingPage() { @@ -166,9 +106,7 @@ export default function LandingPage() { useInvertedBackground={true} title="A Tradition of Flavor" description={[ - "Cantegril brings you the best of Argentine and Uruguayan cuisine. Renowned for our generous portions, affordable prices between $20,000 and $30,000 ARS, and warm service.", - "We offer dine-in, takeaway, and contactless delivery for your convenience.", - ]} + "Cantegril brings you the best of Argentine and Uruguayan cuisine. Renowned for our generous portions, affordable prices between $20,000 and $30,000 ARS, and warm service.", "We offer dine-in, takeaway, and contactless delivery for your convenience."]} /> @@ -180,23 +118,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Bife de Chorizo", - price: "Served with garnish", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-beef-steak-served-with-boiled-asparagus-spinach-sauce_140725-5091.jpg?_wi=2", - }, + id: "1", name: "Bife de Chorizo", price: "Served with garnish", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beef-steak-served-with-boiled-asparagus-spinach-sauce_140725-5091.jpg"}, { - id: "2", - name: "Súper Chivito Uruguayo", - price: "Authentic style", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-beef-steak-served-with-boiled-asparagus-spinach-sauce_140725-5091.jpg?_wi=3", - }, + id: "2", name: "Súper Chivito Uruguayo", price: "Authentic style", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beef-steak-served-with-boiled-asparagus-spinach-sauce_140725-5091.jpg"}, { - id: "3", - name: "Milanesa Napolitana", - price: "With potatoes", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-beef-steak-served-with-boiled-asparagus-spinach-sauce_140725-5091.jpg?_wi=4", - }, + id: "3", name: "Milanesa Napolitana", price: "With potatoes", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beef-steak-served-with-boiled-asparagus-spinach-sauce_140725-5091.jpg"}, ]} title="Our Specialties" description="From the grill to your table, authentic flavors prepared with passion." @@ -205,44 +131,20 @@ export default function LandingPage() {
@@ -282,13 +176,9 @@ export default function LandingPage() {