From 04e88a971e372886cbe3adf5edd64cd838414b39 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 12:07:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index b6e134b..8a2564c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,6 +31,7 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "Features", id: "features" }, { name: "Menu", id: "menu" }, + { name: "About", id: "about" }, { name: "Contact", id: "contact" }, ]} brandName="Coffee Nation" @@ -77,6 +78,16 @@ export default function LandingPage() { title: "Coworking Friendly", description: "High-speed Wi-Fi and a quiet, inspiring atmosphere designed for focus and productivity.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/set-round-wifi-buttons_23-2147629689.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/set-round-wifi-buttons_23-2147629689.jpg" } }, + { + id: 4, + title: "Community Driven", description: "Regular tasting events and workshops for local coffee enthusiasts.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/set-round-wifi-buttons_23-2147629689.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/set-round-wifi-buttons_23-2147629689.jpg" } + }, + { + id: 5, + title: "Expert Baristas", description: "Trained professionals dedicated to the perfect pour, every time.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/set-round-wifi-buttons_23-2147629689.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/set-round-wifi-buttons_23-2147629689.jpg" } + } ]} /> -- 2.49.1