diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 1eab83e..5022378 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -44,10 +44,7 @@ export default function AboutPage() {
heading={[
{ type: "text", content: "Elevating outdoor living with" },
{
- type: "image",
- src: "http://img.b2bpic.net/free-vector/elegant-labels-design_1198-63.jpg",
- alt: "Luxury landscape emblem",
- },
+ type: "image", src: "http://img.b2bpic.net/free-vector/elegant-labels-design_1198-63.jpg", alt: "Luxury landscape emblem"},
{ type: "text", content: "expertise and artistry" },
]}
buttons={[
@@ -63,33 +60,13 @@ export default function AboutPage() {