Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2ed3024978 | |||
| d493b6a6df | |||
| df82ef873d | |||
| e5aa1da317 | |||
| 878647b000 | |||
| 35b8f61aad | |||
| a1e2f0e431 | |||
| 13390737db | |||
| 36bafd7edb | |||
| 805d09f276 | |||
| 8dc31fca7a |
@@ -10,7 +10,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Sparkles, Package, Heart, Award, CheckCircle, Shield, Zap, Shirt, ShoppingBag, Palette, TrendingUp, Users, Star, Mail } from 'lucide-react';
|
||||
import { Sparkles, Package, Heart, Award, CheckCircle, Shield, Zap, Shirt, ShoppingBag, Palette, TrendingUp, Users, Star, Mail, Crown } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
title="Elevate Your Style with Premium Menswear"
|
||||
description="Discover our exclusive collection of handpicked menswear at Apna Menswear, Bholaram Ustad. We curate the finest clothing for the discerning gentleman."
|
||||
description="Look and feel confident in premium menswear that lasts. Discover quality pieces crafted for the discerning gentleman."
|
||||
tag="Premium Collection"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
@@ -73,7 +73,8 @@ export default function LandingPage() {
|
||||
tagIcon={Package}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "View All Products", href: "#" }
|
||||
{ text: "View All Products", href: "#" },
|
||||
{ text: "Browse Best Sellers", href: "#" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
products={[
|
||||
@@ -100,7 +101,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
title="Your Trusted Menswear Destination"
|
||||
description="Since establishing our store in Bholaram Ustad, we've been committed to providing the finest quality menswear with exceptional service. Every piece in our collection is selected to ensure you look and feel your best."
|
||||
description="Since establishing our store in Bholaram Ustad, we have been committed to providing the finest quality menswear with exceptional service. Every piece in our collection is selected to ensure you look and feel your best."
|
||||
tag="About Apna Menswear"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
@@ -142,7 +143,7 @@ export default function LandingPage() {
|
||||
title: "Affordable Luxury", description: "Premium menswear at prices that make sense for value-conscious customers.", bentoComponent: "animated-bar-chart"
|
||||
},
|
||||
{
|
||||
title: "Easy Returns", description: "Hassle-free returns within 30 days if you're not completely satisfied.", bentoComponent: "marquee", centerIcon: TrendingUp,
|
||||
title: "Easy Returns", description: "Hassle-free returns within 30 days if you are not completely satisfied.", bentoComponent: "marquee", centerIcon: TrendingUp,
|
||||
variant: "text", texts: ["30-Day Returns", "Easy Exchange", "No Questions Asked", "Full Refund"]
|
||||
}
|
||||
]}
|
||||
@@ -164,7 +165,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Rajesh Kumar, Mumbai", date: "Date: 15 November 2024", title: "Exceptional Quality and Service!", quote: "I've been a customer for over 5 years. The quality of their menswear is unmatched, and the staff is incredibly helpful. Every piece I buy from Apna Menswear lasts for years.", tag: "Premium Member", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", avatarAlt: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=1", imageAlt: "Satisfied customer"
|
||||
id: "1", name: "Rajesh Kumar, Mumbai", date: "Date: 15 November 2024", title: "Exceptional Quality and Service!", quote: "I have been a customer for over 5 years. The quality of their menswear is unmatched, and the staff is incredibly helpful. Every piece I buy from Apna Menswear lasts for years.", tag: "Premium Member", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", avatarAlt: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=1", imageAlt: "Satisfied customer"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Amit Sharma, Delhi", date: "Date: 08 November 2024", title: "Best Formal Wear in Town", quote: "For all my corporate needs, I rely on Apna Menswear. Their formal collection is sophisticated and professional. The prices are fair and the quality is outstanding.", tag: "Loyal Customer", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", avatarAlt: "Amit Sharma", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=2", imageAlt: "Professional outfit"
|
||||
|
||||
Reference in New Issue
Block a user