diff --git a/src/app/page.tsx b/src/app/page.tsx index 436b7b1..7c44c03 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { ShieldCheck, Sparkles, Award, CheckCircle, Heart, HelpCircle, Star } from 'lucide-react'; +import { ShieldCheck, Sparkles, Award, CheckCircle, Heart, HelpCircle, Star, TrendingUp } from 'lucide-react'; import Link from 'next/link'; export default function HomePage() { @@ -22,8 +22,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Latest Phones", href: "/products" }, { label: "Accessories", href: "/products" }, { label: "Deals & Offers", href: "/products" }, @@ -31,8 +30,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "#" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -40,8 +38,7 @@ export default function HomePage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "#" }, { label: "FAQ", href: "#faq" }, { label: "Warranty Info", href: "#" }, @@ -49,8 +46,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Return Policy", href: "#" }, @@ -114,26 +110,11 @@ export default function HomePage() { animationType="scale-rotate" products={[ { - id: "iphone-15", - name: "iPhone 15 Pro Max", - price: "₹1,39,999", - imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-gradient-wallpaper_23-2147842890.jpg?_wi=1", - imageAlt: "iPhone 15 Pro Max", - }, + id: "iphone-15", name: "iPhone 15 Pro Max", price: "₹1,39,999", imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-gradient-wallpaper_23-2147842890.jpg?_wi=1", imageAlt: "iPhone 15 Pro Max"}, { - id: "samsung-s24", - name: "Samsung Galaxy S24", - price: "₹79,999", - imageSrc: "http://img.b2bpic.net/free-vector/modern-design-concept-set-collection-with-two-stylish-black-smartphones-with-shadows-large-blanks-displays-touchscreens-grey_1284-49092.jpg?_wi=1", - imageAlt: "Samsung Galaxy S24", - }, + id: "samsung-s24", name: "Samsung Galaxy S24", price: "₹79,999", imageSrc: "http://img.b2bpic.net/free-vector/modern-design-concept-set-collection-with-two-stylish-black-smartphones-with-shadows-large-blanks-displays-touchscreens-grey_1284-49092.jpg?_wi=1", imageAlt: "Samsung Galaxy S24"}, { - id: "oneplus-12", - name: "OnePlus 12", - price: "₹64,999", - imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-4949.jpg?_wi=1", - imageAlt: "OnePlus 12", - }, + id: "oneplus-12", name: "OnePlus 12", price: "₹64,999", imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-4949.jpg?_wi=1", imageAlt: "OnePlus 12"}, ]} /> @@ -151,32 +132,16 @@ export default function HomePage() { features={[ { id: 1, - title: "24/7 Customer Support", - description: "Expert team ready to assist you anytime with product queries, troubleshooting, and after-sales service.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-working-call-center-office_23-2149256111.jpg?_wi=1", - imageAlt: "Professional customer support", - }, + title: "24/7 Customer Support", description: "Expert team ready to assist you anytime with product queries, troubleshooting, and after-sales service.", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-call-center-office_23-2149256111.jpg?_wi=1", imageAlt: "Professional customer support"}, { id: 2, - title: "Express Delivery", - description: "Fast shipping across India with real-time tracking. Same-day delivery available in major cities.", - imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-boy-red-uniform-cap-holding-paper-package-smiling-cheerfully-showing-smartphone_141793-46193.jpg", - imageAlt: "Express delivery service", - }, + title: "Express Delivery", description: "Fast shipping across India with real-time tracking. Same-day delivery available in major cities.", imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-boy-red-uniform-cap-holding-paper-package-smiling-cheerfully-showing-smartphone_141793-46193.jpg", imageAlt: "Express delivery service"}, { id: 3, - title: "2-Year Warranty", - description: "Complete manufacturer warranty with extended protection plans. Hassle-free service center access.", - imageSrc: "http://img.b2bpic.net/free-photo/man-woman-being-addicted-their-phones_23-2149017711.jpg?_wi=1", - imageAlt: "Warranty protection", - }, + title: "2-Year Warranty", description: "Complete manufacturer warranty with extended protection plans. Hassle-free service center access.", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-being-addicted-their-phones_23-2149017711.jpg?_wi=1", imageAlt: "Warranty protection"}, { id: 4, - title: "Competitive Pricing", - description: "Best prices in India with price match guarantee. Regular deals and exclusive discounts for members.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-filling-up-her-credit-card-information-smartphone_23-2148673305.jpg?_wi=1", - imageAlt: "Best pricing guarantee", - }, + title: "Competitive Pricing", description: "Best prices in India with price match guarantee. Regular deals and exclusive discounts for members.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-filling-up-her-credit-card-information-smartphone_23-2148673305.jpg?_wi=1", imageAlt: "Best pricing guarantee"}, ]} /> @@ -184,25 +149,9 @@ export default function HomePage() {