Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-06 07:28:56 +00:00
3 changed files with 20 additions and 20 deletions

View File

@@ -88,7 +88,7 @@ export default function AboutPage() {
role: "Student",
company: "Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=5",
imageAlt: "Ravi Kumar",
},
{
@@ -97,7 +97,7 @@ export default function AboutPage() {
role: "Worker",
company: "Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=6",
imageAlt: "Priya Sharma",
},
{
@@ -106,7 +106,7 @@ export default function AboutPage() {
role: "Traveler",
company: "Visitor",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=7",
imageAlt: "Arun Pillai",
},
{
@@ -115,7 +115,7 @@ export default function AboutPage() {
role: "Resident",
company: "Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=8",
imageAlt: "Maya Singh",
},
]}

View File

@@ -70,42 +70,42 @@ export default function MenuPage() {
id: "1",
name: "Cold Milo",
price: "₹40",
imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-4418.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-4418.jpg?_wi=2",
imageAlt: "Cold Milo beverage",
},
{
id: "2",
name: "Chicken Burger",
price: "₹60",
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-chicken-burger-tomatoes-cheese-lettuce_2829-16300.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-chicken-burger-tomatoes-cheese-lettuce_2829-16300.jpg?_wi=2",
imageAlt: "Delicious chicken burger",
},
{
id: "3",
name: "Bread Omelette",
price: "₹50",
imageSrc: "http://img.b2bpic.net/free-photo/omelette-with-toast-near-coffee_23-2147717748.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/omelette-with-toast-near-coffee_23-2147717748.jpg?_wi=2",
imageAlt: "Fresh bread omelette",
},
{
id: "4",
name: "Chocolate Coffee",
price: "₹45",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-chocolate_23-2148336733.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-chocolate_23-2148336733.jpg?_wi=2",
imageAlt: "Rich chocolate coffee",
},
{
id: "5",
name: "Sandwich",
price: "₹35",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-sandwich-mayonnaise-yogurt-sauce-served-with-orange-juice-potato-crisps_181624-57257.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-sandwich-mayonnaise-yogurt-sauce-served-with-orange-juice-potato-crisps_181624-57257.jpg?_wi=2",
imageAlt: "Fresh sandwich",
},
{
id: "6",
name: "Blue Mojito",
price: "₹50",
imageSrc: "http://img.b2bpic.net/free-photo/blue-mojito-jar-with-lemon-mint-shiny-background-with-yellow-blue-pipes_114579-5170.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blue-mojito-jar-with-lemon-mint-shiny-background-with-yellow-blue-pipes_114579-5170.jpg?_wi=2",
imageAlt: "Refreshing blue mojito",
},
]}

View File

@@ -95,42 +95,42 @@ export default function HomePage() {
id: "1",
name: "Cold Milo",
price: "₹40",
imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-4418.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-4418.jpg?_wi=1",
imageAlt: "Cold Milo beverage",
},
{
id: "2",
name: "Chicken Burger",
price: "₹60",
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-chicken-burger-tomatoes-cheese-lettuce_2829-16300.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-chicken-burger-tomatoes-cheese-lettuce_2829-16300.jpg?_wi=1",
imageAlt: "Delicious chicken burger",
},
{
id: "3",
name: "Bread Omelette",
price: "₹50",
imageSrc: "http://img.b2bpic.net/free-photo/omelette-with-toast-near-coffee_23-2147717748.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/omelette-with-toast-near-coffee_23-2147717748.jpg?_wi=1",
imageAlt: "Fresh bread omelette",
},
{
id: "4",
name: "Chocolate Coffee",
price: "₹45",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-chocolate_23-2148336733.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-chocolate_23-2148336733.jpg?_wi=1",
imageAlt: "Rich chocolate coffee",
},
{
id: "5",
name: "Sandwich",
price: "₹35",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-sandwich-mayonnaise-yogurt-sauce-served-with-orange-juice-potato-crisps_181624-57257.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-sandwich-mayonnaise-yogurt-sauce-served-with-orange-juice-potato-crisps_181624-57257.jpg?_wi=1",
imageAlt: "Fresh sandwich",
},
{
id: "6",
name: "Blue Mojito",
price: "₹50",
imageSrc: "http://img.b2bpic.net/free-photo/blue-mojito-jar-with-lemon-mint-shiny-background-with-yellow-blue-pipes_114579-5170.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blue-mojito-jar-with-lemon-mint-shiny-background-with-yellow-blue-pipes_114579-5170.jpg?_wi=1",
imageAlt: "Refreshing blue mojito",
},
]}
@@ -166,7 +166,7 @@ export default function HomePage() {
role: "Student",
company: "Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1",
imageAlt: "Ravi Kumar",
},
{
@@ -175,7 +175,7 @@ export default function HomePage() {
role: "Worker",
company: "Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2",
imageAlt: "Priya Sharma",
},
{
@@ -184,7 +184,7 @@ export default function HomePage() {
role: "Traveler",
company: "Visitor",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=3",
imageAlt: "Arun Pillai",
},
{
@@ -193,7 +193,7 @@ export default function HomePage() {
role: "Resident",
company: "Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=4",
imageAlt: "Maya Singh",
},
]}