diff --git a/src/app/page.tsx b/src/app/page.tsx
index f6569c0..f725ec8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -34,69 +34,44 @@ export default function LandingPage() {
@@ -171,7 +122,7 @@ export default function LandingPage() {
useInvertedBackground={true}
tag="Our Story"
title="From Local Markets to Your Table"
- description="The Street Kitchen started with a simple passion: to share the vibrant, diverse flavors of global street food with our community. We source the freshest local ingredients and combine them with time-honored recipes from around the world."
+ description="The Street Kitchen started with a simple passion: to share the vibrant, diverse flavors of global street food with our community. We source the freshest local ingredients and combine with time-honored recipes from around the world."
subdescription="Every dish tells a story, a journey of taste that reflects the spirit of bustling street markets and cherished family traditions. Join us and experience a culinary adventure."
icon={Flame}
imageSrc="http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1317.jpg"
@@ -188,47 +139,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p-burger",
- name: "The Classic Street Burger",
- price: "$12.99",
- imageSrc: "http://img.b2bpic.net/free-photo/sandwich-hamburger-with-juicy-burgers-red-cabbage-pink-sauce_2829-4121.jpg",
- imageAlt: "Classic Street Burger",
- },
+ id: "p-burger", name: "The Classic Street Burger", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-hamburger-with-juicy-burgers-red-cabbage-pink-sauce_2829-4121.jpg", imageAlt: "Classic Street Burger"},
{
- id: "p-tacos",
- name: "Spicy Al Pastor Tacos",
- price: "$10.50",
- imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-tacos-with-meat-vegetables-wooden-table_123827-20168.jpg",
- imageAlt: "Spicy Al Pastor Tacos",
- },
+ id: "p-tacos", name: "Spicy Al Pastor Tacos", price: "$10.50", imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-tacos-with-meat-vegetables-wooden-table_123827-20168.jpg", imageAlt: "Spicy Al Pastor Tacos"},
{
- id: "p-pizza",
- name: "Margherita Street Pizza",
- price: "$14.00",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-cutter-arrangement_23-2148574226.jpg",
- imageAlt: "Margherita Street Pizza",
- },
+ id: "p-pizza", name: "Margherita Street Pizza", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-cutter-arrangement_23-2148574226.jpg", imageAlt: "Margherita Street Pizza"},
{
- id: "p-pasta",
- name: "Creamy Alfredo Pasta",
- price: "$13.75",
- imageSrc: "http://img.b2bpic.net/free-photo/seafood-fettuccini-with-creamy-sauce-parmesan-topped-with-cherry-tomato-dill_140725-1612.jpg",
- imageAlt: "Creamy Alfredo Pasta",
- },
+ id: "p-pasta", name: "Creamy Alfredo Pasta", price: "$13.75", imageSrc: "http://img.b2bpic.net/free-photo/seafood-fettuccini-with-creamy-sauce-parmesan-topped-with-cherry-tomato-dill_140725-1612.jpg", imageAlt: "Creamy Alfredo Pasta"},
{
- id: "p-salad",
- name: "Quinoa & Avocado Salad",
- price: "$11.25",
- imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-tasty-nutritious-food-space-text_185193-109944.jpg",
- imageAlt: "Quinoa & Avocado Salad",
- },
+ id: "p-salad", name: "Quinoa & Avocado Salad", price: "$11.25", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-tasty-nutritious-food-space-text_185193-109944.jpg", imageAlt: "Quinoa & Avocado Salad"},
{
- id: "p-dessert",
- name: "Churros with Chocolate Dip",
- price: "$7.50",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-cream-fruits-inside-white-plate-along-with-fresh-fruits-cinnamon-grey-blue-desk-fruit-cake_140725-22842.jpg",
- imageAlt: "Churros with Chocolate Dip",
- },
+ id: "p-dessert", name: "Churros with Chocolate Dip", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-cream-fruits-inside-white-plate-along-with-fresh-fruits-cinnamon-grey-blue-desk-fruit-cake_140725-22842.jpg", imageAlt: "Churros with Chocolate Dip"},
]}
title="Explore Our Delicious Menu"
description="Crafted with passion, our menu features a delectable selection of street-food inspired dishes, from sizzling burgers to exotic tacos. Each item is prepared fresh daily with the finest ingredients."
@@ -243,61 +164,31 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
- id: "deal-1",
- badge: "Lunch Combo",
- badgeIcon: Sun,
- price: "$15.99",
- subtitle: "Burger + Fries + Drink",
- buttons: [
+ id: "deal-1", badge: "Lunch Combo", badgeIcon: Sun,
+ price: "$15.99", subtitle: "Burger + Fries + Drink", buttons: [
{
- text: "Order Lunch",
- href: "#",
- },
+ text: "Order Lunch", href: "#"},
],
features: [
- "Choice of any Classic Burger",
- "Crispy seasoned fries",
- "Soft drink or water",
- "Available Mon-Fri, 11 AM - 3 PM",
- ],
+ "Choice of any Classic Burger", "Crispy seasoned fries", "Soft drink or water", "Available Mon-Fri, 11 AM - 3 PM"],
},
{
- id: "deal-2",
- badge: "Dinner Feast",
- badgeIcon: Moon,
- price: "$29.99",
- subtitle: "Two Main Dishes + Appetizer",
- buttons: [
+ id: "deal-2", badge: "Dinner Feast", badgeIcon: Moon,
+ price: "$29.99", subtitle: "Two Main Dishes + Appetizer", buttons: [
{
- text: "Order Dinner",
- href: "#",
- },
+ text: "Order Dinner", href: "#"},
],
features: [
- "Two main dishes from selected menu",
- "One appetizer to share",
- "Perfect for a date night",
- "Available Daily, 5 PM - 10 PM",
- ],
+ "Two main dishes from selected menu", "One appetizer to share", "Perfect for a date night", "Available Daily, 5 PM - 10 PM"],
},
{
- id: "deal-3",
- badge: "Family Pack",
- badgeIcon: Users,
- price: "$49.99",
- subtitle: "Feeds 4-5 people",
- buttons: [
+ id: "deal-3", badge: "Family Pack", badgeIcon: Users,
+ price: "$49.99", subtitle: "Feeds 4-5 people", buttons: [
{
- text: "Order Family Pack",
- href: "#",
- },
+ text: "Order Family Pack", href: "#"},
],
features: [
- "Four main dishes",
- "Two large sides",
- "One dessert platter",
- "Perfect for family gatherings",
- ],
+ "Four main dishes", "Two large sides", "One dessert platter", "Perfect for family gatherings"],
},
]}
title="Daily Specials & Combo Deals"
@@ -307,30 +198,19 @@ export default function LandingPage() {
@@ -525,19 +308,13 @@ export default function LandingPage() {
socialLinks={[
{
icon: Facebook,
- href: "https://facebook.com/thestreetkitchen",
- ariaLabel: "Facebook",
- },
+ href: "https://facebook.com/thestreetkitchen", ariaLabel: "Facebook"},
{
icon: Instagram,
- href: "https://instagram.com/thestreetkitchen",
- ariaLabel: "Instagram",
- },
+ href: "https://instagram.com/thestreetkitchen", ariaLabel: "Instagram"},
{
icon: Twitter,
- href: "https://twitter.com/thestreetkitchen",
- ariaLabel: "Twitter",
- },
+ href: "https://twitter.com/thestreetkitchen", ariaLabel: "Twitter"},
]}
/>