Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-04-09 13:00:51 +00:00
4 changed files with 14 additions and 14 deletions

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="The One2Snacks Story"
description="Born from a love for Malaysian hawker food, One2Snacks started as a dream to bring authentic, high-quality street food to the heart of Scarborough. Every recipe is a tribute to the vibrant streets of Kuala Lumpur and our family traditions."
imageSrc="http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3094.jpg"
imageSrc="http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3094.jpg?_wi=2"
imageAlt="Cozy restaurant interior"
/>
</div>
@@ -69,13 +69,13 @@ export default function LandingPage() {
id: "1",
name: "Chef Lee",
role: "Head Chef",
imageSrc: "http://img.b2bpic.net/free-photo/pleasant-looking-stylish-bearded-man-speaks-smart-phone_273609-8930.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pleasant-looking-stylish-bearded-man-speaks-smart-phone_273609-8930.jpg?_wi=2",
},
{
id: "2",
name: "Sarah",
role: "Operations",
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg?_wi=2",
},
]}
/>

View File

@@ -61,7 +61,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Reach Out"
description="Questions? Feedback? Say hello."
imageSrc="http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3094.jpg"
imageSrc="http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3094.jpg?_wi=3"
inputs={[
{
name: "name",

View File

@@ -60,7 +60,7 @@ export default function LandingPage() {
price: "$6.50",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-bread-hot-tasty-fresh-sliced-inside-bread-bin-pink_140725-24288.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-bread-hot-tasty-fresh-sliced-inside-bread-bin-pink_140725-24288.jpg?_wi=1",
},
{
id: "2",
@@ -69,7 +69,7 @@ export default function LandingPage() {
price: "$14.99",
rating: 5,
reviewCount: "205",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-halves-coconut-stew_23-2148494726.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-halves-coconut-stew_23-2148494726.jpg?_wi=2",
},
{
id: "3",
@@ -96,7 +96,7 @@ export default function LandingPage() {
price: "$9.00",
rating: 5,
reviewCount: "180",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burgers-us-labor-day_23-2150378696.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burgers-us-labor-day_23-2150378696.jpg?_wi=2",
},
{
id: "6",
@@ -122,14 +122,14 @@ export default function LandingPage() {
name: "Curry Puffs",
price: "$6.50",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-bread-hot-tasty-fresh-sliced-inside-bread-bin-pink_140725-24288.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-bread-hot-tasty-fresh-sliced-inside-bread-bin-pink_140725-24288.jpg?_wi=2",
},
{
id: "2",
name: "Nasi Lemak",
price: "$14.99",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-halves-coconut-stew_23-2148494726.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-halves-coconut-stew_23-2148494726.jpg?_wi=3",
},
]}
/>

View File

@@ -128,7 +128,7 @@ export default function LandingPage() {
quote: "The best laksa I have had outside of KL! Absolutely authentic.",
name: "Sarah W.",
role: "Food Blogger",
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg?_wi=1",
},
{
id: "2",
@@ -136,7 +136,7 @@ export default function LandingPage() {
quote: "I come here every weekend for the Roti Canai. So consistent.",
name: "Michael L.",
role: "Regular Customer",
imageSrc: "http://img.b2bpic.net/free-photo/pleasant-looking-stylish-bearded-man-speaks-smart-phone_273609-8930.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pleasant-looking-stylish-bearded-man-speaks-smart-phone_273609-8930.jpg?_wi=1",
},
{
id: "3",
@@ -174,7 +174,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Common Questions"
description="Everything you need to know about our food and service."
imageSrc="http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3094.jpg"
imageSrc="http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3094.jpg?_wi=1"
mediaAnimation="slide-up"
faqsAnimation="slide-up"
faqs={[
@@ -214,14 +214,14 @@ export default function LandingPage() {
title: "Farm to Table",
subtitle: "Locally sourced",
description: "We prioritize fresh, local ingredients.",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-halves-coconut-stew_23-2148494726.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-halves-coconut-stew_23-2148494726.jpg?_wi=1",
},
{
tag: "Authentic",
title: "Traditional Recipes",
subtitle: "Heritage cooking",
description: "Passed down through generations.",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burgers-us-labor-day_23-2150378696.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burgers-us-labor-day_23-2150378696.jpg?_wi=1",
},
]}
/>