From 4acf69df7fac425f80d2466412982933360e04aa Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 05:05:04 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3ce095b..10ef205 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,7 +6,7 @@ import TextAbout from "@/components/sections/about/TextAbout"; import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import Link from "next/link"; -import { Leaf } from "lucide-react"; +import { Leaf, Image } from "lucide-react"; export default function AboutPage() { const navItems = [ @@ -100,34 +100,34 @@ export default function AboutPage() { title="The Rong Chaa Moments" description="Explore the ambience, artistry, and authentic moments that make Rong Chaa special." tag="Visual Gallery" - tagIcon="Image" + tagIcon={Image} features={[ { id: "tea-brewing", title: "Tea Brewing", tags: ["Artisanal", "Process", "Craft"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-making-tea-pot_23-2148786608.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-making-tea-pot_23-2148786608.jpg", imageAlt: "Professional tea brewing process", }, { id: "café-vibe", title: "Café Ambience", tags: ["Cozy", "Warm", "Welcoming"], - imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648684.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648684.jpg", imageAlt: "Interior café atmosphere", }, { id: "snacks", title: "Snacks & Bites", tags: ["Delicious", "Fresh", "Quality"], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs-chopsticks_23-2148694346.jpg?_wi=8", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs-chopsticks_23-2148694346.jpg", imageAlt: "Fresh snacks presentation", }, { id: "moments", title: "Customer Moments", tags: ["Joy", "Connection", "Experience"], - imageSrc: "http://img.b2bpic.net/free-photo/young-professionals-brainstorming-coffee-stylish-workspace_24972-2909.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/young-professionals-brainstorming-coffee-stylish-workspace_24972-2909.jpg", imageAlt: "Happy customers enjoying moments", }, ]} -- 2.49.1