diff --git a/src/app/page.tsx b/src/app/page.tsx index 1aaca51..ac9670e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,78 +44,49 @@ export default function LandingPage() {
@@ -133,9 +96,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Our Passion for Chilean Cuisine" description={[ - "Founded by tradition and refined by modern techniques, Pochito celebrates the rich cultural heritage of Chile.", - "We take pride in sourcing the freshest ingredients, honoring authentic recipes while creating new memories at your table.", - ]} + "Founded by tradition and refined by modern techniques, Pochito celebrates the rich cultural heritage of Chile.", "We take pride in sourcing the freshest ingredients, honoring authentic recipes while creating new memories at your table."]} /> @@ -147,59 +108,23 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - brand: "Signature", - name: "Pastel de Choclo", - price: "$18", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-cake-delicious-yummy-choco-cake-sliced-inside-blue-plate-grey-background-sugar-tea-biscuit-bake_140725-17050.jpg", - }, + id: "1", brand: "Signature", name: "Pastel de Choclo", price: "$18", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-cake-delicious-yummy-choco-cake-sliced-inside-blue-plate-grey-background-sugar-tea-biscuit-bake_140725-17050.jpg"}, { - id: "2", - brand: "Appetizer", - name: "Empanadas de Pino", - price: "$12", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/man-are-holding-fried-gurza-traditional-dish-wooden-board-dumplings-with-minced-meat-sumakh-sour-creamside-view_141793-12288.jpg", - }, + id: "2", brand: "Appetizer", name: "Empanadas de Pino", price: "$12", rating: 5, + reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/man-are-holding-fried-gurza-traditional-dish-wooden-board-dumplings-with-minced-meat-sumakh-sour-creamside-view_141793-12288.jpg"}, { - id: "3", - brand: "Coastal", - name: "Cazuela de Mariscos", - price: "$24", - rating: 4, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-salad-with-bunch-coriander-pepper-salt-black-pepper-seeds-sackcloth-white-surface-with-copy-space_141793-10286.jpg", - }, + id: "3", brand: "Coastal", name: "Cazuela de Mariscos", price: "$24", rating: 4, + reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-salad-with-bunch-coriander-pepper-salt-black-pepper-seeds-sackcloth-white-surface-with-copy-space_141793-10286.jpg"}, { - id: "4", - brand: "Vegetarian", - name: "Humitas de Campo", - price: "$14", - rating: 5, - reviewCount: "60", - imageSrc: "http://img.b2bpic.net/free-photo/background-slice-mousse-squash-rice_1232-4014.jpg", - }, + id: "4", brand: "Vegetarian", name: "Humitas de Campo", price: "$14", rating: 5, + reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/background-slice-mousse-squash-rice_1232-4014.jpg"}, { - id: "5", - brand: "Main", - name: "Lomo a lo Pobre", - price: "$28", - rating: 5, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-vegetables-top-view_141793-4450.jpg", - }, + id: "5", brand: "Main", name: "Lomo a lo Pobre", price: "$28", rating: 5, + reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-vegetables-top-view_141793-4450.jpg"}, { - id: "6", - brand: "Dessert", - name: "Calzones Rotos", - price: "$9", - rating: 4, - reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/sweet-cookies-with-cream-dogwoods-inside-plate-grey_140725-30095.jpg", - }, + id: "6", brand: "Dessert", name: "Calzones Rotos", price: "$9", rating: 4, + reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/sweet-cookies-with-cream-dogwoods-inside-plate-grey_140725-30095.jpg"}, ]} title="Our Signature Dishes" description="From coastal delicacies to traditional hearty staples, discover our meticulously curated menu." @@ -210,48 +135,24 @@ export default function LandingPage() {