diff --git a/src/app/page.tsx b/src/app/page.tsx index f41e9b6..36cec12 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,17 +51,17 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-round-table-served-two-christms-dinner-silver-candle-decorated-with-natural-fir-branches-two-flutes-pairs-plates-with-decorative-handmade-christmas-trees_132075-11391.jpg", imageAlt: "桃司廚招牌餐點"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-round-table-served-two-christms-dinner-silver-candle-decorated-with-natural-fir-branches-two-flutes-pairs-plates-with-decorative-handmade-christmas-trees_132075-11391.jpg?_wi=1", imageAlt: "桃司廚招牌餐點"}, { - imageSrc: "http://img.b2bpic.net/free-photo/eggs-bacon-waffles_1203-3430.jpg", imageAlt: "泰泰打拋豬起司蛋餅"}, + imageSrc: "http://img.b2bpic.net/free-photo/eggs-bacon-waffles_1203-3430.jpg?_wi=1", imageAlt: "泰泰打拋豬起司蛋餅"}, { - imageSrc: "http://img.b2bpic.net/free-photo/omelette-with-cheese-tomatoes-with-cutlery_23-2148698687.jpg", imageAlt: "菇菇甲看麥蛋餅"}, + imageSrc: "http://img.b2bpic.net/free-photo/omelette-with-cheese-tomatoes-with-cutlery_23-2148698687.jpg?_wi=1", imageAlt: "菇菇甲看麥蛋餅"}, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-dish-with-meatball_23-2148149197.jpg", imageAlt: "老派豬排炒蛋麵"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-dish-with-meatball_23-2148149197.jpg?_wi=1", imageAlt: "老派豬排炒蛋麵"}, { - imageSrc: "http://img.b2bpic.net/free-photo/breakfast-plate-containing-cocktail-sausages-fried-eggs-cherry-tomatoes-sweets-fruits-glass-peach-juice_114579-44589.jpg", imageAlt: "德式脆腸拼盤"}, + imageSrc: "http://img.b2bpic.net/free-photo/breakfast-plate-containing-cocktail-sausages-fried-eggs-cherry-tomatoes-sweets-fruits-glass-peach-juice_114579-44589.jpg?_wi=1", imageAlt: "德式脆腸拼盤"}, { - imageSrc: "http://img.b2bpic.net/free-photo/variety-open-sandwiches-made-brown-whole-wheat-bread-with-tomatoes-sauce_1150-37823.jpg", imageAlt: "美味拼盤"}, + imageSrc: "http://img.b2bpic.net/free-photo/variety-open-sandwiches-made-brown-whole-wheat-bread-with-tomatoes-sauce_1150-37823.jpg?_wi=1", imageAlt: "美味拼盤"}, ]} /> @@ -74,15 +74,15 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", name: "泰泰打拋豬起司蛋餅", price: "$85", variant: "經典推薦", imageSrc: "http://img.b2bpic.net/free-photo/eggs-bacon-waffles_1203-3430.jpg"}, + id: "1", name: "泰泰打拋豬起司蛋餅", price: "$85", variant: "經典推薦", imageSrc: "http://img.b2bpic.net/free-photo/eggs-bacon-waffles_1203-3430.jpg?_wi=2"}, { - id: "2", name: "菇菇甲看麥蛋餅", price: "$75", variant: "素食首選", imageSrc: "http://img.b2bpic.net/free-photo/omelette-with-cheese-tomatoes-with-cutlery_23-2148698687.jpg"}, + id: "2", name: "菇菇甲看麥蛋餅", price: "$75", variant: "素食首選", imageSrc: "http://img.b2bpic.net/free-photo/omelette-with-cheese-tomatoes-with-cutlery_23-2148698687.jpg?_wi=2"}, { - id: "3", name: "老派豬排炒蛋麵", price: "$120", variant: "飽足感", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-dish-with-meatball_23-2148149197.jpg"}, + id: "3", name: "老派豬排炒蛋麵", price: "$120", variant: "飽足感", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-dish-with-meatball_23-2148149197.jpg?_wi=2"}, { - id: "4", name: "德式脆腸拼盤", price: "$150", variant: "人氣拼盤", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-plate-containing-cocktail-sausages-fried-eggs-cherry-tomatoes-sweets-fruits-glass-peach-juice_114579-44589.jpg"}, + id: "4", name: "德式脆腸拼盤", price: "$150", variant: "人氣拼盤", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-plate-containing-cocktail-sausages-fried-eggs-cherry-tomatoes-sweets-fruits-glass-peach-juice_114579-44589.jpg?_wi=2"}, { - id: "5", name: "培根脆吐司", price: "$65", variant: "輕食選", imageSrc: "http://img.b2bpic.net/free-photo/variety-open-sandwiches-made-brown-whole-wheat-bread-with-tomatoes-sauce_1150-37823.jpg"}, + id: "5", name: "培根脆吐司", price: "$65", variant: "輕食選", imageSrc: "http://img.b2bpic.net/free-photo/variety-open-sandwiches-made-brown-whole-wheat-bread-with-tomatoes-sauce_1150-37823.jpg?_wi=2"}, { id: "6", name: "季節時蔬蛋餅", price: "$80", variant: "健康", imageSrc: "http://img.b2bpic.net/free-photo/white-eggs-with-yolk-flour-oil_114579-39533.jpg"}, ]} @@ -100,19 +100,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah W.", role: "在地居民", company: "藝文區", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-round-table-served-two-christms-dinner-silver-candle-decorated-with-natural-fir-branches-two-flutes-pairs-plates-with-decorative-handmade-christmas-trees_132075-11391.jpg", imageAlt: "delicious brunch breakfast plate top view"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-round-table-served-two-christms-dinner-silver-candle-decorated-with-natural-fir-branches-two-flutes-pairs-plates-with-decorative-handmade-christmas-trees_132075-11391.jpg?_wi=2", imageAlt: "delicious brunch breakfast plate top view"}, { id: "2", name: "Michael L.", role: "上班族", company: "常客", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/eggs-bacon-waffles_1203-3430.jpg", imageAlt: "thai pork omelet breakfast pancake"}, + imageSrc: "http://img.b2bpic.net/free-photo/eggs-bacon-waffles_1203-3430.jpg?_wi=3", imageAlt: "thai pork omelet breakfast pancake"}, { id: "3", name: "Emily C.", role: "假日家庭", company: "藝文區", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/omelette-with-cheese-tomatoes-with-cutlery_23-2148698687.jpg", imageAlt: "mushroom egg pancake healthy"}, + imageSrc: "http://img.b2bpic.net/free-photo/omelette-with-cheese-tomatoes-with-cutlery_23-2148698687.jpg?_wi=3", imageAlt: "mushroom egg pancake healthy"}, { id: "4", name: "David K.", role: "熱愛早午餐", company: "食客", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-dish-with-meatball_23-2148149197.jpg", imageAlt: "pork chop scrambled egg noodle"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-dish-with-meatball_23-2148149197.jpg?_wi=3", imageAlt: "pork chop scrambled egg noodle"}, { id: "5", name: "Jessica H.", role: "小家庭", company: "忠實顧客", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/breakfast-plate-containing-cocktail-sausages-fried-eggs-cherry-tomatoes-sweets-fruits-glass-peach-juice_114579-44589.jpg", imageAlt: "german sausage breakfast platter"}, + imageSrc: "http://img.b2bpic.net/free-photo/breakfast-plate-containing-cocktail-sausages-fried-eggs-cherry-tomatoes-sweets-fruits-glass-peach-juice_114579-44589.jpg?_wi=3", imageAlt: "german sausage breakfast platter"}, ]} title="在地食客好評" description="感謝每一位顧客的喜愛,我們持續為您提供最有溫度的早午餐。" @@ -125,7 +125,7 @@ export default function LandingPage() { useInvertedBackground={false} title="常見問題" description="關於桃司廚的用餐資訊與常見疑問。" - imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-restaurant_74190-4464.jpg" + imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-restaurant_74190-4464.jpg?_wi=1" mediaAnimation="slide-up" faqsAnimation="blur-reveal" faqs={[ @@ -166,7 +166,7 @@ export default function LandingPage() { name: "note", placeholder: "特殊備註 (如:嬰兒椅、特殊餐點需求)", rows: 4, required: false, }} - imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-restaurant_74190-4464.jpg" + imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-restaurant_74190-4464.jpg?_wi=2" />