diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index ca11c90..f979cb8 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import SplitAbout from '@/components/sections/about/SplitAbout';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
-import { Users } from "lucide-react";
+import { Coffee, Croissant, Users } from "lucide-react";
export default function LandingPage() {
return (
@@ -28,27 +28,17 @@ export default function LandingPage() {
@@ -63,22 +53,16 @@ export default function LandingPage() {
tag="Our Heritage"
bulletPoints={[
{
- title: "Artisanal Roasting",
- description: "We source the finest beans globally and roast them in-house for unparalleled flavor.",
- icon: Coffee,
+ title: "Artisanal Roasting", description: "We source the finest beans globally and roast them in-house for unparalleled flavor.", icon: Coffee,
},
{
- title: "Freshly Baked Daily",
- description: "Our pastry chefs create a tempting array of treats, baked from scratch every morning.",
- icon: Croissant,
+ title: "Freshly Baked Daily", description: "Our pastry chefs create a tempting array of treats, baked from scratch every morning.", icon: Croissant,
},
{
- title: "Community Focus",
- description: "More than a cafe, we are a gathering place where stories are shared and connections are made.",
- icon: Users,
+ title: "Community Focus", description: "More than a cafe, we are a gathering place where stories are shared and connections are made.", icon: Users,
},
]}
- imageSrc="http://img.b2bpic.net/free-photo/young-woman-drinking-hot-tea-reading-favorite-paper-book-home_169016-49095.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/young-woman-drinking-hot-tea-reading-favorite-paper-book-home_169016-49095.jpg"
imageAlt="Cozy coffee shop interior with warm sunlight"
mediaAnimation="slide-up"
/>
@@ -86,42 +70,19 @@ export default function LandingPage() {