diff --git a/src/app/page.tsx b/src/app/page.tsx
index fc156d9..f7ef60d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,17 +32,11 @@ export default function LandingPage() {
@@ -51,38 +45,19 @@ export default function LandingPage() {
@@ -258,20 +166,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "q1",
- title: "Is shipping free?",
- content: "Yes, we offer free worldwide shipping on all orders over $100.",
- },
+ id: "q1", title: "Is shipping free?", content: "Yes, we offer free worldwide shipping on all orders over $100."},
{
- id: "q2",
- title: "Do you offer warranties?",
- content: "Every product includes a 2-year manufacturer warranty.",
- },
+ id: "q2", title: "Do you offer warranties?", content: "Every product includes a 2-year manufacturer warranty."},
{
- id: "q3",
- title: "Can I return items?",
- content: "You have 30 days to return any item if you are not fully satisfied.",
- },
+ id: "q3", title: "Can I return items?", content: "You have 30 days to return any item if you are not fully satisfied."},
]}
sideTitle="Common Questions"
sideDescription="Everything you need to know about our products."
@@ -284,42 +183,27 @@ export default function LandingPage() {
logoText="ShopCommerce"
columns={[
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#",
- },
+ label: "About Us", href: "#"},
{
- label: "Careers",
- href: "#",
- },
+ label: "Careers", href: "#"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "Contact",
- href: "#",
- },
+ label: "Contact", href: "#"},
{
- label: "Help Center",
- href: "#",
- },
+ label: "Help Center", href: "#"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}