diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 24203f8..09b0357 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -5,6 +5,7 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
import FooterSimple from "@/components/sections/footer/FooterSimple";
+import { Heart } from "lucide-react";
import Link from "next/link";
export default function AboutPage() {
@@ -56,33 +57,21 @@ export default function AboutPage() {
title="Our Story & Values"
description="50 Something Wolwinkel is dedicated to bringing quality craft supplies and community together"
tag="Our Mission"
- tagIcon="Heart"
+ tagIcon={Heart}
features={[
{
id: 1,
- title: "Quality First",
- description: "We believe in sourcing the finest yarns and materials. Every product is hand-picked to ensure our customers get the best for their creative projects.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/multi-colored-ball-yarns-wooden-background_23-2147875063.jpg?_wi=3",
- imageAlt: "Premium yarn selection",
- },
+ title: "Quality First", description: "We believe in sourcing the finest yarns and materials. Every product is hand-picked to ensure our customers get the best for their creative projects.", phoneOne: {
+ imageSrc: "http://img.b2bpic.net/free-photo/multi-colored-ball-yarns-wooden-background_23-2147875063.jpg", imageAlt: "Premium yarn selection"},
phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/interior-flower-shop_181624-58301.jpg?_wi=2",
- imageAlt: "Welcoming store atmosphere",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/interior-flower-shop_181624-58301.jpg", imageAlt: "Welcoming store atmosphere"},
},
{
id: 2,
- title: "Community Connection",
- description: "Our store is more than just a shop – it's a gathering place for local craft enthusiasts. We foster connections and share knowledge to inspire creative growth.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/box-with-yarn-threads-wooden-knitting-needles_169016-49979.jpg?_wi=3",
- imageAlt: "Community craft space",
- },
+ title: "Community Connection", description: "Our store is more than just a shop – it's a gathering place for local craft enthusiasts. We foster connections and share knowledge to inspire creative growth.", phoneOne: {
+ imageSrc: "http://img.b2bpic.net/free-photo/box-with-yarn-threads-wooden-knitting-needles_169016-49979.jpg", imageAlt: "Community craft space"},
phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-crochet-set-with-yarn-notebook_23-2148815768.jpg?_wi=3",
- imageAlt: "Craft guidance and support",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/top-view-crochet-set-with-yarn-notebook_23-2148815768.jpg", imageAlt: "Craft guidance and support"},
},
]}
showStepNumbers={true}
@@ -96,8 +85,7 @@ export default function AboutPage() {