diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5c9606f..c16db70 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,55 +31,30 @@ export default function LandingPage() {
@@ -188,49 +122,27 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "tier1",
- name: "Starter",
- price: "$18+",
- features: [
- "$2 OFF",
- "Standard Shipping",
- ],
+ id: "tier1", name: "Starter", price: "$18+", features: [
+ "$2 OFF", "Standard Shipping"],
buttons: [
{
- text: "Apply Coupon",
- href: "#",
- },
+ text: "Apply Coupon", href: "#"},
],
},
{
- id: "tier2",
- name: "Pro",
- price: "$85+",
- features: [
- "$12 OFF",
- "Express Processing",
- ],
+ id: "tier2", name: "Pro", price: "$85+", features: [
+ "$12 OFF", "Express Processing"],
buttons: [
{
- text: "Apply Coupon",
- href: "#",
- },
+ text: "Apply Coupon", href: "#"},
],
},
{
- id: "tier3",
- name: "Premium",
- price: "$249+",
- features: [
- "$35 OFF",
- "Free Shipping",
- "Priority Support",
- ],
+ id: "tier3", name: "Premium", price: "$249+", features: [
+ "$35 OFF", "Free Shipping", "Priority Support"],
buttons: [
{
- text: "Apply Coupon",
- href: "#",
- },
+ text: "Apply Coupon", href: "#"},
],
},
]}
@@ -244,20 +156,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "faq1",
- title: "How do bundle deals work?",
- content: "Simply add 3 or more eligible items to your cart and the discount is automatically calculated at checkout.",
- },
+ id: "faq1", title: "How do bundle deals work?", content: "Simply add 3 or more eligible items to your cart and the discount is automatically calculated at checkout."},
{
- id: "faq2",
- title: "Are returns free?",
- content: "Yes, we offer free returns within 30 days of purchase for most items.",
- },
+ id: "faq2", title: "Are returns free?", content: "Yes, we offer free returns within 30 days of purchase for most items."},
{
- id: "faq3",
- title: "How can I use coupon codes?",
- content: "Enter your code at the checkout page in the 'Promotion Code' field to apply your savings.",
- },
+ id: "faq3", title: "How can I use coupon codes?", content: "Enter your code at the checkout page in the 'Promotion Code' field to apply your savings."},
]}
sideTitle="Need Help?"
faqsAnimation="slide-up"
@@ -268,14 +171,11 @@ export default function LandingPage() {
@@ -284,29 +184,19 @@ export default function LandingPage() {