Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-07 19:47:53 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1385,4 +1385,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -229,7 +229,7 @@ export default function HomePage() {
{
id: "5", title: "What is your warranty policy?", content: "Most products come with manufacturer warranty. Screen protectors and phone cases have a 12-month defect warranty. Electronics like fans and LED gadgets have 6-12 month warranties depending on the product."},
{
id: "6", title: "How can I track my order?", content: "After your order is confirmed, you'll receive a tracking number via SMS and email. You can use this number to track your package status in real-time or contact our support team for updates."},
id: "6", title: "How can I track my order?", content: "After your order is confirmed, you'll receive a tracking number via SMS and email. You can use this number to track your package status in real-time or contact our support team for updates."}
]}
/>
</div>
@@ -239,7 +239,7 @@ export default function HomePage() {
<ContactCenter
tag="Newsletter"
title="Stay Updated with Our Latest Arrivals"
description="Subscribe to our newsletter for exclusive deals, new product launches, and special promotions. Be the first to know about premium gadgets arriving at LuxeGadgets!"
description="Get exclusive discounts on your first order + early access to new arrivals. Subscribe to our newsletter for premium gadgets arriving at LuxeGadgets!"
tagIcon={Mail}
tagAnimation="slide-up"
background={{ variant: "rotated-rays-animated-grid" }}
@@ -273,4 +273,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}