diff --git a/src/app/page.tsx b/src/app/page.tsx index 5cd02fb..f17e34d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Apple, Beef, Clock, Leaf, Salad, Smile, Sparkles, Vegan, Wheat } from "lucide-react"; +import { Apple, Beef, ChefHat, Clock, Leaf, Salad, Smile, Sparkles, UtensilsCrossed, Vegan, Wheat } from "lucide-react"; export default function LandingPage() { return ( @@ -33,77 +33,44 @@ export default function LandingPage() {
@@ -319,55 +213,23 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "p_lunch", - title: "Lunch Special", - price: "$9.99", - period: "per person", - features: [ - "Choice of 6\" Sub or Small Salad", - "Bag of Chips", - "Canned Soda or Water", - ], + id: "p_lunch", title: "Lunch Special", price: "$9.99", period: "per person", features: [ + "Choice of 6\" Sub or Small Salad", "Bag of Chips", "Canned Soda or Water"], button: { - text: "Order Lunch", - }, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-sandwich-with-cucumbers-salmon-plate-with-blank-rectangle_23-2148749124.jpg?_wi=2", - imageAlt: "Parkway Subs & Salads logo professional", - }, + text: "Order Lunch"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-sandwich-with-cucumbers-salmon-plate-with-blank-rectangle_23-2148749124.jpg", imageAlt: "Parkway Subs & Salads logo professional"}, { - id: "p_family", - title: "Family Feast", - price: "$39.99", - period: "serves 4-6", - features: [ - "Two Footlong Subs", - "Large Salad Bowl", - "Assorted Chips", - "Gallon of Iced Tea", - ], + id: "p_family", title: "Family Feast", price: "$39.99", period: "serves 4-6", features: [ + "Two Footlong Subs", "Large Salad Bowl", "Assorted Chips", "Gallon of Iced Tea"], button: { - text: "Order Family Feast", - }, - imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8782.jpg?_wi=3", - imageAlt: "Parkway Subs & Salads logo professional", - }, + text: "Order Family Feast"}, + imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8782.jpg", imageAlt: "Parkway Subs & Salads logo professional"}, { - id: "p_event", - title: "Event Catering", - price: "Custom Quote", - period: "", - features: [ - "Assorted Sub Platters", - "Large Gourmet Salads", - "Dessert & Drink Options", - "Customizable Menus", - ], + id: "p_event", title: "Event Catering", price: "Custom Quote", period: "", features: [ + "Assorted Sub Platters", "Large Gourmet Salads", "Dessert & Drink Options", "Customizable Menus"], button: { - text: "Get a Quote", - }, - imageSrc: "http://img.b2bpic.net/free-photo/salad-with-chopped-purple-cabbage-cauliflower-herbs_114579-70262.jpg?_wi=3", - imageAlt: "Parkway Subs & Salads logo professional", - }, + text: "Get a Quote"}, + imageSrc: "http://img.b2bpic.net/free-photo/salad-with-chopped-purple-cabbage-cauliflower-herbs_114579-70262.jpg", imageAlt: "Parkway Subs & Salads logo professional"}, ]} title="Catering & Meal Deals" description="Perfect for office lunches, parties, or family dinners. We offer flexible options to fit your needs and budget." @@ -379,20 +241,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "faq1", - title: "What are your most popular subs?", - content: "Our Italian Hero, Turkey Club, and Philly Cheesesteak are perennial favorites among our customers. Be sure to try them!", - }, + id: "faq1", title: "What are your most popular subs?", content: "Our Italian Hero, Turkey Club, and Philly Cheesesteak are perennial favorites among our customers. Be sure to try them!"}, { - id: "faq2", - title: "Do you offer vegetarian or vegan options?", - content: "Yes, we have a variety of vegetarian and vegan-friendly options, including our Veggie Delight sub and several customizable salads. Just ask our staff!", - }, + id: "faq2", title: "Do you offer vegetarian or vegan options?", content: "Yes, we have a variety of vegetarian and vegan-friendly options, including our Veggie Delight sub and several customizable salads. Just ask our staff!"}, { - id: "faq3", - title: "Can I customize my order?", - content: "Absolutely! We believe in building your meal just the way you like it. You can customize ingredients for any sub, salad, or wrap to fit your taste.", - }, + id: "faq3", title: "Can I customize my order?", content: "Absolutely! We believe in building your meal just the way you like it. You can customize ingredients for any sub, salad, or wrap to fit your taste."}, ]} sideTitle="Questions & Answers" sideDescription="Find quick answers to our most common queries regarding our menu, ingredients, catering, and ordering process." @@ -405,8 +258,7 @@ export default function LandingPage() {