7 Commits

Author SHA1 Message Date
418d529819 Update src/app/page.tsx 2026-03-07 19:47:48 +00:00
4a749806da Update src/app/layout.tsx 2026-03-07 19:47:48 +00:00
cb13168939 Merge version_2 into main
Merge version_2 into main
2026-03-07 19:22:47 +00:00
da68f60ea4 Update src/app/page.tsx 2026-03-07 19:22:43 +00:00
d60a8a01c0 Update src/app/layout.tsx 2026-03-07 19:22:43 +00:00
416f52ee3d Merge version_1 into main
Merge version_1 into main
2026-03-07 18:59:50 +00:00
c4b268c19b Merge version_1 into main
Merge version_1 into main
2026-03-07 18:56:41 +00:00
2 changed files with 15 additions and 1430 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -11,7 +11,7 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar
import FaqBase from "@/components/sections/faq/FaqBase";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterCard from "@/components/sections/footer/FooterCard";
import { Sparkles, Award, Shield, Grid, TrendingUp, Mail, HelpCircle, MessageCircle, Facebook, Instagram, Linkedin } from "lucide-react";
import { Sparkles, Award, Shield, Grid, TrendingUp, Mail, HelpCircle, MessageCircle, Facebook, Instagram, Linkedin, Star } from "lucide-react";
export default function HomePage() {
return (
@@ -77,8 +77,8 @@ export default function HomePage() {
{/* Featured Products */}
<div id="featured-products" data-section="featured-products" className="w-full py-20 px-4 md:px-8">
<ProductCardFour
title="Featured Collection"
description="Handpicked premium products showcasing the latest in mobile accessories and electronic gadgets"
title="Featured Collection — 2,500+ Satisfied Customers"
description="Handpicked premium products showcasing the latest in mobile accessories and electronic gadgets, trusted by thousands across Mozambique"
tag="Bestsellers"
tagIcon={Award}
tagAnimation="slide-up"
@@ -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>
);
}
}