Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-25 07:21:04 +00:00

View File

@@ -129,7 +129,7 @@ export default function LandingPage() {
name: "Karoo Lamb Potjie",
price: "R180",
variant: "Slow-cooked lamb with root vegetables",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-biscuits-with-milk-dark-blue-background-pie-biscuit-tea-dessert-cookie-sugar-cake_179666-46599.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-biscuits-with-milk-dark-blue-background-pie-biscuit-tea-dessert-cookie-sugar-cake_179666-46599.jpg",
imageAlt: "Traditional South African lamb potjie",
},
{
@@ -137,7 +137,7 @@ export default function LandingPage() {
name: "Cape Malay Chicken Curry",
price: "R165",
variant: "Fragrant curry with basmati rice",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-lamb-liver-with-potato-greens_141793-3636.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-lamb-liver-with-potato-greens_141793-3636.jpg",
imageAlt: "Vibrant Cape Malay chicken curry",
},
{
@@ -145,7 +145,7 @@ export default function LandingPage() {
name: "Gourmet Vetkoek & Filling",
price: "R120",
variant: "Crispy vetkoek with savory mince or cheese",
imageSrc: "http://img.b2bpic.net/free-photo/seared-tuna-with-green-salad-sauce_1147-533.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/seared-tuna-with-green-salad-sauce_1147-533.jpg",
imageAlt: "Gourmet vetkoek with filling",
},
{
@@ -153,7 +153,7 @@ export default function LandingPage() {
name: "Fresh Line Fish of the Day",
price: "R195",
variant: "Served with seasonal greens and lemon butter",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-eating-beef-salad-with-lettuce-tomato-sauce_140725-1995.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-eating-beef-salad-with-lettuce-tomato-sauce_140725-1995.jpg",
imageAlt: "Freshly grilled line fish",
},
]}
@@ -170,6 +170,7 @@ export default function LandingPage() {
<div id="experience" data-section="experience">
<FeatureCardTwelve
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
features={[
@@ -221,7 +222,7 @@ export default function LandingPage() {
name: "Karoo Lamb Potjie",
price: "R180",
variant: "Slow-cooked lamb with root vegetables",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-biscuits-with-milk-dark-blue-background-pie-biscuit-tea-dessert-cookie-sugar-cake_179666-46599.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-biscuits-with-milk-dark-blue-background-pie-biscuit-tea-dessert-cookie-sugar-cake_179666-46599.jpg",
imageAlt: "Traditional South African lamb potjie",
},
{
@@ -229,7 +230,7 @@ export default function LandingPage() {
name: "Cape Malay Chicken Curry",
price: "R165",
variant: "Fragrant curry with basmati rice",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-lamb-liver-with-potato-greens_141793-3636.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-lamb-liver-with-potato-greens_141793-3636.jpg",
imageAlt: "Vibrant Cape Malay chicken curry",
},
{
@@ -237,7 +238,7 @@ export default function LandingPage() {
name: "Gourmet Vetkoek & Filling",
price: "R120",
variant: "Crispy vetkoek with savory mince or cheese",
imageSrc: "http://img.b2bpic.net/free-photo/seared-tuna-with-green-salad-sauce_1147-533.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/seared-tuna-with-green-salad-sauce_1147-533.jpg",
imageAlt: "Gourmet vetkoek with filling",
},
{
@@ -245,7 +246,7 @@ export default function LandingPage() {
name: "Fresh Line Fish of the Day",
price: "R195",
variant: "Served with seasonal greens and lemon butter",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-eating-beef-salad-with-lettuce-tomato-sauce_140725-1995.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-eating-beef-salad-with-lettuce-tomato-sauce_140725-1995.jpg",
imageAlt: "Freshly grilled line fish",
},
]}