From d5d6bbd0e9d4856a9e204d04bd93ddf0fbf17b26 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 12:39:45 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f6a904c..9742ad3 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -68,4 +68,4 @@ export default function AboutPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 45be2ba698de4d00c07525774a97e088538372ce Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 12:39:45 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index cf0d21b..8274523 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -74,4 +74,4 @@ export default function ContactPage() { ); -} +} \ No newline at end of file -- 2.49.1 From a6a3c696d996cb6f0834405c08642e10a67beeaa Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 12:39:45 +0000 Subject: [PATCH 3/5] Add src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 73 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 src/app/gallery/page.tsx diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx new file mode 100644 index 0000000..d733e98 --- /dev/null +++ b/src/app/gallery/page.tsx @@ -0,0 +1,73 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; +import ProductCardThree from "@/components/sections/product/ProductCardThree"; +import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; + +export default function GalleryPage() { + const navItems = [ + { name: "Home", id: "/" }, + { name: "Menu", id: "/menu" }, + { name: "About Us", id: "/about" }, + { name: "Gallery", id: "/gallery" }, + { name: "Contact", id: "/contact" } + ]; + + const footerNavItems = [ + { label: "Home", href: "/" }, + { label: "Menu", href: "/menu" }, + { label: "About Us", href: "/about" }, + { label: "Gallery", href: "/gallery" }, + { label: "Contact", href: "/contact" } + ]; + + const galleryImages = [ + { id: "gallery-1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eo92VX4XGToL3hJ6s2qTy9u6oW/uploaded-1780835934922-44tnotr2.jpg", imageAlt: "Coffee house interior 1" }, + { id: "gallery-2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eo92VX4XGToL3hJ6s2qTy9u6oW/uploaded-1780835934922-zvjgkvrz.jpg", imageAlt: "Coffee house interior 2" }, + { id: "gallery-3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eo92VX4XGToL3hJ6s2qTy9u6oW/uploaded-1780835934922-njmd1ni9.jpg", imageAlt: "Coffee house interior 3" }, + { id: "gallery-4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eo92VX4XGToL3hJ6s2qTy9u6oW/uploaded-1780835934922-4l2tzt4b.jpg", imageAlt: "Coffee house interior 4" }, + { id: "gallery-5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eo92VX4XGToL3hJ6s2qTy9u6oW/uploaded-1780835934922-r6i9kf7e.jpg", imageAlt: "Coffee house interior 5" } + ]; + + return ( + + + + + + + + ); +} \ No newline at end of file -- 2.49.1 From ce601fb36849629a78bc10e48f0c7830401892c1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 12:39:46 +0000 Subject: [PATCH 4/5] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index c110028..160821b 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -23,52 +23,52 @@ export default function MenuPage() { ]; const coffeeProducts = [ - { + { id: "coffee-1", brand: "Espresso", name: "Classic Espresso", price: "$3.00", rating: 5, reviewCount: "250 reviews", imageSrc: "http://img.b2bpic.net/free-photo/view-coffee-cup-table_23-2148737385.jpg", imageAlt: "Classic Espresso"}, - { + { id: "coffee-2", brand: "Latte", name: "Vanilla Latte", price: "$4.50", rating: 4.8, reviewCount: "300 reviews", imageSrc: "http://img.b2bpic.net/free-photo/still-life-coffee-cup_23-2149174154.jpg", imageAlt: "Vanilla Latte"}, - { + { id: "coffee-3", brand: "Cappuccino", name: "Caramel Cappuccino", price: "$4.75", rating: 4.9, reviewCount: "280 reviews", imageSrc: "http://img.b2bpic.net/free-photo/glass-cold-brew-coffee-with-ice_23-2149454170.jpg", imageAlt: "Caramel Cappuccino"}, - { + { id: "coffee-4", brand: "Cold Brew", name: "Nitro Cold Brew", price: "$5.00", rating: 4.7, reviewCount: "190 reviews", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-glass_23-2148677651.jpg", imageAlt: "Nitro Cold Brew"}, - { + { id: "coffee-5", brand: "Mocha", name: "Chocolate Mocha", price: "$4.75", rating: 4.9, reviewCount: "220 reviews", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-with-art_23-2148737383.jpg", imageAlt: "Chocolate Mocha"} ]; const beverageProducts = [ - { + { id: "bev-1", brand: "Tea", name: "Green Tea", price: "$3.50", rating: 4.5, reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/front-view-herbal-tea-cup-with-lemon-slice-white-background-drink-tea-fruit-lemon_140725-70366.jpg", imageAlt: "Green Tea"}, - { + { id: "bev-2", brand: "Juice", name: "Fresh Orange Juice", price: "$4.00", rating: 4.9, reviewCount: "150 reviews", imageSrc: "http://img.b2bpic.net/free-photo/orange-juice-orange-slices-dark-background_23-2148227652.jpg", imageAlt: "Fresh Orange Juice"}, - { + { id: "bev-3", brand: "Smoothie", name: "Berry Blast Smoothie", price: "$5.50", rating: 4.7, reviewCount: "100 reviews", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-smoothie-with-straw_23-2148187217.jpg", imageAlt: "Berry Blast Smoothie"}, - { + { id: "bev-4", brand: "Soda", name: "Sparkling Water", price: "$2.50", rating: 4.2, reviewCount: "80 reviews", imageSrc: "http://img.b2bpic.net/free-photo/glass-cold-water-with-lemon-slice_23-2148332194.jpg", imageAlt: "Sparkling Water"} ]; const foodProducts = [ - { + { id: "food-1", brand: "Pastry", name: "Croissant", price: "$3.00", rating: 4.6, reviewCount: "200 reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-croissant-cup-coffee_23-2148737387.jpg", imageAlt: "Croissant"}, - { + { id: "food-2", brand: "Cake", name: "Chocolate Fudge Cake", price: "$6.00", rating: 5, reviewCount: "180 reviews", imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-cake-slice_23-2149303504.jpg", imageAlt: "Chocolate Fudge Cake"}, - { + { id: "food-3", brand: "Sandwich", name: "Chicken Pesto Sandwich", price: "$7.50", rating: 4.4, reviewCount: "90 reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-plate-with-sandwich_23-2148281358.jpg", imageAlt: "Chicken Pesto Sandwich"}, - { + { id: "food-4", brand: "Muffin", name: "Blueberry Muffin", price: "$3.25", rating: 4.7, reviewCount: "110 reviews", imageSrc: "http://img.b2bpic.net/free-photo/fresh-muffin-with-coffee_23-2148737381.jpg", imageAlt: "Blueberry Muffin"}, - { + { id: "food-5", brand: "Cookies", name: "Chocolate Chip Cookies", price: "$2.75", rating: 4.8, reviewCount: "130 reviews", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-cookies-cup-coffee_23-2148737384.jpg", imageAlt: "Chocolate Chip Cookies"} ]; -- 2.49.1 From 0ede5ab6f7ee8d578bdd20736e1b72f5c7ffff14 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 12:39:46 +0000 Subject: [PATCH 5/5] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5cd077a..1c28e5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,7 +14,7 @@ export default function HomePage() { const navItems = [ { name: "Home", id: "/" }, { name: "Menu", id: "/menu" }, - { name: "About Us", id: "#about" }, + { name: "About Us", id: "/about" }, { name: "Gallery", id: "/gallery" }, { name: "Contact", id: "/contact" } ]; @@ -22,7 +22,7 @@ export default function HomePage() { const footerNavItems = [ { label: "Home", href: "/" }, { label: "Menu", href: "/menu" }, - { label: "About Us", href: "#about" }, + { label: "About Us", href: "/about" }, { label: "Gallery", href: "/gallery" }, { label: "Contact", href: "/contact" } ]; @@ -62,7 +62,7 @@ export default function HomePage() {
@@ -124,4 +124,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1