diff --git a/components/story.tsx b/components/story.tsx new file mode 100644 index 0000000..4745931 --- /dev/null +++ b/components/story.tsx @@ -0,0 +1,64 @@ +"use client"; +import { Container } from "@/components/container"; +import { Heading } from "@/components/heading"; +import { Subheading } from "@/components/subheading"; +import Image from "next/image"; + +export function Story() { + return ( +
+ +
+
+ Coffee Plantation in Quindío +
+

+ "It started in a small house with three people and a dream to share the soul of Quindío." +

+

— Nubia Motta Camargo, Founder

+
+
+ +
+ 30 Years of Heritage + + Founded in Armenia, Quindío, Café Quindío is more than just a coffee brand. + It's a tribute to the coffee-growing culture of Colombia. + + +
+
+
1
+
+

Direct from Origin

+

We ship directly from our roasting facilities in Colombia to ensure maximum freshness and quality.

+
+
+ +
+
2
+
+

Sustainable Innovation

+

From biodegradable pods to eco-conscious roasting, we honor the land that gives us our beans.

+
+
+ +
+
3
+
+

Social Responsibility

+

Supporting local growers and their families is at the core of every cup we serve.

+
+
+
+
+
+
+
+ ); +}