diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a212e0..cbb1120 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,60 +29,41 @@ export default function LandingPage() {
@@ -105,47 +86,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Margherita", - price: "$12.00", - variant: "Pizza", - imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-pepperoni-mushroom-cheese-top-cheese-sprinkles-olive-corn-tomato_141793-1943.jpg?_wi=1", - }, + id: "1", name: "Margherita", price: "$12.00", variant: "Pizza", imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-pepperoni-mushroom-cheese-top-cheese-sprinkles-olive-corn-tomato_141793-1943.jpg"}, { - id: "2", - name: "Fettuccine", - price: "$14.00", - variant: "Pasta", - imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-pepperoni-mushroom-cheese-top-cheese-sprinkles-olive-corn-tomato_141793-1943.jpg?_wi=2", - }, + id: "2", name: "Fettuccine", price: "$14.00", variant: "Pasta", imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-pepperoni-mushroom-cheese-top-cheese-sprinkles-olive-corn-tomato_141793-1943.jpg"}, { - id: "3", - name: "Pepperoni", - price: "$13.50", - variant: "Pizza", - imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-pepperoni-mushroom-cheese-top-cheese-sprinkles-olive-corn-tomato_141793-1943.jpg?_wi=3", - }, + id: "3", name: "Pepperoni", price: "$13.50", variant: "Pizza", imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-pepperoni-mushroom-cheese-top-cheese-sprinkles-olive-corn-tomato_141793-1943.jpg"}, { - id: "4", - name: "Spaghetti", - price: "$14.50", - variant: "Pasta", - imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-pepperoni-mushroom-cheese-top-cheese-sprinkles-olive-corn-tomato_141793-1943.jpg?_wi=4", - }, + id: "4", name: "Spaghetti", price: "$14.50", variant: "Pasta", imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-pepperoni-mushroom-cheese-top-cheese-sprinkles-olive-corn-tomato_141793-1943.jpg"}, { - id: "5", - name: "Garlic Bread", - price: "$6.00", - variant: "Starter", - imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-pepperoni-mushroom-cheese-top-cheese-sprinkles-olive-corn-tomato_141793-1943.jpg?_wi=5", - }, + id: "5", name: "Garlic Bread", price: "$6.00", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-pepperoni-mushroom-cheese-top-cheese-sprinkles-olive-corn-tomato_141793-1943.jpg"}, { - id: "6", - name: "Veggie Delight", - price: "$13.00", - variant: "Pizza", - imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-pepperoni-mushroom-cheese-top-cheese-sprinkles-olive-corn-tomato_141793-1943.jpg?_wi=6", - }, + id: "6", name: "Veggie Delight", price: "$13.00", variant: "Pizza", imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-pepperoni-mushroom-cheese-top-cheese-sprinkles-olive-corn-tomato_141793-1943.jpg"}, ]} title="Our Menu" description="Explore our delicious selection of freshly made pizzas and pasta dishes." @@ -160,25 +111,15 @@ export default function LandingPage() { author="Maria G." avatars={[ { - src: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg", - alt: "Maria G.", - }, + src: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg", alt: "Maria G."}, { - src: "http://img.b2bpic.net/free-photo/outdoor-shot-delighted-happy-dark-skinned-young-female-wears-red-blouse-listens-audio-song-headphones_273609-3479.jpg", - alt: "David S.", - }, + src: "http://img.b2bpic.net/free-photo/outdoor-shot-delighted-happy-dark-skinned-young-female-wears-red-blouse-listens-audio-song-headphones_273609-3479.jpg", alt: "David S."}, { - src: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187167.jpg", - alt: "Elena R.", - }, + src: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187167.jpg", alt: "Elena R."}, { - src: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2787.jpg", - alt: "Mark T.", - }, + src: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2787.jpg", alt: "Mark T."}, { - src: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg", - alt: "Sarah L.", - }, + src: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg", alt: "Sarah L."}, ]} ratingAnimation="slide-up" avatarsAnimation="blur-reveal" @@ -192,16 +133,10 @@ export default function LandingPage() { description="Join us today for a wonderful dining experience at our warm, authentic trattoria." inputs={[ { - name: "name", - type: "text", - placeholder: "Full Name", - required: true, + name: "name", type: "text", placeholder: "Full Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, + name: "email", type: "email", placeholder: "Email Address", required: true, }, ]} imageSrc="http://img.b2bpic.net/free-photo/milk-bottle-food-bag-arrangement_23-2148773371.jpg" @@ -214,29 +149,19 @@ export default function LandingPage() { logoText="Pizzas Y Pastas Asencio's" columns={[ { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "Location", - href: "#contact", - }, + label: "Location", href: "#contact"}, { - label: "Call Us", - href: "tel:5550123", - }, + label: "Call Us", href: "tel:5550123"}, ], }, { - title: "Menu", - items: [ + title: "Menu", items: [ { - label: "Full Menu", - href: "#products", - }, + label: "Full Menu", href: "#products"}, { - label: "Our Story", - href: "#about", - }, + label: "Our Story", href: "#about"}, ], }, ]}