Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-03 17:16:12 +00:00

View File

@@ -43,14 +43,14 @@ export default function LandingPage() {
title="Experience Royal Taste, Delivered."
description="Premium quality ingredients, expertly prepared for your delight. Join thousands of happy customers who trust Royal Snappy Foods for their daily feast."
testimonials={[
{ name: "Amanda M.", handle: "@amanda", testimonial: "Excellent place to buy stuff at affordable prices.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dark-bowl-with-pasta-beans-with-spoons-dark-background_23-2148340384.jpg", imageAlt: "gourmet food photography professional plating" },
{ name: "David K.", handle: "@david", testimonial: "The quality is unmatched for the price point. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dry-spices-near-rice-dish_23-2147894748.jpg", imageAlt: "delicious jollof rice food photo" },
{ name: "Sarah J.", handle: "@sarah", testimonial: "Consistently great experience every single time I order.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rice-vegetables-plate_23-2148377487.jpg", imageAlt: "gourmet fried rice food styling" },
{ name: "Michael C.", handle: "@michael", testimonial: "Best jollof in town, hands down. A real royal treat.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-thanksgiving-meal-concept_23-2148686263.jpg", imageAlt: "roasted chicken feast table setting" },
{ name: "Emily R.", handle: "@emily", testimonial: "Always fresh, hot, and delicious. My go-to for comfort food.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-eating-dinner-hotel-snacks_1122-1790.jpg", imageAlt: "restaurant kitchen professional chef quality" }
{ name: "Amanda M.", handle: "@amanda", testimonial: "Excellent place to buy stuff at affordable prices.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dark-bowl-with-pasta-beans-with-spoons-dark-background_23-2148340384.jpg?_wi=1", imageAlt: "gourmet food photography professional plating" },
{ name: "David K.", handle: "@david", testimonial: "The quality is unmatched for the price point. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dry-spices-near-rice-dish_23-2147894748.jpg?_wi=1", imageAlt: "delicious jollof rice food photo" },
{ name: "Sarah J.", handle: "@sarah", testimonial: "Consistently great experience every single time I order.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rice-vegetables-plate_23-2148377487.jpg?_wi=1", imageAlt: "gourmet fried rice food styling" },
{ name: "Michael C.", handle: "@michael", testimonial: "Best jollof in town, hands down. A real royal treat.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-thanksgiving-meal-concept_23-2148686263.jpg?_wi=1", imageAlt: "roasted chicken feast table setting" },
{ name: "Emily R.", handle: "@emily", testimonial: "Always fresh, hot, and delicious. My go-to for comfort food.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-eating-dinner-hotel-snacks_1122-1790.jpg?_wi=1", imageAlt: "restaurant kitchen professional chef quality" }
]}
buttons={[{ text: "Order Now", href: "#menu" }, { text: "View Menu", href: "#menu" }]}
imageSrc="http://img.b2bpic.net/free-photo/dark-bowl-with-pasta-beans-with-spoons-dark-background_23-2148340384.jpg"
imageSrc="http://img.b2bpic.net/free-photo/dark-bowl-with-pasta-beans-with-spoons-dark-background_23-2148340384.jpg?_wi=2"
imageAlt="Royal Snappy Foods Feast"
mediaAnimation="blur-reveal"
/>
@@ -67,7 +67,7 @@ export default function LandingPage() {
{ title: "Consistent Quality", description: "Every dish undergoes rigorous quality checks." },
{ title: "8+ Years Serving", description: "A legacy of culinary excellence and happy bellies." }
]}
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-eating-dinner-hotel-snacks_1122-1790.jpg"
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-eating-dinner-hotel-snacks_1122-1790.jpg?_wi=2"
imageAlt="Quality ingredients"
mediaAnimation="blur-reveal"
/>
@@ -80,12 +80,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Jollof Delight", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/dry-spices-near-rice-dish_23-2147894748.jpg", imageAlt: "Jollof Rice" },
{ id: "p2", name: "Snappy Fried Rice", price: "$11.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rice-vegetables-plate_23-2148377487.jpg", imageAlt: "Fried Rice" },
{ id: "p3", name: "Royal Chicken Feast", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-thanksgiving-meal-concept_23-2148686263.jpg", imageAlt: "Roasted Chicken" },
{ id: "p4", name: "Creamy Pasta", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/dry-spices-near-rice-dish_23-2147894748.jpg", imageAlt: "Pasta" },
{ id: "p5", name: "Spicy Grilled Fish", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rice-vegetables-plate_23-2148377487.jpg", imageAlt: "Fish" },
{ id: "p6", name: "Royal Special Salad", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-thanksgiving-meal-concept_23-2148686263.jpg", imageAlt: "Salad" }
{ id: "p1", name: "Jollof Delight", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/dry-spices-near-rice-dish_23-2147894748.jpg?_wi=2", imageAlt: "Jollof Rice" },
{ id: "p2", name: "Snappy Fried Rice", price: "$11.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rice-vegetables-plate_23-2148377487.jpg?_wi=2", imageAlt: "Fried Rice" },
{ id: "p3", name: "Royal Chicken Feast", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-thanksgiving-meal-concept_23-2148686263.jpg?_wi=2", imageAlt: "Roasted Chicken" },
{ id: "p4", name: "Creamy Pasta", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/dry-spices-near-rice-dish_23-2147894748.jpg?_wi=3", imageAlt: "Pasta" },
{ id: "p5", name: "Spicy Grilled Fish", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rice-vegetables-plate_23-2148377487.jpg?_wi=3", imageAlt: "Fish" },
{ id: "p6", name: "Royal Special Salad", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-thanksgiving-meal-concept_23-2148686263.jpg?_wi=3", imageAlt: "Salad" }
]}
title="Our Signature Specials"
description="Indulge in our most celebrated dishes, crafted with the freshest local ingredients and a touch of royal tradition."
@@ -98,11 +98,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Amanda Mirekua Opare", role: "Foodie", company: "Loyal Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dark-bowl-with-pasta-beans-with-spoons-dark-background_23-2148340384.jpg", imageAlt: "gourmet food photography professional plating" },
{ id: "t2", name: "Loyal Customer", role: "Regular", company: "Local Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dry-spices-near-rice-dish_23-2147894748.jpg", imageAlt: "delicious jollof rice food photo" },
{ id: "t3", name: "Sarah Johnson", role: "Corporate Client", company: "Tech Corp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rice-vegetables-plate_23-2148377487.jpg", imageAlt: "gourmet fried rice food styling" },
{ id: "t4", name: "David Kim", role: "Enthusiast", company: "Startup XYZ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-thanksgiving-meal-concept_23-2148686263.jpg", imageAlt: "roasted chicken feast table setting" },
{ id: "t5", name: "Emily Rodriguez", role: "Blogger", company: "Lifestyle Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-eating-dinner-hotel-snacks_1122-1790.jpg", imageAlt: "restaurant kitchen professional chef quality" }
{ id: "t1", name: "Amanda Mirekua Opare", role: "Foodie", company: "Loyal Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dark-bowl-with-pasta-beans-with-spoons-dark-background_23-2148340384.jpg?_wi=3", imageAlt: "gourmet food photography professional plating" },
{ id: "t2", name: "Loyal Customer", role: "Regular", company: "Local Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dry-spices-near-rice-dish_23-2147894748.jpg?_wi=4", imageAlt: "delicious jollof rice food photo" },
{ id: "t3", name: "Sarah Johnson", role: "Corporate Client", company: "Tech Corp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rice-vegetables-plate_23-2148377487.jpg?_wi=4", imageAlt: "gourmet fried rice food styling" },
{ id: "t4", name: "David Kim", role: "Enthusiast", company: "Startup XYZ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-thanksgiving-meal-concept_23-2148686263.jpg?_wi=4", imageAlt: "roasted chicken feast table setting" },
{ id: "t5", name: "Emily Rodriguez", role: "Blogger", company: "Lifestyle Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-eating-dinner-hotel-snacks_1122-1790.jpg?_wi=3", imageAlt: "restaurant kitchen professional chef quality" }
]}
kpiItems={[
{ value: "50k+", label: "Served Daily" },
@@ -127,7 +127,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/dark-bowl-with-pasta-beans-with-spoons-dark-background_23-2148340384.jpg"
imageSrc="http://img.b2bpic.net/free-photo/dark-bowl-with-pasta-beans-with-spoons-dark-background_23-2148340384.jpg?_wi=4"
columns={[
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Privacy Policy", href: "#" }] },
{ title: "Menu", items: [{ label: "All Specials", href: "#menu" }] },