diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 6093284..7f948c7 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -26,27 +26,18 @@ export default function LandingPage() {
@@ -58,17 +49,11 @@ export default function LandingPage() {
description="Robert founded American Lawns on the principles of reliability and attention to detail. He believes every customer deserves a yard they can be proud of and is dedicated to clear, consistent communication for every project."
bulletPoints={[
{
- title: "Hardworking",
- description: "Focused on quality service.",
- },
+ title: "Hardworking", description: "Focused on quality service."},
{
- title: "Dependable",
- description: "Timely and professional.",
- },
+ title: "Dependable", description: "Timely and professional."},
{
- title: "Detail-Oriented",
- description: "We treat your lawn like our own.",
- },
+ title: "Detail-Oriented", description: "We treat your lawn like our own."},
]}
imageSrc="http://img.b2bpic.net/free-photo/cheerful-senior-man-cutting-overgrown-bushes_651396-1547.jpg"
mediaAnimation="blur-reveal"
@@ -80,9 +65,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our History"
description={[
- "We started as a small local business.",
- "Our mission is to help home owners keep their property beautiful.",
- ]}
+ "We started as a small local business.", "Our mission is to help home owners keep their property beautiful."]}
/>
@@ -90,29 +73,19 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file