Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 29f894ae9c | |||
| 345c51e6dd | |||
| ae199aefa4 |
188
src/app/page.tsx
188
src/app/page.tsx
@@ -33,37 +33,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Stores",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Stores", id: "#features"},
|
||||
{
|
||||
name: "Collections",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Collections", id: "#products"},
|
||||
{
|
||||
name: "Brands",
|
||||
id: "#social-proof",
|
||||
},
|
||||
name: "Brands", id: "#social-proof"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQs",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQs", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/fashion-logo_23-2148558723.jpg"
|
||||
logoAlt="Fashion Corner Logo"
|
||||
@@ -76,16 +60,12 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Fashion Corner"
|
||||
description="Your ultimate destination for the latest trends and exquisite collections in Agartala. Explore a world of style, comfort, and unparalleled shopping experience."
|
||||
description="Your ultimate destination for the latest trends and exquisite collections. Experience unparalleled style, comfort, and an exceptional shopping journey."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Stores",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Explore Stores", href: "#features"},
|
||||
{
|
||||
text: "View Collections",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Collections", href: "#products"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-hand-holding-shopping-bags_23-2147932225.jpg"
|
||||
@@ -108,35 +88,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Diverse Mall Stores",
|
||||
description: "Explore a wide array of national and international brands, offering everything from fashion to electronics.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-store-employee-suggesting-trendy-items-client-wheelchair-user_482257-108841.jpg",
|
||||
imageAlt: "Shopping mall interior with diverse stores",
|
||||
},
|
||||
title: "Diverse Mall Stores", description: "Explore a wide array of national and international brands, offering everything from fashion to electronics.", imageSrc: "http://img.b2bpic.net/free-photo/asian-store-employee-suggesting-trendy-items-client-wheelchair-user_482257-108841.jpg", imageAlt: "Shopping mall interior with diverse stores"},
|
||||
{
|
||||
title: "Family Entertainment",
|
||||
description: "Enjoy family-friendly entertainment options including gaming zones and event spaces.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-playing-bowling_107420-84937.jpg",
|
||||
imageAlt: "Family enjoying entertainment at a mall",
|
||||
},
|
||||
title: "Family Entertainment", description: "Enjoy family-friendly entertainment options including gaming zones and event spaces.", imageSrc: "http://img.b2bpic.net/free-photo/friends-playing-bowling_107420-84937.jpg", imageAlt: "Family enjoying entertainment at a mall"},
|
||||
{
|
||||
title: "Dining & Cafes",
|
||||
description: "Savor delicious meals and quick bites at our extensive food court and specialty cafes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-restaurant-talking-mobile-phone_23-2147936262.jpg",
|
||||
imageAlt: "Modern cafe interior in a mall",
|
||||
},
|
||||
title: "Dining & Cafes", description: "Savor delicious meals and quick bites at our extensive food court and specialty cafes.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-restaurant-talking-mobile-phone_23-2147936262.jpg", imageAlt: "Modern cafe interior in a mall"},
|
||||
{
|
||||
title: "Ample Parking",
|
||||
description: "Benefit from our spacious and secure parking facilities, ensuring a hassle-free visit.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-nightlights-city_23-2149049645.jpg",
|
||||
imageAlt: "Spacious mall parking lot",
|
||||
},
|
||||
title: "Ample Parking", description: "Benefit from our spacious and secure parking facilities, ensuring a hassle-free visit.", imageSrc: "http://img.b2bpic.net/free-photo/blurred-nightlights-city_23-2149049645.jpg", imageAlt: "Spacious mall parking lot"},
|
||||
{
|
||||
title: "Free Wi-Fi",
|
||||
description: "Stay connected throughout your visit with our complimentary high-speed Wi-Fi.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/no-signal-sign-front-side-with-white-background_187299-39909.jpg",
|
||||
imageAlt: "Person using laptop with Wi-Fi symbol",
|
||||
},
|
||||
title: "Free Wi-Fi", description: "Stay connected throughout your visit with our complimentary high-speed Wi-Fi.", imageSrc: "http://img.b2bpic.net/free-photo/no-signal-sign-front-side-with-white-background_187299-39909.jpg", imageAlt: "Person using laptop with Wi-Fi symbol"},
|
||||
]}
|
||||
title="A World-Class Shopping Destination"
|
||||
description="Fashion Corner Agartala brings you the best of retail, entertainment, and dining under one roof. Discover convenience and variety."
|
||||
@@ -152,47 +112,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elegant Evening Dress",
|
||||
price: "₹4,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bride-sitting-windowsill-holds-wedding-dress_1153-5940.jpg",
|
||||
imageAlt: "Elegant Evening Dress",
|
||||
},
|
||||
id: "1", name: "Elegant Evening Dress", price: "₹4,500", imageSrc: "http://img.b2bpic.net/free-photo/bride-sitting-windowsill-holds-wedding-dress_1153-5940.jpg", imageAlt: "Elegant Evening Dress"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Men's Casual Shirt",
|
||||
price: "₹1,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-man-with-longboard-going-road_158595-1943.jpg",
|
||||
imageAlt: "Men's Casual Shirt",
|
||||
},
|
||||
id: "2", name: "Men's Casual Shirt", price: "₹1,200", imageSrc: "http://img.b2bpic.net/free-photo/image-man-with-longboard-going-road_158595-1943.jpg", imageAlt: "Men's Casual Shirt"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Designer High Heels",
|
||||
price: "₹3,800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-brunette-carrying-person-holding_1301-3192.jpg",
|
||||
imageAlt: "Designer High Heels",
|
||||
},
|
||||
id: "3", name: "Designer High Heels", price: "₹3,800", imageSrc: "http://img.b2bpic.net/free-photo/girl-brunette-carrying-person-holding_1301-3192.jpg", imageAlt: "Designer High Heels"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Premium Leather Handbag",
|
||||
price: "₹7,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sexy-elegant-woman-natural-beauty-fashion-style-clothes-casual-formal-suit-white-cotton-blouse-silk-pants-romantic-date-blouse-pants-party-style-glamour-model-trend-accessory-bag-dark-hair-makeup_132075-12101.jpg",
|
||||
imageAlt: "Premium Leather Handbag",
|
||||
},
|
||||
id: "4", name: "Premium Leather Handbag", price: "₹7,000", imageSrc: "http://img.b2bpic.net/free-photo/sexy-elegant-woman-natural-beauty-fashion-style-clothes-casual-formal-suit-white-cotton-blouse-silk-pants-romantic-date-blouse-pants-party-style-glamour-model-trend-accessory-bag-dark-hair-makeup_132075-12101.jpg", imageAlt: "Premium Leather Handbag"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Luxury Men's Watch",
|
||||
price: "₹12,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-businessman-taking-papers-from-bag_1262-6105.jpg",
|
||||
imageAlt: "Luxury Men's Watch",
|
||||
},
|
||||
id: "5", name: "Luxury Men's Watch", price: "₹12,500", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-businessman-taking-papers-from-bag_1262-6105.jpg", imageAlt: "Luxury Men's Watch"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Delicate Gold Necklace",
|
||||
price: "₹5,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-woman-pink-romantic-dress-wearing-necklace_343596-1994.jpg",
|
||||
imageAlt: "Delicate Gold Necklace",
|
||||
},
|
||||
id: "6", name: "Delicate Gold Necklace", price: "₹5,000", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-woman-pink-romantic-dress-wearing-necklace_343596-1994.jpg", imageAlt: "Delicate Gold Necklace"},
|
||||
]}
|
||||
title="Discover Your Next Favorite Outfit"
|
||||
description="Browse through our curated selection of clothing, accessories, and more from leading brands and local designers, all available at Fashion Corner."
|
||||
@@ -205,14 +135,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Nike",
|
||||
"Zara",
|
||||
"H&M",
|
||||
"Levi's",
|
||||
"Puma",
|
||||
"Reliance Trends",
|
||||
"Westside",
|
||||
]}
|
||||
"Nike", "Zara", "H&M", "Levi's", "Puma", "Reliance Trends", "Westside"]}
|
||||
title="Home to Renowned National & International Brands"
|
||||
description="Fashion Corner hosts a diverse range of popular brands, offering something for every style and preference, making it Agartala's premier shopping destination."
|
||||
tag="Trusted Brands"
|
||||
@@ -225,39 +148,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Priya Sharma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-smiling-blond-girl-with-shopping-bags-happily-looking-away-city-street_574295-735.jpg",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-smiling-blond-girl-with-shopping-bags-happily-looking-away-city-street_574295-735.jpg", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rahul Das",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man-with-red-hair-enjoying-shopping-holding-bag-shoulder-smiling-standing_1258-147589.jpg",
|
||||
imageAlt: "Rahul Das",
|
||||
},
|
||||
id: "2", name: "Rahul Das", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man-with-red-hair-enjoying-shopping-holding-bag-shoulder-smiling-standing_1258-147589.jpg", imageAlt: "Rahul Das"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ananya Ghosh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/amazed-by-big-sales-stores_329181-4931.jpg",
|
||||
imageAlt: "Ananya Ghosh",
|
||||
},
|
||||
id: "3", name: "Ananya Ghosh", imageSrc: "http://img.b2bpic.net/free-photo/amazed-by-big-sales-stores_329181-4931.jpg", imageAlt: "Ananya Ghosh"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Vikram Singh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sexy-young-woman-taking-photo-restaurant_1157-1085.jpg",
|
||||
imageAlt: "Vikram Singh",
|
||||
},
|
||||
id: "4", name: "Vikram Singh", imageSrc: "http://img.b2bpic.net/free-photo/sexy-young-woman-taking-photo-restaurant_1157-1085.jpg", imageAlt: "Vikram Singh"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sneha Roy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-wearing-face-masks-classroom_9975-24054.jpg",
|
||||
imageAlt: "Sneha Roy",
|
||||
},
|
||||
id: "5", name: "Sneha Roy", imageSrc: "http://img.b2bpic.net/free-photo/kids-wearing-face-masks-classroom_9975-24054.jpg", imageAlt: "Sneha Roy"},
|
||||
]}
|
||||
cardTitle="What Our Shoppers Say"
|
||||
cardTag="Happy Visitors"
|
||||
cardAnimation="slide-up"
|
||||
buttons={[
|
||||
{text: "Read More Reviews", href: "#"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -266,20 +172,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are your operating hours?",
|
||||
content: "Fashion Corner Agartala is open daily from 10:00 AM to 9:30 PM, including weekends and most public holidays. Please check our website for any special holiday hours.",
|
||||
},
|
||||
id: "1", title: "What are your operating hours?", content: "Fashion Corner Agartala is open daily from 10:00 AM to 9:30 PM, including weekends and most public holidays. Please check our website for any special holiday hours."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you have parking facilities?",
|
||||
content: "Yes, we offer ample parking space for our visitors, including both surface and basement parking. Valet parking services are also available on weekends.",
|
||||
},
|
||||
id: "2", title: "Do you have parking facilities?", content: "Yes, we offer ample parking space for our visitors, including both surface and basement parking. Valet parking services are also available on weekends."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are there dining options available?",
|
||||
content: "Absolutely! Our mall features a diverse food court with various cuisines, as well as several cafes and restaurants for a complete dining experience.",
|
||||
},
|
||||
id: "3", title: "Are there dining options available?", content: "Absolutely! Our mall features a diverse food court with various cuisines, as well as several cafes and restaurants for a complete dining experience."},
|
||||
]}
|
||||
sideTitle="Your Questions, Answered"
|
||||
sideDescription="Find quick answers to the most common questions about Fashion Corner Agartala, from operating hours to available amenities."
|
||||
@@ -293,14 +190,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Visit Fashion Corner Agartala Today! We are located at Krishna Nagar, Agartala, Tripura 799001. Open until 9:30 PM. We look forward to welcoming you!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://www.google.com/maps/search/Fashion+Corner+AGARTALA",
|
||||
},
|
||||
text: "Get Directions", href: "https://www.google.com/maps/search/Fashion+Corner+AGARTALA"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -312,18 +206,14 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user