Update src/app/gallery/page.tsx

This commit is contained in:
2026-05-09 14:22:02 +00:00
parent 6225690bb2
commit 1fa0bd8f3d

View File

@@ -25,16 +25,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home", id: "/"},
{
name: "Menu", id: "/menu"},
{
name: "Gallery", id: "/gallery"},
{
name: "About", id: "/about"},
{
name: "Contact", id: "/contact"},
{ name: "Home", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "Gallery", id: "/gallery" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
brandName="Aurora Brew"
button={{text: "Contact", href: "/contact"}}
@@ -62,10 +57,10 @@ export default function LandingPage() {
description="Atmosphere and taste in every review."
testimonials={[
{
id: "t1", name: "Alice", quote: "Amazing coffee!", handle: "@alice"
id: "t1", name: "Alice", title: "Amazing coffee!", role: "@alice"
},
{
id: "t2", name: "Bob", quote: "Best place in town.", handle: "@bob"
id: "t2", name: "Bob", title: "Best place in town.", role: "@bob"
}
]}
/>