diff --git a/components/about.tsx b/components/about.tsx new file mode 100644 index 0000000..6831524 --- /dev/null +++ b/components/about.tsx @@ -0,0 +1,46 @@ +import { Container } from "@/components/container"; +import { Heading } from "@/components/heading"; +import { Subheading } from "@/components/subheading"; + +export function About() { + return ( +
+ +
+
+ Our Story +

+ INDWES was born in Greater Noida — a city where modern lifestyles grow alongside deep Indian roots. + Growing up between tradition and contemporary living, we noticed something missing in fashion. + Clothing was either deeply traditional or entirely Western. There was very little balance. +

+

+ INDWES was created to fill that space. We design for individuals who don’t want to choose between cultures — + those who carry Indian soul with Western ease, and express it quietly through what they wear. +

+
+
+ Our Philosophy +

+ "We believe true luxury is subtle. It is felt in the fabric, seen in the fit, and remembered in the way it makes you feel." +

+
    +
  • + + Thoughtfully designed +
  • +
  • + + Made using premium fabrics +
  • +
  • + + Produced in limited quantities +
  • +
+
+
+
+
+ ); +}