From 90e081784435043b2535712ac6d5139f012ff636 Mon Sep 17 00:00:00 2001 From: aJesusCode Date: Tue, 17 Oct 2023 17:14:02 +0200 Subject: [PATCH] refactored info page --- src/app/info/page.tsx | 50 +++++++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 23 deletions(-) diff --git a/src/app/info/page.tsx b/src/app/info/page.tsx index 1469347..09bcee8 100644 --- a/src/app/info/page.tsx +++ b/src/app/info/page.tsx @@ -5,47 +5,51 @@ import Image from "next/image"; //TODO Add more description, refactor ui const Info = () => { return ( -
+

What is Surf Pintxos?

-

- Surf Pintxos is your community-driven digital surf bar, serving - up wave conditions on a skewer. Pick your pintxo, ride your - wave, and share the stoke! +

+ Surf Pintxos is a community-driven digital surf forecast bar, + serving up wave conditions on a skewer for all Basque Country + spots. Pick your pintxo, ride your wave, and share the stoke!

Surf Pintxos Guide

-

- Choose a spot, check the pintxos, and hit the surf. Share your - experience and keep the community vibe alive. Its that simple! +

+ There are six surf conditions with corresponding pintxo name and + brand color. You can learn them below.

{/* Grid for list items */} -
+
{pintxosData.map((item, index) => (
- {item.title} -
-

+
+ {item.title} +
+
+
{item.title} -

-

+

+
{item.short} -

-

+

+
{item.description} -

+
))}