From ed9ccb1fc72d5e3b2429d040383017d90847701b Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 20 Dec 2023 15:06:31 +0100 Subject: [PATCH] IPK-14 removed smooth scroll --- src/app/page.tsx | 389 +++++++++++++++++++++++------------------------ 1 file changed, 193 insertions(+), 196 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5fd2e19..4555442 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,215 +5,212 @@ import React from "react"; import { Features } from "@/components/Features"; import Hero from "@/components/Hero"; import { Experience } from "@/components/Experience"; -import { SmoothScrollProvider } from "@/contexts/SmoothScroll.context"; export default function Home() { return ( <> - -
- - - {/* Gallery */} -
-
-
-

- Laser-focused on 3 key aspects. -

-
-
- -
01
-

- Web Design -

-

- We create stunning, engaging and high-conversion websites based on a versatile and future-proof - platform. Search engine optimisation and cutting-edge user experience design come as standard, along - with exceptional reliability, scalability and performance. Plus, friendly support — whenever you - need us. -
-

-
- -
- - - - -
+
+ + + {/* Gallery */} +
+
+
+

+ Laser-focused on 3 key aspects. +

+
+
+ +
01
+

+ Web Design +

+

+ We create stunning, engaging and high-conversion websites based on a versatile and future-proof + platform. Search engine optimisation and cutting-edge user experience design come as standard, along + with exceptional reliability, scalability and performance. Plus, friendly support — whenever you need + us. +
+

+
+ +
+ + + +
- - -
- -
- - - - -
+
+ + +
+ +
+ + + +
-
02
+
+
02
+

+ Graphic Design +

+

+ Whether you're building a brand from scratch, or developing new assets for your next campaign, we + have a wealth of experience in developing appointment management systems, logos and brand identities. + We'll support you through the whole journey, from concept to deliverable. +

+ + +
+
03

- Graphic Design + + Custom System
+
+ Development

- Whether you're building a brand from scratch, or developing new assets for your next campaign, - we have a wealth of experience in developing appointment management systems, logos and brand - identities. We'll support you through the whole journey, from concept to deliverable. + Finding an off-the-shelf app that fits your business model can be tricky. At MeetMate we create + custom systems to meet specific needs. We have specific experience in HTML, CSS, REACT, NextJS, + Spring, JQuery, Tailwind, and PostgreSQL.

- - -
-
03
-

- - Custom System
-
- Development -

-

- Finding an off-the-shelf app that fits your business model can be tricky. At MeetMate we create - custom systems to meet specific needs. We have specific experience in HTML, CSS, REACT, NextJS, - Spring, JQuery, Tailwind, and PostgreSQL. -

-
-
- -
- - - - -
+
+
+ +
+ + + +
- -
+
+
-
-
-
+
+
+
+
- - {/* */} -
- - - - -
-
-
+ + + + ); }