From b27971cf183a7a9294a1b23684f9600aa9e6b66a Mon Sep 17 00:00:00 2001 From: Juthatip McDevitt Date: Tue, 16 Apr 2024 12:19:51 -0500 Subject: [PATCH] added contact section --- awwwards_ss3/src/App.jsx | 8 ++- awwwards_ss3/src/components/About.jsx | 2 +- awwwards_ss3/src/components/Contact.jsx | 81 ++++++++++++++++++++++ awwwards_ss3/src/components/Philosophy.jsx | 19 ++++- awwwards_ss3/src/components/Strategy.jsx | 19 +++++ awwwards_ss3/src/components/Visions.jsx | 4 +- awwwards_ss3/src/index.css | 6 +- 7 files changed, 127 insertions(+), 12 deletions(-) create mode 100644 awwwards_ss3/src/components/Contact.jsx create mode 100644 awwwards_ss3/src/components/Strategy.jsx diff --git a/awwwards_ss3/src/App.jsx b/awwwards_ss3/src/App.jsx index c295fd9..88df43d 100644 --- a/awwwards_ss3/src/App.jsx +++ b/awwwards_ss3/src/App.jsx @@ -1,21 +1,25 @@ import About from "./components/About" +import Contact from "./components/Contact" import Header from "./components/Header" import Home from "./components/Home" import Philosophy from "./components/Philosophy" +import Strategy from "./components/Strategy" import Visions from "./components/Visions" -import PreLoader from "./components/preloader/PreLoader" +//import PreLoader from "./components/preloader/PreLoader" function App() { return (
- + {/**/}
+ +
) } diff --git a/awwwards_ss3/src/components/About.jsx b/awwwards_ss3/src/components/About.jsx index ae14217..984b737 100644 --- a/awwwards_ss3/src/components/About.jsx +++ b/awwwards_ss3/src/components/About.jsx @@ -4,7 +4,7 @@ import { PiArrowElbowRightDown} from "react-icons/pi"; const About = () => { return ( -
+

Full service digital agency.

diff --git a/awwwards_ss3/src/components/Contact.jsx b/awwwards_ss3/src/components/Contact.jsx new file mode 100644 index 0000000..b50e2df --- /dev/null +++ b/awwwards_ss3/src/components/Contact.jsx @@ -0,0 +1,81 @@ +import {motion} from "framer-motion" +import Slider from "react-slick"; +import "slick-carousel/slick/slick.css"; +import "slick-carousel/slick/slick-theme.css"; +import { PiArrowElbowRightDown } from "react-icons/pi"; + + +const Contact = () => { + const slideAuto = { + dots: false, + infinite: true, + slidesToShow: 1, + slidesToScroll: 1 + }; + + const slider = { + initial:{x: 0,}, + animate:{x: "-100%", transition:{ease: "linear", repeat: Infinity, duration: 50},}, + }; + + return ( +
+
+
+

Get in touch.

+
+
+
+ +
+ +
+ +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+
+ +
+

We’re uniquely built

+ About us +
+
+ ) +} + +export default Contact \ No newline at end of file diff --git a/awwwards_ss3/src/components/Philosophy.jsx b/awwwards_ss3/src/components/Philosophy.jsx index 852b794..7279b57 100644 --- a/awwwards_ss3/src/components/Philosophy.jsx +++ b/awwwards_ss3/src/components/Philosophy.jsx @@ -1,6 +1,6 @@ const Philosophy = () => { return ( -
+

We operate on a simple philosophy:

Quality over quantity.

@@ -13,7 +13,20 @@ const Philosophy = () => {
-
+ + + + + + + + +
+

3 seats

+

available for 2024

+
+ {/*gradient option*/} + {/*
@@ -25,7 +38,7 @@ const Philosophy = () => {

3 seats

available for 2024

-
+
*/}
) diff --git a/awwwards_ss3/src/components/Strategy.jsx b/awwwards_ss3/src/components/Strategy.jsx new file mode 100644 index 0000000..adc97f7 --- /dev/null +++ b/awwwards_ss3/src/components/Strategy.jsx @@ -0,0 +1,19 @@ +const Strategy = () => { + return ( +
+
+

Strategy & emotion.

+

You need both.

+
+
+
+
+

Data matters, yet it’s the emotion that drives buying decisions. We don’t + believe in ’one size fits all. Instead, we collabolate closely with founders to craft unique brand experiences that deeply resonate with their audiences and boots their KPIs.

+
+
+
+ ) +} + +export default Strategy \ No newline at end of file diff --git a/awwwards_ss3/src/components/Visions.jsx b/awwwards_ss3/src/components/Visions.jsx index 2a824e9..4c7d89f 100644 --- a/awwwards_ss3/src/components/Visions.jsx +++ b/awwwards_ss3/src/components/Visions.jsx @@ -42,10 +42,8 @@ const Visions = () => { ] } - return ( - -