diff --git a/src/app/page.tsx b/src/app/page.tsx index 82a0210..905b8f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,112 +47,62 @@ export default function LandingPage() {
@@ -172,13 +114,9 @@ export default function LandingPage() { description="Vinny’s was born from a passion for bold spices and authentic cooking. We bring the heart of street food directly to your neighborhood." metrics={[ { - value: "10k+", - title: "Happy Customers", - }, + value: "10k+", title: "Happy Customers"}, { - value: "15+", - title: "Signature Recipes", - }, + value: "15+", title: "Signature Recipes"}, ]} imageSrc="http://img.b2bpic.net/free-photo/woman-puts-cinnabon-plate-family-party_169016-48404.jpg" imageAlt="Vinny behind the counter" @@ -195,41 +133,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Gourmet Beef Taco", - price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-tacos-dish_23-2150777657.jpg", - }, + id: "p1", name: "Gourmet Beef Taco", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-tacos-dish_23-2150777657.jpg"}, { - id: "p2", - name: "Spicy Chicken Burrito", - price: "$8.99", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement-top-view_23-2148629322.jpg", - }, + id: "p2", name: "Spicy Chicken Burrito", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement-top-view_23-2148629322.jpg"}, { - id: "p3", - name: "Loaded Street Hotdog", - price: "$5.50", - imageSrc: "http://img.b2bpic.net/free-photo/street-market-night_23-2151604336.jpg", - }, + id: "p3", name: "Loaded Street Hotdog", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/street-market-night_23-2151604336.jpg"}, { - id: "p4", - name: "Crispy Fish Taco", - price: "$5.00", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-tacos-with-meat-vegetables-wooden-table_123827-19987.jpg", - }, + id: "p4", name: "Crispy Fish Taco", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-tacos-with-meat-vegetables-wooden-table_123827-19987.jpg"}, { - id: "p5", - name: "Cheesy Veggie Quesadilla", - price: "$6.50", - imageSrc: "http://img.b2bpic.net/free-photo/mexican-quesadilla-wrap-with-chicken-corn-sweet-pepper-salsa_2829-11819.jpg", - }, + id: "p5", name: "Cheesy Veggie Quesadilla", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/mexican-quesadilla-wrap-with-chicken-corn-sweet-pepper-salsa_2829-11819.jpg"}, { - id: "p6", - name: "Golden Street Fries", - price: "$3.99", - imageSrc: "http://img.b2bpic.net/free-photo/fat-salt-tasty-crisps-spicy_1339-28.jpg", - }, + id: "p6", name: "Golden Street Fries", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/fat-salt-tasty-crisps-spicy_1339-28.jpg"}, ]} title="Chef's Favorites" description="Handcrafted snacks made with premium ingredients and bold, authentic recipes." @@ -244,20 +158,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Fresh Ingredients", - description: "Locally sourced and farm-fresh produce every day.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-copy-space-colored-bell-peppers-with-green-onions-cutting-board-wooden-background_141793-49609.jpg", - }, + title: "Fresh Ingredients", description: "Locally sourced and farm-fresh produce every day.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-copy-space-colored-bell-peppers-with-green-onions-cutting-board-wooden-background_141793-49609.jpg"}, { - title: "Fast Service", - description: "Designed for your busy urban lifestyle.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-girls-having-fun-amusement-park_23-2147919066.jpg", - }, + title: "Fast Service", description: "Designed for your busy urban lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/happy-girls-having-fun-amusement-park_23-2147919066.jpg"}, { - title: "Handcrafted", - description: "Slow-cooked recipes with authentic flavor profiles.", - imageSrc: "http://img.b2bpic.net/free-photo/putting-tomatoes-yogurt-red-basilic-leaves-together_114579-4561.jpg", - }, + title: "Handcrafted", description: "Slow-cooked recipes with authentic flavor profiles.", imageSrc: "http://img.b2bpic.net/free-photo/putting-tomatoes-yogurt-red-basilic-leaves-together_114579-4561.jpg"}, ]} title="Why Vinny's?" description="We don't compromise on the quality of our ingredients or the speed of our service." @@ -271,40 +176,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Sarah J.", - role: "Foodie", - testimonial: "Best street tacos I've had in a long time. So fresh and flavorful!", - imageSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-his-girlfriend-lunch-time-restaurant_637285-1937.jpg", - }, + id: "t1", name: "Sarah J.", role: "Foodie", testimonial: "Best street tacos I've had in a long time. So fresh and flavorful!", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-his-girlfriend-lunch-time-restaurant_637285-1937.jpg"}, { - id: "t2", - name: "Mike R.", - role: "Local", - testimonial: "I visit every lunch break. The quality is just consistently perfect.", - imageSrc: "http://img.b2bpic.net/free-photo/man-winking-thumb-up_1187-3210.jpg", - }, + id: "t2", name: "Mike R.", role: "Local", testimonial: "I visit every lunch break. The quality is just consistently perfect.", imageSrc: "http://img.b2bpic.net/free-photo/man-winking-thumb-up_1187-3210.jpg"}, { - id: "t3", - name: "Elena K.", - role: "Blogger", - testimonial: "Vinny's is a true local gem. You haven't lived until you've tried the burritos.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-women-with-pizza_23-2149872439.jpg", - }, + id: "t3", name: "Elena K.", role: "Blogger", testimonial: "Vinny's is a true local gem. You haven't lived until you've tried the burritos.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-women-with-pizza_23-2149872439.jpg"}, { - id: "t4", - name: "David L.", - role: "Fan", - testimonial: "Quick, delicious, and perfectly seasoned every single time.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-guy-sunglasses-eating-fast-food-spending-time-outdoors_8353-6330.jpg", - }, + id: "t4", name: "David L.", role: "Fan", testimonial: "Quick, delicious, and perfectly seasoned every single time.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-guy-sunglasses-eating-fast-food-spending-time-outdoors_8353-6330.jpg"}, { - id: "t5", - name: "Grace M.", - role: "Regular", - testimonial: "The loaded fries are a life-changing snack. Highly recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/image-young-happy-smiling-woman-having-fun-eating-ice-cream-coffee-shop-restaurant-closeup-portrait_1153-5754.jpg", - }, + id: "t5", name: "Grace M.", role: "Regular", testimonial: "The loaded fries are a life-changing snack. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/image-young-happy-smiling-woman-having-fun-eating-ice-cream-coffee-shop-restaurant-closeup-portrait_1153-5754.jpg"}, ]} title="Loved by Foodies" description="Don't take our word for it—check out what the neighborhood has to say about their Vinny's experience." @@ -316,14 +196,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Eater Local", - "Tasty Magazine", - "Urban Food Guide", - "Daily Meal", - "Foodies World", - "Snack Review", - "Bite News", - ]} + "Eater Local", "Tasty Magazine", "Urban Food Guide", "Daily Meal", "Foodies World", "Snack Review", "Bite News"]} title="Featured In" description="We are proud to be recognized by leading local food media outlets." /> @@ -335,20 +208,15 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "Where can we find the truck?", - content: "Follow us on Instagram for daily location updates and pop-up events.", - }, + id: "f1", title: "Where can we find the truck?", content: "Follow us on Instagram for daily location updates and pop-up events."}, { - id: "f2", - title: "Do you offer catering?", - content: "Yes! Contact us through the form below for wedding, corporate, or private party inquiries.", - }, + id: "f2", title: "Do you offer catering?", content: "Yes! Contact us through the form below for wedding, corporate, or private party inquiries."}, { - id: "f3", - title: "Are there vegetarian options?", - content: "Absolutely, we have several delicious veggie-friendly tacos and quesadillas.", - }, + id: "f3", title: "Are there vegetarian options?", content: "Absolutely, we have several delicious veggie-friendly tacos and quesadillas."}, + { + id: "f4", title: "What are the payment methods?", content: "We accept all major credit cards, Apple Pay, Google Pay, and cash."}, + { + id: "f5", title: "Can I customize my order?", content: "Yes, just let our team know if you have any special requests or allergies."}, ]} title="Frequently Asked" description="Got questions? We've got answers." @@ -363,34 +231,49 @@ export default function LandingPage() { description="Interested in catering or have a question? Send us a message and we'll get back to you soon." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, ]} textarea={{ - name: "message", - placeholder: "How can we help you?", - required: true, + name: "message", placeholder: "How can we help you?", required: true, }} imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-holding-glass-lemonade-caravan_23-2148659519.jpg" /> ); -} +} \ No newline at end of file