diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 1efc674..ce082b2 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -7,85 +7,49 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ - { - "name": "Menu", - "href": "#menu" - }, - { - "name": "About", - "href": "#about" - }, - { - "name": "Reviews", - "href": "#reviews" - }, - { - "name": "Contact", - "href": "#contact" - }, - { - "name": "Hero", - "href": "#hero" - }, - { - "name": "Features", - "href": "#features" - } -]; + { name: "Menu", href: "#menu" }, + { name: "About", href: "#about" }, + { name: "Reviews", href: "#reviews" }, + { name: "Contact", href: "#contact" }, + { name: "Hero", href: "#hero" }, + { name: "Features", href: "#features" } + ]; return ( + logo="Don Güero" + logoImageSrc="http://img.b2bpic.net/free-vector/taqueria-restaurant-hand-drawn-logo-template_23-2149527867.jpg" + ctaButton={{ + text: "Order Online", href: "#order"}} + navItems={navItems} + />
+ ]} + />
); diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 5a658b5..d68f2c1 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -16,32 +16,16 @@ export default function HomePage() { title="Taquería Don Güero" description="Your favorite local spot for fresh, authentic street tacos, tortas, and more in Springdale." primaryButton={{ - text: "See Menu", - href: "#menu", - }} + text: "See Menu", href: "#menu"}} secondaryButton={{ - text: "Get Directions", - href: "#contact", - }} + text: "Get Directions", href: "#contact"}} items={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/nice-mexican-food-composition_23-2147740751.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tortilla-with-meat-vegetables_23-2148750445.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-with-taco_23-2148629363.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/mexican-tacos-with-shrimpguacamole-vegetables-wooden-table_123827-22794.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-grilled-sausages-cabbage-inside-salad-potato-with-sour-cream-greens-lettuce-side-view_141793-3246.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-unfolded-burrito_23-2148329153.jpg", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/nice-mexican-food-composition_23-2147740751.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tortilla-with-meat-vegetables_23-2148750445.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-with-taco_23-2148629363.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/mexican-tacos-with-shrimpguacamole-vegetables-wooden-table_123827-22794.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-grilled-sausages-cabbage-inside-salad-potato-with-sour-cream-greens-lettuce-side-view_141793-3246.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-unfolded-burrito_23-2148329153.jpg" }, ]} /> @@ -52,9 +36,7 @@ export default function HomePage() { @@ -67,35 +49,14 @@ export default function HomePage() { description="Everything we serve is prepared with passion and fresh, high-quality ingredients." items={[ { - tag: "Authentic", - title: "Traditional Recipes", - description: "Our recipes come straight from our heritage, ensuring every bite feels authentic.", - primaryButton: { - text: "Learn More", - href: "#", - }, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-slice-with-pepper-salt-dark-blue-background-color-food-meat-kitchen-animal-chicken-butcher_179666-46414.jpg", - }, + tag: "Authentic", title: "Traditional Recipes", description: "Our recipes come straight from our heritage, ensuring every bite feels authentic.", primaryButton: { text: "Learn More", href: "#" }, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-slice-with-pepper-salt-dark-blue-background-color-food-meat-kitchen-animal-chicken-butcher_179666-46414.jpg"}, { - tag: "Outdoor", - title: "Casual Vibes", - description: "Enjoy your meal in our laid-back outdoor seating area, perfect for sunny days.", - primaryButton: { - text: "Learn More", - href: "#", - }, - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg", - }, + tag: "Outdoor", title: "Casual Vibes", description: "Enjoy your meal in our laid-back outdoor seating area, perfect for sunny days.", primaryButton: { text: "Learn More", href: "#" }, + imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg"}, { - tag: "Fresh", - title: "Daily Prepared", - description: "We prep everything fresh daily, so your experience is consistently excellent.", - primaryButton: { - text: "Learn More", - href: "#", - }, - imageSrc: "http://img.b2bpic.net/free-photo/vegetables-spice-table_23-2147694320.jpg", - }, + tag: "Fresh", title: "Daily Prepared", description: "We prep everything fresh daily, so your experience is consistently excellent.", primaryButton: { text: "Learn More", href: "#" }, + imageSrc: "http://img.b2bpic.net/free-photo/vegetables-spice-table_23-2147694320.jpg"}, ]} /> @@ -108,41 +69,13 @@ export default function HomePage() { title="The Don Güero Menu" description="Handcrafted dishes that keeps our customers coming back for more." items={[ - { - title: "Carne Asada Tacos", - description: "Classic and fresh.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tortilla-with-meat-vegetables_23-2148750443.jpg", - }, - { - title: "Pork Torta", - description: "A local favorite sandwich.", - imageSrc: "http://img.b2bpic.net/free-photo/meat-sandwich-wooden-board-side-view_141793-2394.jpg", - }, - { - title: "Asada Tostada", - description: "Crispy and flavorful.", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-dish-with-avocado-seeds_23-2148282993.jpg", - }, - { - title: "Cheese Quesadilla", - description: "Simple and delicious.", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-mexican-food-plates_23-2147812107.jpg", - }, - { - title: "Lengua Tacos", - description: "Authentic street style.", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-tortillas-with-meat-seen-through-tomato-sauce-spoon_181624-44741.jpg", - }, - { - title: "Carnitas Burrito", - description: "Big, fresh, and hearty.", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-tacos-salsa-sauce-with-meat-vegetables-cutting-board_23-2148042498.jpg", - }, - { - title: "Fresh Sides", - description: "Extra avocado and more.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-green-onion-cutting-board-with-other-onions-around-wooden-background_141793-5915.jpg", - }, + { title: "Carne Asada Tacos", description: "Classic and fresh.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tortilla-with-meat-vegetables_23-2148750443.jpg" }, + { title: "Pork Torta", description: "A local favorite sandwich.", imageSrc: "http://img.b2bpic.net/free-photo/meat-sandwich-wooden-board-side-view_141793-2394.jpg" }, + { title: "Asada Tostada", description: "Crispy and flavorful.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-dish-with-avocado-seeds_23-2148282993.jpg" }, + { title: "Cheese Quesadilla", description: "Simple and delicious.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-mexican-food-plates_23-2147812107.jpg" }, + { title: "Lengua Tacos", description: "Authentic street style.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-tortillas-with-meat-seen-through-tomato-sauce-spoon_181624-44741.jpg" }, + { title: "Carnitas Burrito", description: "Big, fresh, and hearty.", imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-tacos-salsa-sauce-with-meat-vegetables-cutting-board_23-2148042498.jpg" }, + { title: "Fresh Sides", description: "Extra avocado and more.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-green-onion-cutting-board-with-other-onions-around-wooden-background_141793-5915.jpg" }, ]} /> @@ -156,45 +89,20 @@ export default function HomePage() { description="We are proud of our 4.6 star rating from over 430 happy customers." testimonials={[ { - id: "1", - name: "Brock", - role: "Family Regular", - quote: "They have the best burritos in quesadillas and tacos. Our family’s favorite place!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg", - }, + name: "Brock", role: "Family Regular", quote: "They have the best burritos in quesadillas and tacos. Our family’s favorite place!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg"}, { - id: "2", - name: "tina denney", - role: "Local Guide", - quote: "I got the asada tostada with extra avocado. I really like them. My husband gets the pork torta every time.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eats-hot-dog-cafe-terrace_169016-55849.jpg", - }, + name: "tina denney", role: "Local Guide", quote: "I got the asada tostada with extra avocado. I really like them. My husband gets the pork torta every time.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eats-hot-dog-cafe-terrace_169016-55849.jpg"}, { - id: "3", - name: "Viktoria Holoiukh", - role: "Diner", - quote: "I can't say it was great, but good! Ingredients have a good fresh taste.", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5046.jpg", - }, + name: "Viktoria Holoiukh", role: "Diner", quote: "I can't say it was great, but good! Ingredients have a good fresh taste.", rating: 4, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5046.jpg"}, { - id: "4", - name: "Anonymous Guest", - role: "Diner", - quote: "Great atmosphere for sunny days. Tacos are authentic and fresh.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698360.jpg", - }, + name: "Anonymous Guest", role: "Diner", quote: "Great atmosphere for sunny days. Tacos are authentic and fresh.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698360.jpg"}, { - id: "5", - name: "Local Guest", - role: "Diner", - quote: "Fast service, fresh ingredients, and perfectly seasoned meats.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-lady-posing-while-standing-blouse-denim-jacket-looking-pretty-front-view_176474-109186.jpg", - }, + name: "Local Guest", role: "Diner", quote: "Fast service, fresh ingredients, and perfectly seasoned meats.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-lady-posing-while-standing-blouse-denim-jacket-looking-pretty-front-view_176474-109186.jpg"}, ]} /> @@ -205,14 +113,8 @@ export default function HomePage() {