Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-31 02:54:55 +00:00

View File

@@ -113,29 +113,29 @@ export default function LandingPage() {
{
id: "plan-basic", badge: "Basic", price: "$5/month", subtitle: "Essential Protection", buttons: [
{
text: "Get Started", href: "#"},
text: "Get Started", href: "#"}
],
features: [
"Standard Warranty Extension", "Accessory Discount (5%)", "Email Support"],
"Standard Warranty Extension", "Accessory Discount (5%)", "Email Support"]
},
{
id: "plan-pro", badge: "Pro", badgeIcon={Star},
id: "plan-pro", badge: "Pro", badgeIcon: Star,
price: "$15/month", subtitle: "Advanced Coverage", buttons: [
{
text: "Choose Pro", href: "#"},
text: "Choose Pro", href: "#"}
],
features: [
"Extended Warranty (2 years)", "Accessory Discount (15%)", "Priority Email & Chat Support", "Accidental Damage Protection", "Early Access to New Products"],
"Extended Warranty (2 years)", "Accessory Discount (15%)", "Priority Email & Chat Support", "Accidental Damage Protection", "Early Access to New Products"]
},
{
id: "plan-premium", badge: "Premium", badgeIcon={Crown},
id: "plan-premium", badge: "Premium", badgeIcon: Crown,
price: "$25/month", subtitle: "Ultimate Experience", buttons: [
{
text: "Go Premium", href: "#"},
text: "Go Premium", href: "#"}
],
features: [
"Lifetime Warranty", "Accessory Discount (25%)", "24/7 Phone & VIP Support", "Enhanced Accidental Damage", "Exclusive Product Previews", "Free Expedited Shipping"],
},
"Lifetime Warranty", "Accessory Discount (25%)", "24/7 Phone & VIP Support", "Enhanced Accidental Damage", "Exclusive Product Previews", "Free Expedited Shipping"]
}
]}
/>
</div>
@@ -154,13 +154,13 @@ export default function LandingPage() {
{
id: "faq7", title: "Do you offer international shipping?", content: "Yes, we offer worldwide shipping. Please note that international orders may be subject to customs duties and taxes."},
{
id: "faq8", title: "What if my product arrives damaged?", content: "In the rare event of a damaged product, please contact our support team within 48 hours of delivery for a replacement or refund."},
id: "faq8", title: "What if my product arrives damaged?", content: "In the rare event of a damaged product, please contact our support team within 48 hours of delivery for a replacement or refund."}
]}
sideTitle="Your Questions, Answered"
sideDescription="Find quick solutions and detailed information regarding your purchases, shipping, and products."
buttons={[
{
text: "Contact Support", href: "/checkout"},
text: "Contact Support", href: "/checkout"}
]}
/>
</div>