Merge version_1 into main #3

Merged
bender merged 3 commits from version_1 into main 2026-04-02 00:00:38 +00:00
3 changed files with 17 additions and 17 deletions

View File

@@ -43,10 +43,10 @@ export default function GalleryPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Delicious Meal", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-nuggets-french-fries-with-sauces_23-2148646683.jpg" },
{ id: "p2", name: "Fresh Selection", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-nuggets-french-fries-with-sauces_23-2148646683.jpg" },
{ id: "p3", name: "Popular Dish", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-nuggets-french-fries-with-sauces_23-2148646683.jpg" },
{ id: "p4", name: "Catering Options", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-nuggets-french-fries-with-sauces_23-2148646683.jpg" },
{ id: "p1", name: "Delicious Meal", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-nuggets-french-fries-with-sauces_23-2148646683.jpg?_wi=7" },
{ id: "p2", name: "Fresh Selection", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-nuggets-french-fries-with-sauces_23-2148646683.jpg?_wi=8" },
{ id: "p3", name: "Popular Dish", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-nuggets-french-fries-with-sauces_23-2148646683.jpg?_wi=9" },
{ id: "p4", name: "Catering Options", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-nuggets-french-fries-with-sauces_23-2148646683.jpg?_wi=10" },
]}
title="Photo Gallery"
description="Take a look at our fresh meals."
@@ -62,8 +62,8 @@ export default function GalleryPage() {
title="Meet the Team"
description="The friendly faces behind your favourite meals."
members={[
{ id: "m1", name: "John", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-tasty-dishes_23-2147680639.jpg" },
{ id: "m2", name: "Maria", role: "Server", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-taste-healthy-bruschetta-with-her-eyes-closed-kitchen_637285-3126.jpg" },
{ id: "m1", name: "John", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-tasty-dishes_23-2147680639.jpg?_wi=1" },
{ id: "m2", name: "Maria", role: "Server", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-taste-healthy-bruschetta-with-her-eyes-closed-kitchen_637285-3126.jpg?_wi=1" },
]}
/>
</div>

View File

@@ -47,12 +47,12 @@ export default function LandingPage() {
description="Takeaway and Catering. The Chicken Joint offers takeaway and catering with a wide range of hot chicken, seafood, snacks, and family meals."
buttons={[{ text: "View Menu", href: "/menu" }, { text: "Call 8265 3938", href: "tel:82653938" }]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-nuggets-french-fries-with-sauces_23-2148646683.jpg", imageAlt: "Chicken Meal" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-nuggets-french-fries-with-sauces_23-2148646683.jpg", imageAlt: "Chicken Meal" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-nuggets-french-fries-with-sauces_23-2148646683.jpg", imageAlt: "Chicken Meal" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-nuggets-french-fries-with-sauces_23-2148646683.jpg", imageAlt: "Chicken Meal" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-nuggets-french-fries-with-sauces_23-2148646683.jpg", imageAlt: "Chicken Meal" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-nuggets-french-fries-with-sauces_23-2148646683.jpg", imageAlt: "Chicken Meal" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-nuggets-french-fries-with-sauces_23-2148646683.jpg?_wi=1", imageAlt: "Chicken Meal" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-nuggets-french-fries-with-sauces_23-2148646683.jpg?_wi=2", imageAlt: "Chicken Meal" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-nuggets-french-fries-with-sauces_23-2148646683.jpg?_wi=3", imageAlt: "Chicken Meal" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-nuggets-french-fries-with-sauces_23-2148646683.jpg?_wi=4", imageAlt: "Chicken Meal" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-nuggets-french-fries-with-sauces_23-2148646683.jpg?_wi=5", imageAlt: "Chicken Meal" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-nuggets-french-fries-with-sauces_23-2148646683.jpg?_wi=6", imageAlt: "Chicken Meal" },
]}
mediaAnimation="slide-up"
/>

View File

@@ -42,11 +42,11 @@ export default function ReviewsPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Sarah J.", handle: "@sarahj", testimonial: "Best chicken in town, very friendly!", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-tasty-dishes_23-2147680639.jpg" },
{ id: "t2", name: "Mark R.", handle: "@markr", testimonial: "Great family packs, always hot.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-taste-healthy-bruschetta-with-her-eyes-closed-kitchen_637285-3126.jpg" },
{ id: "t1", name: "Sarah J.", handle: "@sarahj", testimonial: "Best chicken in town, very friendly!", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-tasty-dishes_23-2147680639.jpg?_wi=2" },
{ id: "t2", name: "Mark R.", handle: "@markr", testimonial: "Great family packs, always hot.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-taste-healthy-bruschetta-with-her-eyes-closed-kitchen_637285-3126.jpg?_wi=2" },
{ id: "t3", name: "Emily P.", handle: "@emilyp", testimonial: "Fast service and great prices.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-flat-autumn-patterns-collection_23-2149112930.jpg" },
{ id: "t4", name: "David W.", handle: "@davidw", testimonial: "The salads are always fresh.", imageSrc: "http://img.b2bpic.net/free-photo/two-women-toasting_23-2147680737.jpg" },
{ id: "t5", name: "Chloe B.", handle: "@chloeb", testimonial: "Everything is cooked to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-tasty-dishes_23-2147680639.jpg" },
{ id: "t5", name: "Chloe B.", handle: "@chloeb", testimonial: "Everything is cooked to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-tasty-dishes_23-2147680639.jpg?_wi=3" },
]}
title="Customer Reviews"
description="What our customers say about us."
@@ -61,8 +61,8 @@ export default function ReviewsPage() {
title="Latest News"
description="Updates from our kitchen."
blogs={[
{ id: "b1", category: "Updates", title: "New menu items added!", excerpt: "Check out our latest spicy chicken range.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-nuggets-french-fries-with-sauces_23-2148646683.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/friends-eating-tasty-dishes_23-2147680639.jpg", date: "2024-10-01" },
{ id: "b2", category: "Community", title: "Summer catering is open", excerpt: "Book your slots for the upcoming season.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-nuggets-french-fries-with-sauces_23-2148646683.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/friends-eating-tasty-dishes_23-2147680639.jpg", date: "2024-10-05" },
{ id: "b1", category: "Updates", title: "New menu items added!", excerpt: "Check out our latest spicy chicken range.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-nuggets-french-fries-with-sauces_23-2148646683.jpg?_wi=11", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/friends-eating-tasty-dishes_23-2147680639.jpg", date: "2024-10-01" },
{ id: "b2", category: "Community", title: "Summer catering is open", excerpt: "Book your slots for the upcoming season.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-nuggets-french-fries-with-sauces_23-2148646683.jpg?_wi=12", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/friends-eating-tasty-dishes_23-2147680639.jpg", date: "2024-10-05" },
]}
/>
</div>