Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-02 12:07:35 +00:00

View File

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