diff --git a/website/src/components/Footer.tsx b/website/src/components/Footer.tsx
index a12e6d9..751540c 100644
--- a/website/src/components/Footer.tsx
+++ b/website/src/components/Footer.tsx
@@ -2,10 +2,10 @@ import Twitter from '../images/twitter.svg'
import Facebook from '../images/facebook.svg'
import Instagram from '../images/instagram.svg'
import Logo from '../images/new_logo.svg'
-import GetInTouch from './GetInTouch'
+import CustomButton from './GetInTouch'
export default function Footer() {
- return
+ return
@@ -14,7 +14,7 @@ export default function Footer() {
Subscribe to our Newsletter
Subscribe to learn about our latest endeavors, news and updates.
-
+
Company
diff --git a/website/src/components/GetInTouch.tsx b/website/src/components/GetInTouch.tsx
index 2fb75bd..0aac5c8 100644
--- a/website/src/components/GetInTouch.tsx
+++ b/website/src/components/GetInTouch.tsx
@@ -1,3 +1,3 @@
-export default function GetInTouch(props: { fullWidth?: boolean, label: string, link: string }) {
+export default function CustomButton(props: { fullWidth?: boolean, label: string, link: string }) {
return
}
\ No newline at end of file
diff --git a/website/src/components/HowItWorks.tsx b/website/src/components/HowItWorks.tsx
index 099aa49..c73f712 100644
--- a/website/src/components/HowItWorks.tsx
+++ b/website/src/components/HowItWorks.tsx
@@ -1,10 +1,11 @@
import StockPhoto from '../images/image2.png'
-import GetInTouch from './GetInTouch';
+import CustomButton from './GetInTouch';
import Timeline from './Timeline';
-import Arrow from '../images/blue_arrow.svg'
+import LeftArrow from '../images/left_arrow.svg'
+import RightArrow from '../images/right_arrow.svg'
export default function HowItWorks() {
- return
+ return
How does Tubender work?
Let's break down the process
@@ -13,9 +14,9 @@ export default function HowItWorks() {
Starting in CAD
-
-
-
+
+
+
Functionality
@@ -28,11 +29,11 @@ export default function HowItWorks() {
-
+
-
-
+
+
diff --git a/website/src/components/MailingList.tsx b/website/src/components/MailingList.tsx
index 38a0660..7b9863d 100644
--- a/website/src/components/MailingList.tsx
+++ b/website/src/components/MailingList.tsx
@@ -1,4 +1,4 @@
-import GetInTouch from "./GetInTouch";
+import CustomButton from "./GetInTouch";
export default function MailingList() {
return
@@ -17,7 +17,7 @@ export default function MailingList() {
-
+
}
\ No newline at end of file
diff --git a/website/src/components/Navbar.tsx b/website/src/components/Navbar.tsx
index 4d346d0..722a5d5 100644
--- a/website/src/components/Navbar.tsx
+++ b/website/src/components/Navbar.tsx
@@ -1,4 +1,4 @@
-import GetInTouch from './GetInTouch';
+import CustomButton from './GetInTouch';
import TubenderLogo from '../images/new_logo.svg'
export default function Navbar() {
@@ -8,12 +8,12 @@ export default function Navbar() {
}
\ No newline at end of file
diff --git a/website/src/components/Timeline.tsx b/website/src/components/Timeline.tsx
index 33c0589..923a1b2 100644
--- a/website/src/components/Timeline.tsx
+++ b/website/src/components/Timeline.tsx
@@ -19,9 +19,10 @@ export default function Timeline() {
-
+
+
+
-
Starting in CAD
diff --git a/website/src/components/WhyTubender.tsx b/website/src/components/WhyTubender.tsx
index 137c5b3..d86d978 100644
--- a/website/src/components/WhyTubender.tsx
+++ b/website/src/components/WhyTubender.tsx
@@ -3,7 +3,7 @@ import Complex from '../images/complex_symbol.svg'
import Automatic from '../images/automatic_symbol.svg'
import Portable from '../images/portable_symbol.svg'
import Affordable from '../images/affordable_symbol.svg'
-import GetInTouch from './GetInTouch';
+import CustomButton from './GetInTouch';
import Navbar from './Navbar'
export default function WhyTubender() {
@@ -18,16 +18,16 @@ export default function WhyTubender() {
}
- return
+ return
-
+
What we do
Our mission at Tubender is to democratize manufacturing by making automatic metal tube bending machines smaller, more affordable, and easier to use. We empower makers of all experience levels to create incredible products with precision and accessibility, ensuring that technical expertise is never a barrier.
-
+
@@ -42,7 +42,7 @@ export default function WhyTubender() {
Why Tubender?
Tubender offers an innovative solution for precision metal tube bending, catering to small businesses, contractors, and hobbyists. Our portable CNC machines eliminate the need for specialized tooling, providing unparalleled flexibility at a fraction of the cost. Tubender empowers workshops to produce custom tubes in-house.
-
+
diff --git a/website/src/images/left_arrow.svg b/website/src/images/left_arrow.svg
new file mode 100644
index 0000000..0ccd5f8
--- /dev/null
+++ b/website/src/images/left_arrow.svg
@@ -0,0 +1,3 @@
+
diff --git a/website/src/images/right_arrow.svg b/website/src/images/right_arrow.svg
new file mode 100644
index 0000000..07dca87
--- /dev/null
+++ b/website/src/images/right_arrow.svg
@@ -0,0 +1,3 @@
+