From 67ae308cc61d9b880152decad3d4ef755034739b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 01:35:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 179 +++++++++++------------------------------------ 1 file changed, 41 insertions(+), 138 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0fb0c09..256e9da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Shield, Heart, Zap, Award } from 'lucide-react'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; @@ -31,21 +32,13 @@ export default function LandingPage() { @@ -54,41 +47,26 @@ export default function LandingPage() {
@@ -102,17 +80,11 @@ export default function LandingPage() { description="At Dom's To Go, we believe every meal should taste like home. Located in the heart of New City, we pride ourselves on generous portions, high-quality ingredients, and being a neighborhood spot that truly cares about our community." bulletPoints={[ { - title: "Community Focused", - description: "We are proud to support local schools, fundraisers, and causes.", - }, + title: "Community Focused", description: "We are proud to support local schools, fundraisers, and causes."}, { - title: "Homemade Quality", - description: "From our chicken cutlets to our sauces, everything is made from scratch.", - }, + title: "Homemade Quality", description: "From our chicken cutlets to our sauces, everything is made from scratch."}, { - title: "Family Convenience", - description: "Saving busy parents time with nutritious, ready-to-serve family dinners.", - }, + title: "Family Convenience", description: "Saving busy parents time with nutritious, ready-to-serve family dinners."}, ]} imageSrc="http://img.b2bpic.net/free-photo/waiter-serving-cup-coffee-sweet-food-customers_1170-641.jpg" mediaAnimation="blur-reveal" @@ -127,41 +99,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Chicken Cutlets", - price: "Market Price", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-cutlets-with-cooked-rice-dark-desk-dish-meat-rissole_140725-82497.jpg", - }, + id: "p1", name: "Chicken Cutlets", price: "Market Price", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-cutlets-with-cooked-rice-dark-desk-dish-meat-rissole_140725-82497.jpg"}, { - id: "p2", - name: "Rigatoni alla Vodka", - price: "Market Price", - imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-boiled-eggs-white-bowl_114579-69659.jpg", - }, + id: "p2", name: "Rigatoni alla Vodka", price: "Market Price", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-boiled-eggs-white-bowl_114579-69659.jpg"}, { - id: "p3", - name: "Caesar Salad", - price: "Market Price", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-caesar-salad-oval-plate-green-white-checkered-napkin-bowl-with-dried-crust-dark-red-background_140725-124386.jpg", - }, + id: "p3", name: "Caesar Salad", price: "Market Price", imageSrc: "http://img.b2bpic.net/free-photo/top-view-caesar-salad-oval-plate-green-white-checkered-napkin-bowl-with-dried-crust-dark-red-background_140725-124386.jpg"}, { - id: "p4", - name: "Lasagna w/ Vodka Sauce", - price: "Market Price", - imageSrc: "http://img.b2bpic.net/free-photo/casserole-with-cheese-gratin-zucchini-wooden-table_123827-33642.jpg", - }, + id: "p4", name: "Lasagna w/ Vodka Sauce", price: "Market Price", imageSrc: "http://img.b2bpic.net/free-photo/casserole-with-cheese-gratin-zucchini-wooden-table_123827-33642.jpg"}, { - id: "p5", - name: "Homemade Meatballs", - price: "Market Price", - imageSrc: "http://img.b2bpic.net/free-photo/farfalle-pasta-with-meatballs-spinach-sauce-with-fried-chickpeas_2829-18262.jpg", - }, + id: "p5", name: "Homemade Meatballs", price: "Market Price", imageSrc: "http://img.b2bpic.net/free-photo/farfalle-pasta-with-meatballs-spinach-sauce-with-fried-chickpeas_2829-18262.jpg"}, { - id: "p6", - name: "Mashed Potatoes & Gravy", - price: "Market Price", - imageSrc: "http://img.b2bpic.net/free-photo/mashed-potatoes-white-bowl_123827-36524.jpg", - }, + id: "p6", name: "Mashed Potatoes & Gravy", price: "Market Price", imageSrc: "http://img.b2bpic.net/free-photo/mashed-potatoes-white-bowl_123827-36524.jpg"}, ]} title="Our Menu Favorites" description="Hand-made Italian classics crafted daily by Dom and his crew." @@ -174,33 +122,17 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Fresh Ingredients", - description: "Locally sourced and prepared fresh daily.", - buttonIcon: "Shield", - imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-with-lettuce-olives-corn-tomatoes-top-view_114579-9761.jpg", - imageAlt: "lasagna vodka sauce delicious italian", - }, + title: "Fresh Ingredients", description: "Locally sourced and prepared fresh daily.", buttonIcon: Shield, + imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-with-lettuce-olives-corn-tomatoes-top-view_114579-9761.jpg", imageAlt: "lasagna vodka sauce delicious italian"}, { - title: "Family Friendly", - description: "Portions perfect for busy working parents.", - buttonIcon: "Heart", - imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-festive-christmas-dinner-together_23-2149174104.jpg?_wi=2", - imageAlt: "lasagna vodka sauce delicious italian", - }, + title: "Family Friendly", description: "Portions perfect for busy working parents.", buttonIcon: Heart, + imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-festive-christmas-dinner-together_23-2149174104.jpg", imageAlt: "lasagna vodka sauce delicious italian"}, { - title: "Easy Ordering", - description: "Place your order via Facebook today.", - buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-wing-nuggets-black-plate_114579-58130.jpg?_wi=2", - imageAlt: "lasagna vodka sauce delicious italian", - }, + title: "Easy Ordering", description: "Place your order via Facebook today.", buttonIcon: Zap, + imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-wing-nuggets-black-plate_114579-58130.jpg", imageAlt: "lasagna vodka sauce delicious italian"}, { - title: "Fair Prices", - description: "Delicious quality that doesn't break the bank.", - buttonIcon: "Award", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-spanish-croquettes-arrangement_23-2149173827.jpg?_wi=2", - imageAlt: "lasagna vodka sauce delicious italian", - }, + title: "Fair Prices", description: "Delicious quality that doesn't break the bank.", buttonIcon: Award, + imageSrc: "http://img.b2bpic.net/free-photo/delicious-spanish-croquettes-arrangement_23-2149173827.jpg", imageAlt: "lasagna vodka sauce delicious italian"}, ]} title="Why Neighbors Love Us" description="Consistent quality, family-sized value, and neighborhood hospitality." @@ -212,30 +144,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Scott Hewitt", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", - }, + id: "t1", name: "Scott Hewitt", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg"}, { - id: "t2", - name: "Gianna Accattato", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg", - }, + id: "t2", name: "Gianna Accattato", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg"}, { - id: "t3", - name: "Amanda Hahn", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg", - }, + id: "t3", name: "Amanda Hahn", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg"}, { - id: "t4", - name: "Justin Tomasello", - imageSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-dressed-denim-shirt-wearing-stylish-glasses_273609-6820.jpg", - }, + id: "t4", name: "Justin Tomasello", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-dressed-denim-shirt-wearing-stylish-glasses_273609-6820.jpg"}, { - id: "t5", - name: "Anthony Masi", - imageSrc: "http://img.b2bpic.net/free-photo/happy-family-havinf-dinner-together_23-2149117526.jpg", - }, + id: "t5", name: "Anthony Masi", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-havinf-dinner-together_23-2149117526.jpg"}, ]} cardTitle="What Our Neighbors Say" cardTag="4.9 ★ Rating" @@ -248,20 +165,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "How do I place an order?", - content: "You can easily place your order through our Facebook page or by calling us at (845) 323-4759.", - }, + id: "f1", title: "How do I place an order?", content: "You can easily place your order through our Facebook page or by calling us at (845) 323-4759."}, { - id: "f2", - title: "Do you offer delivery?", - content: "Yes, we provide both dine-in, takeout, and delivery options for your convenience.", - }, + id: "f2", title: "Do you offer delivery?", content: "Yes, we provide both dine-in, takeout, and delivery options for your convenience."}, { - id: "f3", - title: "What are your hours?", - content: "We open at 11:30 AM every Monday. Please check our Facebook page for the most up-to-date weekly schedule.", - }, + id: "f3", title: "What are your hours?", content: "We open at 11:30 AM every Monday. Please check our Facebook page for the most up-to-date weekly schedule."}, ]} sideTitle="Common Questions" faqsAnimation="blur-reveal" @@ -272,20 +180,15 @@ export default function LandingPage() {
-- 2.49.1