Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e28881bb8a | |||
| 418d529819 | |||
| 4a749806da | |||
| cb13168939 | |||
| da68f60ea4 | |||
| d60a8a01c0 | |||
| 416f52ee3d | |||
| c4b268c19b |
1433
src/app/layout.tsx
1433
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user