diff --git a/src/app/page.tsx b/src/app/page.tsx
index a8ccbce..f352198 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -34,21 +34,13 @@ export default function LandingPage() {
@@ -57,32 +49,15 @@ export default function LandingPage() {
@@ -322,20 +202,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "f1",
- title: "How do I return a product?",
- content: "You can return products via our portal within 7 days of delivery.",
- },
+ id: "f1", title: "How do I return a product?", content: "You can return products via our portal within 7 days of delivery."},
{
- id: "f2",
- title: "Is my payment secure?",
- content: "Absolutely, we use state-of-the-art encryption for all transactions.",
- },
+ id: "f2", title: "Is my payment secure?", content: "Absolutely, we use state-of-the-art encryption for all transactions."},
{
- id: "f3",
- title: "Can I track my order?",
- content: "Yes, once shipped, you will receive a tracking link via email.",
- },
+ id: "f3", title: "Can I track my order?", content: "Yes, once shipped, you will receive a tracking link via email."},
]}
sideTitle="Got Questions?"
sideDescription="Find answers to our most common shopping inquiries."
@@ -350,22 +221,14 @@ export default function LandingPage() {
description="Have inquiries? Reach out to our dedicated support team anytime."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Email Address",
- required: true,
+ name: "email", type: "email", placeholder: "Email Address", required: true,
},
]}
textarea={{
- name: "message",
- placeholder: "Describe your issue...",
- }}
+ name: "message", placeholder: "Describe your issue..."}}
imageSrc="http://img.b2bpic.net/free-photo/office-workplace-with-computer-pc_53876-47087.jpg"
mediaPosition="right"
/>
@@ -377,29 +240,19 @@ export default function LandingPage() {
logoText="B Mart"
columns={[
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
{
- label: "Careers",
- href: "#",
- },
+ label: "Careers", href: "#"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "Help Center",
- href: "#faq",
- },
+ label: "Help Center", href: "#faq"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
]}