diff --git a/app/about/page.jsx b/app/about/page.jsx new file mode 100644 index 0000000..ecba887 --- /dev/null +++ b/app/about/page.jsx @@ -0,0 +1,36 @@ +'use client'; + +import { motion } from 'framer-motion'; +import { Section } from '../../components/Section'; + +export default function AboutPage() { + return ( +
+
+

We’re the force behind breakout brands.

+

Flux Aura Digital blends strategic rigor with cinematic creative to build brands that own attention.

+
+
+

Timeline

+
+ {['2019: Founded with one mission—results.', '2021: Expanded into multi-channel growth systems.', '2024: Partnered with global challenger brands.'].map((item, i) => ( + + {item} + + ))} +
+
+
+

Team

+
+ {['Strategy Lead', 'Creative Director', 'Growth Engineer'].map((role) => ( + +

Flux Aura

+

{role}

+
+ ))} +
+
+
+ ); +} diff --git a/app/contact/page.jsx b/app/contact/page.jsx new file mode 100644 index 0000000..26041a6 --- /dev/null +++ b/app/contact/page.jsx @@ -0,0 +1,28 @@ +'use client'; + +import { motion } from 'framer-motion'; +import { Section } from '../../components/Section'; + +export default function ContactPage() { + return ( +
+
+

Let’s Build Something Powerful.

+
+
+ + + +