3 Commits

Author SHA1 Message Date
29f894ae9c Update src/app/page.tsx 2026-06-04 12:32:09 +00:00
345c51e6dd Merge version_2 into main
Merge version_2 into main
2026-06-04 12:30:28 +00:00
ae199aefa4 Update src/app/page.tsx 2026-06-04 12:30:25 +00:00

View File

@@ -33,37 +33,21 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#hero"},
id: "#hero",
},
{ {
name: "About", name: "About", id: "#about"},
id: "#about",
},
{ {
name: "Stores", name: "Stores", id: "#features"},
id: "#features",
},
{ {
name: "Collections", name: "Collections", id: "#products"},
id: "#products",
},
{ {
name: "Brands", name: "Brands", id: "#social-proof"},
id: "#social-proof",
},
{ {
name: "Testimonials", name: "Testimonials", id: "#testimonials"},
id: "#testimonials",
},
{ {
name: "FAQs", name: "FAQs", id: "#faq"},
id: "#faq",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
logoSrc="http://img.b2bpic.net/free-vector/fashion-logo_23-2148558723.jpg" logoSrc="http://img.b2bpic.net/free-vector/fashion-logo_23-2148558723.jpg"
logoAlt="Fashion Corner Logo" logoAlt="Fashion Corner Logo"
@@ -76,16 +60,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogo <HeroLogo
logoText="Fashion Corner" 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={[ buttons={[
{ {
text: "Explore Stores", text: "Explore Stores", href: "#features"},
href: "#features",
},
{ {
text: "View Collections", text: "View Collections", href: "#products"},
href: "#products",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/female-hand-holding-shopping-bags_23-2147932225.jpg" 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} useInvertedBackground={false}
features={[ features={[
{ {
title: "Diverse Mall 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"},
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", 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"},
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", 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"},
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", 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"},
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", 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"},
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" 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." 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} useInvertedBackground={false}
products={[ products={[
{ {
id: "1", 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"},
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", 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"},
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", 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"},
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", 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"},
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", 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"},
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", 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"},
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" 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." 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" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"Nike", "Nike", "Zara", "H&M", "Levi's", "Puma", "Reliance Trends", "Westside"]}
"Zara",
"H&M",
"Levi's",
"Puma",
"Reliance Trends",
"Westside",
]}
title="Home to Renowned National & International Brands" 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." 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" tag="Trusted Brands"
@@ -225,39 +148,22 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", 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"},
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", 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"},
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", id: "3", name: "Ananya Ghosh", imageSrc: "http://img.b2bpic.net/free-photo/amazed-by-big-sales-stores_329181-4931.jpg", imageAlt: "Ananya Ghosh"},
name: "Ananya Ghosh",
imageSrc: "http://img.b2bpic.net/free-photo/amazed-by-big-sales-stores_329181-4931.jpg",
imageAlt: "Ananya Ghosh",
},
{ {
id: "4", id: "4", name: "Vikram Singh", imageSrc: "http://img.b2bpic.net/free-photo/sexy-young-woman-taking-photo-restaurant_1157-1085.jpg", imageAlt: "Vikram Singh"},
name: "Vikram Singh",
imageSrc: "http://img.b2bpic.net/free-photo/sexy-young-woman-taking-photo-restaurant_1157-1085.jpg",
imageAlt: "Vikram Singh",
},
{ {
id: "5", id: "5", name: "Sneha Roy", imageSrc: "http://img.b2bpic.net/free-photo/kids-wearing-face-masks-classroom_9975-24054.jpg", imageAlt: "Sneha Roy"},
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" cardTitle="What Our Shoppers Say"
cardTag="Happy Visitors" cardTag="Happy Visitors"
cardAnimation="slide-up" cardAnimation="slide-up"
buttons={[
{text: "Read More Reviews", href: "#"}
]}
/> />
</div> </div>
@@ -266,20 +172,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "1", 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."},
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", 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."},
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", 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."},
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" sideTitle="Your Questions, Answered"
sideDescription="Find quick answers to the most common questions about Fashion Corner Agartala, from operating hours to available amenities." 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 <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ 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!" 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={[ buttons={[
{ {
text: "Get Directions", text: "Get Directions", href: "https://www.google.com/maps/search/Fashion+Corner+AGARTALA"},
href: "https://www.google.com/maps/search/Fashion+Corner+AGARTALA",
},
]} ]}
/> />
</div> </div>
@@ -312,14 +206,10 @@ export default function LandingPage() {
socialLinks={[ socialLinks={[
{ {
icon: Facebook, icon: Facebook,
href: "#", href: "#", ariaLabel: "Facebook"},
ariaLabel: "Facebook",
},
{ {
icon: Instagram, icon: Instagram,
href: "#", href: "#", ariaLabel: "Instagram"},
ariaLabel: "Instagram",
},
]} ]}
/> />
</div> </div>