From f530db5a3fd48103b9f7cb31c25eaacc8b78bdf1 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 14 Jan 2026 19:51:42 +0000 Subject: [PATCH 1/4] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c132d2..ea0d5db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,8 +113,8 @@ export default function LandingPage() { tag="Menu Highlights" products={[ { - id: "1", brand: "PAVARAGA", name: "Kona Gold Reserve", price: "$18.00", rating: 5, - reviewCount: "247", imageSrc: "https://img.b2bpic.net/free-photo/geyser-coffee-maker-sackcloth_23-2148180228.jpg", imageAlt: "Kona Gold Reserve coffee beans" + id: "1", brand: "PAVARAGA", name: "Tropical Ice Tea", price: "$18.00", rating: 5, + reviewCount: "247", imageSrc: "https://img.b2bpic.net/free-photo/lemonade-with-ice-strawberry-lemon-black-background_1187-6876.jpg", imageAlt: "Tropical Ice Tea beverage" }, { id: "2", brand: "PAVARAGA", name: "Island Espresso Blend", price: "$6.50", rating: 5, From e1222009ee4861ba093915e89408cf5a94368479 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 14 Jan 2026 19:54:28 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ea0d5db..d048c93 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,7 +114,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "PAVARAGA", name: "Tropical Ice Tea", price: "$18.00", rating: 5, - reviewCount: "247", imageSrc: "https://img.b2bpic.net/free-photo/lemonade-with-ice-strawberry-lemon-black-background_1187-6876.jpg", imageAlt: "Tropical Ice Tea beverage" + reviewCount: "247", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_38BjcazLrwif0ixg9s4SVqUVz24/tmp/generate-a-cold-ice-tea-that-look-tropic-1768420422435-66cbd89b.jpg", imageAlt: "Tropical Ice Tea beverage" }, { id: "2", brand: "PAVARAGA", name: "Island Espresso Blend", price: "$6.50", rating: 5, From 288116a8bc60142d519a3b10e4cf601688bab99a Mon Sep 17 00:00:00 2001 From: development Date: Wed, 21 Jan 2026 17:28:08 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d048c93..3a0633c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroLogo from '@/components/sections/hero/HeroLogo'; @@ -9,6 +9,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBase from '@/components/sections/footer/FooterBase'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import { Award } from "lucide-react"; export default function LandingPage() { return ( @@ -81,7 +82,8 @@ export default function LandingPage() { Date: Wed, 21 Jan 2026 18:55:15 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a0633c..c9389fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -192,7 +192,7 @@ export default function LandingPage() { { title: "Café", items: [ { label: "Menu", href: "products" }, - { label: "Hours", href: "contact" }, + { label: "Location & Hours", href: "contact" }, { label: "Our Story", href: "about" } ] },