diff --git a/app/about/page.tsx b/app/about/page.tsx new file mode 100644 index 0000000..1875e8b --- /dev/null +++ b/app/about/page.tsx @@ -0,0 +1,49 @@ +import { Container } from "@/components/container"; +import { Heading } from "@/components/heading"; +import { Subheading } from "@/components/subheading"; +import { Footer } from "@/components/footer"; +import Image from "next/image"; + +export default function AboutPage() { + return ( +
+ +
+
+ Crafting Excellence Since 2010 +

+ SoleVibe began with a simple mission: to create footwear that doesn't compromise between style and comfort. We believe that the right pair of shoes can transform not just an outfit, but a person's confidence. +

+

+ Every pair of SoleVibe shoes is crafted using premium materials sourced from sustainable tanneries and manufacturers. Our commitment to quality ensures that your shoes aren't just for today, but for years to come. +

+
+
+ Shoe Craftsmanship +
+
+ +
+
+

Premium Quality

+

We use only the finest leathers and fabrics to ensure durability and luxury.

+
+
+

Modern Design

+

Our designers stay ahead of trends to bring you contemporary, timeless styles.

+
+
+

Ethical Sourcing

+

We care about our planet and the people who make our products.

+
+
+
+
+ ); +}