Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
{ text: "Call Now: (914) 737-8906", href: "tel:(914)737-8906" },
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sour-seafood-soup-tom-yum-seafood_1339-4746.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sour-seafood-soup-tom-yum-seafood_1339-4746.jpg?_wi=1"
|
||||
imageAlt="Fresh Chinese takeout in Peekskill"
|
||||
textPosition="bottom-left"
|
||||
showBlur={true}
|
||||
@@ -85,7 +85,7 @@ export default function LandingPage() {
|
||||
description="Customer favorites and house specials. Fresh ingredients, authentic recipes, fast service."
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Sesame Chicken", price: "$11.99", variant: "Lunch / Dinner", imageSrc: "http://img.b2bpic.net/free-photo/spicy-minced-pork-ball_1203-9083.jpg", imageAlt: "Sesame Chicken"},
|
||||
id: "1", name: "Sesame Chicken", price: "$11.99", variant: "Lunch / Dinner", imageSrc: "http://img.b2bpic.net/free-photo/spicy-minced-pork-ball_1203-9083.jpg?_wi=1", imageAlt: "Sesame Chicken"},
|
||||
{
|
||||
id: "2", name: "Shrimp Egg Foo Young", price: "$12.99", variant: "Lunch / Dinner", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269178.jpg", imageAlt: "Shrimp Egg Foo Young"},
|
||||
{
|
||||
@@ -109,13 +109,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Fast Takeout Service", author: "Ready in 15-20 minutes", description: "Quick preparation and friendly service. Order ahead by phone for even faster pickup.", tags: ["Speed", "Convenience"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sour-seafood-soup-tom-yum-seafood_1339-4746.jpg", imageAlt: "Fast takeout service"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sour-seafood-soup-tom-yum-seafood_1339-4746.jpg?_wi=2", imageAlt: "Fast takeout service"},
|
||||
{
|
||||
id: "2", title: "Affordable Prices", author: "$10-20 per entree", description: "Family-friendly pricing without compromising quality. Great value for authentic Chinese cuisine.", tags: ["Value", "Family"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-christmas-interior-decoration_181624-32583.jpg", imageAlt: "Affordable pricing"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-christmas-interior-decoration_181624-32583.jpg?_wi=1", imageAlt: "Affordable pricing"},
|
||||
{
|
||||
id: "3", title: "Fresh Ingredients", author: "Daily quality standards", description: "We use fresh, high-quality ingredients prepared daily. Consistent quality in every order.", tags: ["Quality", "Fresh"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spicy-minced-pork-ball_1203-9083.jpg", imageAlt: "Fresh ingredients"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spicy-minced-pork-ball_1203-9083.jpg?_wi=2", imageAlt: "Fresh ingredients"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -132,7 +132,7 @@ export default function LandingPage() {
|
||||
{ text: "Call: (914) 737-8906", href: "tel:(914)737-8906" },
|
||||
{ text: "View Full Menu", href: "#menu" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-christmas-interior-decoration_181624-32583.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-christmas-interior-decoration_181624-32583.jpg?_wi=2"
|
||||
imageAlt="Chinatown Kitchen storefront"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user