diff --git a/src/app/page.tsx b/src/app/page.tsx index 1559be0..ec70153 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,8 +22,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Shoes", href: "/categories" }, { label: "Accessories", href: "/categories" }, { label: "New Arrivals", href: "/shop" }, @@ -31,8 +30,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Story", href: "/about" }, { label: "Contact", href: "/contact" }, @@ -40,8 +38,7 @@ export default function HomePage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "FAQs", href: "#" }, { label: "Shipping Info", href: "#" }, { label: "Returns", href: "#" }, @@ -49,8 +46,7 @@ export default function HomePage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Shoes: +91 9222955134", href: "https://wa.me/919222955134" }, { label: "Accessories: +91 8320471216", href: "https://wa.me/918320471216" }, { label: "Email: shoemobindia@gmail.com", href: "mailto:shoemobindia@gmail.com" }, @@ -58,8 +54,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms & Conditions", href: "#" }, { label: "Refund Policy", href: "#" }, @@ -75,7 +70,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="small" sizing="largeSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="glass" @@ -89,12 +84,10 @@ export default function HomePage() { @@ -239,59 +183,23 @@ export default function HomePage() { tagIcon={Star} testimonials={[ { - id: "1", - name: "Rajesh Kumar", - role: "Fashion Enthusiast", - company: "Mumbai", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1", - imageAlt: "Rajesh Kumar", - }, + id: "1", name: "Rajesh Kumar", role: "Fashion Enthusiast", company: "Mumbai", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Rajesh Kumar"}, { - id: "2", - name: "Priya Sharma", - role: "Tech Professional", - company: "Bangalore", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=2", - imageAlt: "Priya Sharma", - }, + id: "2", name: "Priya Sharma", role: "Tech Professional", company: "Bangalore", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Priya Sharma"}, { - id: "3", - name: "Arjun Singh", - role: "Streetwear Collector", - company: "Delhi", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=3", - imageAlt: "Arjun Singh", - }, + id: "3", name: "Arjun Singh", role: "Streetwear Collector", company: "Delhi", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Arjun Singh"}, { - id: "4", - name: "Ananya Patel", - role: "Luxury Blogger", - company: "Pune", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=4", - imageAlt: "Ananya Patel", - }, + id: "4", name: "Ananya Patel", role: "Luxury Blogger", company: "Pune", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Ananya Patel"}, { - id: "5", - name: "Vikram Desai", - role: "Entrepreneur", - company: "Ahmedabad", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=5", - imageAlt: "Vikram Desai", - }, + id: "5", name: "Vikram Desai", role: "Entrepreneur", company: "Ahmedabad", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Vikram Desai"}, { - id: "6", - name: "Neha Gupta", - role: "Style Influencer", - company: "Hyderabad", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=6", - imageAlt: "Neha Gupta", - }, + id: "6", name: "Neha Gupta", role: "Style Influencer", company: "Hyderabad", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Neha Gupta"}, ]} kpiItems={[ { value: "98%", label: "Customer Satisfaction" },