Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Find Us", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fish-chips-bowl-with-lemon-clipboard_23-2148776015.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fish-chips-bowl-with-lemon-clipboard_23-2148776015.jpg?_wi=1"
|
||||
imageAlt="Freshly cooked fish and chips at Wayside Fish Bar"
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
@@ -70,17 +70,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Cod & Chips", price: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fish-chips-dish-paper-cone_23-2148776026.jpg"},
|
||||
id: "1", name: "Cod & Chips", price: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fish-chips-dish-paper-cone_23-2148776026.jpg?_wi=1"},
|
||||
{
|
||||
id: "2", name: "Chicken Fillet Burger", price: "Huge", imageSrc: "http://img.b2bpic.net/free-photo/grill-chicken-burger_1339-1359.jpg"},
|
||||
id: "2", name: "Chicken Fillet Burger", price: "Huge", imageSrc: "http://img.b2bpic.net/free-photo/grill-chicken-burger_1339-1359.jpg?_wi=1"},
|
||||
{
|
||||
id: "3", name: "Cod Bites", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/classic-chicken-nuggets-sausage-cheese-sticks-wooden-platter_114579-71851.jpg"},
|
||||
id: "3", name: "Cod Bites", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/classic-chicken-nuggets-sausage-cheese-sticks-wooden-platter_114579-71851.jpg?_wi=1"},
|
||||
{
|
||||
id: "4", name: "Battered Sausage", price: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/sausages-fried-cabbage_2829-15542.jpg"},
|
||||
id: "4", name: "Battered Sausage", price: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/sausages-fried-cabbage_2829-15542.jpg?_wi=1"},
|
||||
{
|
||||
id: "5", name: "Beef Burger", price: "Tasty", imageSrc: "http://img.b2bpic.net/free-photo/grill-chicken-burger_1339-1359.jpg"},
|
||||
id: "5", name: "Beef Burger", price: "Tasty", imageSrc: "http://img.b2bpic.net/free-photo/grill-chicken-burger_1339-1359.jpg?_wi=2"},
|
||||
{
|
||||
id: "6", name: "Doner Kebab", price: "Satisfying", imageSrc: "http://img.b2bpic.net/free-photo/sausages-fried-cabbage_2829-15542.jpg"},
|
||||
id: "6", name: "Doner Kebab", price: "Satisfying", imageSrc: "http://img.b2bpic.net/free-photo/sausages-fried-cabbage_2829-15542.jpg?_wi=2"},
|
||||
]}
|
||||
title="Featured Favourites"
|
||||
description="Our signature dishes, cooked to order with the freshest ingredients."
|
||||
@@ -94,16 +94,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
title: "Freshly Cooked", description: "Every meal prepared to order for maximum flavour and heat.", buttonIcon: Sparkles,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fish-chips-bowl-with-lemon-clipboard_23-2148776015.jpg", imageAlt: "fresh fish and chips takeaway premium"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fish-chips-bowl-with-lemon-clipboard_23-2148776015.jpg?_wi=2", imageAlt: "fresh fish and chips takeaway premium"},
|
||||
{
|
||||
title: "Big Portions", description: "Generous servings that ensure you get real value for money.", buttonIcon: Utensils,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fish-chips-dish-paper-cone_23-2148776026.jpg", imageAlt: "fish and chips premium shot"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fish-chips-dish-paper-cone_23-2148776026.jpg?_wi=2", imageAlt: "fish and chips premium shot"},
|
||||
{
|
||||
title: "Separate Cooking", description: "Fish, chicken, and sausages are cooked separately for your peace of mind.", buttonIcon: ShieldCheck,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grill-chicken-burger_1339-1359.jpg", imageAlt: "chicken fillet burger appetizing"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grill-chicken-burger_1339-1359.jpg?_wi=3", imageAlt: "chicken fillet burger appetizing"},
|
||||
{
|
||||
title: "Friendly Staff", description: "Always welcomed with a polite, helpful, and accommodating smile.", buttonIcon: Smile,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-chicken-nuggets-sausage-cheese-sticks-wooden-platter_114579-71851.jpg", imageAlt: "golden cod bites takeaway"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-chicken-nuggets-sausage-cheese-sticks-wooden-platter_114579-71851.jpg?_wi=2", imageAlt: "golden cod bites takeaway"},
|
||||
]}
|
||||
title="Why Locals Love Us"
|
||||
description="We don't just serve food; we serve a community. Discover what makes us special."
|
||||
|
||||
Reference in New Issue
Block a user