Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-15 05:05:08 +00:00

View File

@@ -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",
},
]}