diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f787e8e..5afe261 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -28,35 +28,21 @@ export default function LandingPage() { @@ -65,8 +51,7 @@ export default function LandingPage() { @@ -207,23 +134,14 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "value-1", - icon: Shield, - title: "Quiet by Design", - value: "A small space for a slow visit.", - }, + id: "value-1", icon: Shield, + title: "Quiet by Design", value: "A small space for a slow visit."}, { - id: "value-2", - icon: Star, - title: "Everything Is Chosen", - value: "The cups, the beans, the bread.", - }, + id: "value-2", icon: Star, + title: "Everything Is Chosen", value: "The cups, the beans, the bread."}, { - id: "value-3", - icon: Award, - title: "Coffee, Roasted Here", - value: "House-roasted beans, brewed simply.", - }, + id: "value-3", icon: Award, + title: "Coffee, Roasted Here", value: "House-roasted beans, brewed simply."}, ]} title="What Makes Us Special" description="The principles that define the Living Room experience." @@ -235,13 +153,10 @@ export default function LandingPage() { useInvertedBackground={true} title="Our Home: Late Morning" description={[ - "Living Room is a concept by Late Morning. Browse the homeware while you wait for your coffee — every piece on the shelves can come home with you.", - ]} + "Living Room is a concept by Late Morning. Browse the homeware while you wait for your coffee — every piece on the shelves can come home with you."]} buttons={[ { - text: "Visit Late Morning", - href: "https://www.instagram.com/latemorning/", - }, + text: "Visit Late Morning", href: "https://www.instagram.com/latemorning/"}, ]} showBorder={false} /> @@ -252,54 +167,33 @@ export default function LandingPage() { logoText="Living Room" columns={[ { - title: "Explore", - items: [ + title: "Explore", items: [ { - label: "Menu", - href: "/menu", - }, + label: "Menu", href: "/menu"}, { - label: "About", - href: "/about", - }, + label: "About", href: "/about"}, { - label: "Gallery", - href: "/gallery", - }, + label: "Gallery", href: "/gallery"}, ], }, { - title: "Visit", - items: [ + title: "Visit", items: [ { - label: "Reservations", - href: "/reservations", - }, + label: "Reservations", href: "/reservations"}, { - label: "Contact & Location", - href: "/contact", - }, + label: "Contact & Location", href: "/contact"}, { - label: "Hours", - href: "/contact#hours", - }, + label: "Hours", href: "/contact#hours"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Instagram", - href: "https://instagram.com/livingroomsg", - }, + label: "Instagram", href: "https://instagram.com/livingroomsg"}, { - label: "230 South Bridge Road, Singapore 058779", - href: "https://maps.app.goo.gl/YourGoogleMapsLink", - }, + label: "230 South Bridge Road, Singapore 058779", href: "https://maps.app.goo.gl/YourGoogleMapsLink"}, { - label: "Tue–Sun 11am–7pm", - href: "#", - }, + label: "Tue–Sun 11am–7pm", href: "#"}, ], }, ]}