diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 39ebf56..33dd94a 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -26,27 +26,17 @@ export default function LandingPage() {
@@ -59,17 +49,9 @@ export default function LandingPage() {
description="The experts behind our formulas."
team={[
{
- id: "1",
- name: "Dr. Sarah Chen",
- role: "Lead Chemist",
- imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg?_wi=4",
- },
+ id: "1", name: "Dr. Sarah Chen", role: "Lead Chemist", imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg"},
{
- id: "2",
- name: "Mark Stevens",
- role: "Operations Manager",
- imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg?_wi=5",
- },
+ id: "2", name: "Mark Stevens", role: "Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg"},
]}
/>
@@ -80,12 +62,7 @@ export default function LandingPage() {
title="Our Quality Standards"
sections={[
{
- heading: "Safety Protocols",
- content: {
- type: "paragraph",
- text: "We adhere to international safety manufacturing guidelines.",
- },
- },
+ heading: "Safety Protocols", content: "We adhere to international safety manufacturing guidelines."},
]}
/>
@@ -94,29 +71,19 @@ export default function LandingPage() {
@@ -54,8 +44,7 @@ export default function LandingPage() {
@@ -86,29 +66,19 @@ export default function LandingPage() {