diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5045619..801f3e6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,17 +31,11 @@ export default function LandingPage() {
@@ -50,19 +44,14 @@ export default function LandingPage() {
@@ -201,30 +130,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- name: "James Smith",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg",
- },
+ id: "t1", name: "James Smith", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg"},
{
- id: "t2",
- name: "Alex Johnson",
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-businessman-with-crossed-arms_1139-348.jpg",
- },
+ id: "t2", name: "Alex Johnson", imageSrc: "http://img.b2bpic.net/free-photo/attractive-businessman-with-crossed-arms_1139-348.jpg"},
{
- id: "t3",
- name: "Robert Brown",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-goodlooking-man-showing-thumbs-up-praising-good-job-recommending-company-standing_1258-159836.jpg",
- },
+ id: "t3", name: "Robert Brown", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-goodlooking-man-showing-thumbs-up-praising-good-job-recommending-company-standing_1258-159836.jpg"},
{
- id: "t4",
- name: "Michael Davis",
- imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-standing-brick-wall-background-looking-sleepy-tired-exhausted-fatigue-hangover-lazy-eyes-morning_839833-16515.jpg",
- },
+ id: "t4", name: "Michael Davis", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-standing-brick-wall-background-looking-sleepy-tired-exhausted-fatigue-hangover-lazy-eyes-morning_839833-16515.jpg"},
{
- id: "t5",
- name: "David Wilson",
- imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-wearing-yellow-casual-tshirt-standing-isolated-pink-background-cheerful_839833-18264.jpg",
- },
+ id: "t5", name: "David Wilson", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-wearing-yellow-casual-tshirt-standing-isolated-pink-background-cheerful_839833-18264.jpg"},
]}
cardTitle="What Gentlemen Say"
cardTag="Reviews"
@@ -238,20 +152,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "q1",
- title: "How do I return an item?",
- content: "We offer a 30-day return policy on all unused items. Simply visit our portal.",
- },
+ id: "q1", title: "How do I return an item?", content: "We offer a 30-day return policy on all unused items. Simply visit our portal."},
{
- id: "q2",
- title: "Is shipping free?",
- content: "Yes, we offer free shipping on all orders over $50.",
- },
+ id: "q2", title: "Is shipping free?", content: "Yes, we offer free shipping on all orders over $50."},
{
- id: "q3",
- title: "How long is delivery?",
- content: "Orders are shipped within 2 business days and typically arrive in 3-5 business days.",
- },
+ id: "q3", title: "How long is delivery?", content: "Orders are shipped within 2 business days and typically arrive in 3-5 business days."},
]}
title="Need Help?"
description="Find answers to the most common questions about ordering and shipping."
@@ -266,20 +171,12 @@ export default function LandingPage() {
description="Ready to elevate your style? Have questions about our products or partnership? Reach out to us below."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- },
+ name: "name", type: "text", placeholder: "Your Name"},
{
- name: "email",
- type: "email",
- placeholder: "Your Email",
- },
+ name: "email", type: "email", placeholder: "Your Email"},
]}
textarea={{
- name: "message",
- placeholder: "Tell us how we can help...",
- }}
+ name: "message", placeholder: "Tell us how we can help..."}}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-office-desk-with-smartphone-medical-mask_23-2148804401.jpg"
/>
@@ -288,42 +185,27 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file