Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-16 09:30:48 +00:00

View File

@@ -70,7 +70,7 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/prepared-pork-fillets-being-cooked-coals-barbecue_23-2147840904.jpg"
imageSrc="http://img.b2bpic.net/free-photo/prepared-pork-fillets-being-cooked-coals-barbecue_23-2147840904.jpg?_wi=1"
imageAlt="charcoal chicken grill flames Sydney"
/>
</div>
@@ -123,15 +123,15 @@ export default function LandingPage() {
},
{
title: "Authentic Charcoal Grilling", description: "Traditional technique that delivers exceptional crust and smoky flavor impossible to replicate elsewhere.", buttonIcon: Flame,
imageSrc: "http://img.b2bpic.net/free-photo/prepared-pork-fillets-being-cooked-coals-barbecue_23-2147840904.jpg", imageAlt: "charcoal chicken grill flames Sydney"
imageSrc: "http://img.b2bpic.net/free-photo/prepared-pork-fillets-being-cooked-coals-barbecue_23-2147840904.jpg?_wi=2", imageAlt: "charcoal chicken grill flames Sydney"
},
{
title: "Generous Portions, Fair Prices", description: "Experience luxury casual dining without the premium price tag. Value that truly matters.", buttonIcon: Gift,
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-thanksgiving-day-delicious-dinner_23-2149100156.jpg", imageAlt: "mixed charcoal grilled meats platter"
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-thanksgiving-day-delicious-dinner_23-2149100156.jpg?_wi=1", imageAlt: "mixed charcoal grilled meats platter"
},
{
title: "Halal-Friendly Practices", description: "Committed to serving our diverse Sydney community with respect and authenticity.", buttonIcon: Heart,
imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad-with-grilled-chicken-breast_2829-13912.jpg", imageAlt: "juicy charcoal grilled chicken plated"
imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad-with-grilled-chicken-breast_2829-13912.jpg?_wi=1", imageAlt: "juicy charcoal grilled chicken plated"
}
]}
/>
@@ -146,22 +146,22 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "charcoal-chicken", name: "Half Charcoal Chicken", price: "$18.50", variant: "Herb-marinated, perfectly charred", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad-with-grilled-chicken-breast_2829-13912.jpg", imageAlt: "juicy charcoal grilled chicken plated"
id: "charcoal-chicken", name: "Half Charcoal Chicken", price: "$18.50", variant: "Herb-marinated, perfectly charred", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad-with-grilled-chicken-breast_2829-13912.jpg?_wi=2", imageAlt: "juicy charcoal grilled chicken plated"
},
{
id: "full-chicken", name: "Whole Charcoal Chicken", price: "$32.00", variant: "Perfect for families, juicy throughout", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad-with-grilled-chicken-breast_2829-13912.jpg", imageAlt: "juicy charcoal grilled chicken plated"
id: "full-chicken", name: "Whole Charcoal Chicken", price: "$32.00", variant: "Perfect for families, juicy throughout", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad-with-grilled-chicken-breast_2829-13912.jpg?_wi=3", imageAlt: "juicy charcoal grilled chicken plated"
},
{
id: "charcoal-ribs", name: "Charcoal Grilled Ribs", price: "$26.50", variant: "Fall-off-bone tender, smoky perfection", imageSrc: "http://img.b2bpic.net/free-photo/lamb-ribs-kebab-served-with-grilled-potatoes-salad_140725-1564.jpg", imageAlt: "slow cooked charcoal ribs plated"
},
{
id: "mixed-grill", name: "Mixed Grill Platter", price: "$45.00", variant: "Chicken, ribs, and premium meats selection", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-thanksgiving-day-delicious-dinner_23-2149100156.jpg", imageAlt: "mixed charcoal grilled meats platter"
id: "mixed-grill", name: "Mixed Grill Platter", price: "$45.00", variant: "Chicken, ribs, and premium meats selection", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-thanksgiving-day-delicious-dinner_23-2149100156.jpg?_wi=2", imageAlt: "mixed charcoal grilled meats platter"
},
{
id: "char-wings", name: "Charcoal Chicken Wings", price: "$14.50", variant: "Crispy skin, juicy meat, addictive flavor", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad-with-grilled-chicken-breast_2829-13912.jpg", imageAlt: "juicy charcoal grilled chicken plated"
id: "char-wings", name: "Charcoal Chicken Wings", price: "$14.50", variant: "Crispy skin, juicy meat, addictive flavor", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad-with-grilled-chicken-breast_2829-13912.jpg?_wi=4", imageAlt: "juicy charcoal grilled chicken plated"
},
{
id: "premium-bundle", name: "Premium Family Bundle", price: "$78.00", variant: "Feeds 4-5, mix of chicken, ribs, meats", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-thanksgiving-day-delicious-dinner_23-2149100156.jpg", imageAlt: "mixed charcoal grilled meats platter"
id: "premium-bundle", name: "Premium Family Bundle", price: "$78.00", variant: "Feeds 4-5, mix of chicken, ribs, meats", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-thanksgiving-day-delicious-dinner_23-2149100156.jpg?_wi=3", imageAlt: "mixed charcoal grilled meats platter"
}
]}
gridVariant="three-columns-all-equal-width"