From 0f9e582eaa96e71bbb5a766cf774e92470640d66 Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Sun, 18 Jan 2026 18:52:56 +0000 Subject: [PATCH] Update app/about/page.tsx --- app/about/page.tsx | 49 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 app/about/page.tsx 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.

+
+
+
+
+ ); +}