diff --git a/src/app/page.tsx b/src/app/page.tsx
index 184ed5b..0386567 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -13,7 +13,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
-import { Building, Film, Users, Utensils } from "lucide-react";
+import { Building, Film, Users, Utensils, Car, Baby, Wifi, Accessibility, Headset, BatteryCharging } from "lucide-react";
export default function LandingPage() {
return (
@@ -34,29 +34,17 @@ export default function LandingPage() {
@@ -120,46 +96,22 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Ample Parking",
- description: "Spacious multi-level parking with valet services available for a hassle-free visit.",
- imageSrc: "http://img.b2bpic.net/free-photo/empty-parking-lots-aerial-view_1127-4052.jpg",
- imageAlt: "Multi-level parking garage",
- buttonIcon: "Car",
+ title: "Ample Parking", description: "Spacious multi-level parking with valet services available for a hassle-free visit.", imageSrc: "http://img.b2bpic.net/free-photo/empty-parking-lots-aerial-view_1127-4052.jpg", imageAlt: "Multi-level parking garage", buttonIcon: Car,
},
{
- title: "Kids Play Zone",
- description: "A safe, vibrant, and fun environment for children to enjoy while parents shop.",
- imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-playing-theme-park_23-2148287918.jpg",
- imageAlt: "Indoor kids play zone",
- buttonIcon: "Baby",
+ title: "Kids Play Zone", description: "A safe, vibrant, and fun environment for children to enjoy while parents shop.", imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-playing-theme-park_23-2148287918.jpg", imageAlt: "Indoor kids play zone", buttonIcon: Baby,
},
{
- title: "Free Wi-Fi",
- description: "Stay connected throughout the mall with complimentary high-speed internet access.",
- imageSrc: "http://img.b2bpic.net/free-photo/no-signal-sign-front-side_187299-39494.jpg",
- imageAlt: "Person using laptop in a mall cafe",
- buttonIcon: "Wifi",
+ title: "Free Wi-Fi", description: "Stay connected throughout the mall with complimentary high-speed internet access.", imageSrc: "http://img.b2bpic.net/free-photo/no-signal-sign-front-side_187299-39494.jpg", imageAlt: "Person using laptop in a mall cafe", buttonIcon: Wifi,
},
{
- title: "Accessible Facilities",
- description: "Wheelchair access, ramps, and accessible restrooms ensure comfort for all visitors.",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cinema-building_23-2150985298.jpg",
- imageAlt: "Wheelchair ramp in a public building",
- buttonIcon: "Accessibility",
+ title: "Accessible Facilities", description: "Wheelchair access, ramps, and accessible restrooms ensure comfort for all visitors.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cinema-building_23-2150985298.jpg", imageAlt: "Wheelchair ramp in a public building", buttonIcon: Accessibility,
},
{
- title: "Concierge Services",
- description: "Our dedicated team is ready to assist you with directions, bookings, and more.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-reading-menu-restaurant_23-2150384798.jpg",
- imageAlt: "Mall concierge desk",
- buttonIcon: "Headset",
+ title: "Concierge Services", description: "Our dedicated team is ready to assist you with directions, bookings, and more.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-reading-menu-restaurant_23-2150384798.jpg", imageAlt: "Mall concierge desk", buttonIcon: Headset,
},
{
- title: "EV Charging Stations",
- description: "Convenient electric vehicle charging spots available for eco-conscious visitors.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-her-electric-car-with-charging-pistol_1303-31185.jpg",
- imageAlt: "Electric vehicle charging station",
- buttonIcon: "BatteryCharging",
+ title: "EV Charging Stations", description: "Convenient electric vehicle charging spots available for eco-conscious visitors.", imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-her-electric-car-with-charging-pistol_1303-31185.jpg", imageAlt: "Electric vehicle charging station", buttonIcon: BatteryCharging,
},
]}
title="Unparalleled Amenities"
@@ -172,49 +124,20 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="bento-grid"
useInvertedBackground={false}
+ animationType="blur-reveal"
products={[
{
- id: "fashion-store",
- name: "Trendsetter Fashion",
- price: "Luxury & Style",
- imageSrc: "http://img.b2bpic.net/free-photo/empty-chic-boutique-filled-with-new-collection-designer-clothes-racks_482257-118548.jpg",
- imageAlt: "Stylish fashion storefront",
- },
+ id: "fashion-store", name: "Trendsetter Fashion", price: "Luxury & Style", imageSrc: "http://img.b2bpic.net/free-photo/empty-chic-boutique-filled-with-new-collection-designer-clothes-racks_482257-118548.jpg", imageAlt: "Stylish fashion storefront"},
{
- id: "electronics-store",
- name: "Tech Gadget Hub",
- price: "Innovation & Tech",
- imageSrc: "http://img.b2bpic.net/free-photo/blur-hospital-clinic-interior_1203-8631.jpg",
- imageAlt: "Modern electronics store",
- },
+ id: "electronics-store", name: "Tech Gadget Hub", price: "Innovation & Tech", imageSrc: "http://img.b2bpic.net/free-photo/blur-hospital-clinic-interior_1203-8631.jpg", imageAlt: "Modern electronics store"},
{
- id: "jewelry-store",
- name: "Sparkle Jewels",
- price: "Elegance & Shine",
- imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409243.jpg",
- imageAlt: "Jewelry store display",
- },
+ id: "jewelry-store", name: "Sparkle Jewels", price: "Elegance & Shine", imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409243.jpg", imageAlt: "Jewelry store display"},
{
- id: "home-decor",
- name: "Home Comforts",
- price: "Decor & Living",
- imageSrc: "http://img.b2bpic.net/free-photo/empty-workshop-with-tools-sketches-luxury-handcrafting-services-with-tailoring-equipment-modern-fabric-tailor-atelier-with-workstations-instruments-small-business_482257-65197.jpg",
- imageAlt: "Home decor store interior",
- },
+ id: "home-decor", name: "Home Comforts", price: "Decor & Living", imageSrc: "http://img.b2bpic.net/free-photo/empty-workshop-with-tools-sketches-luxury-handcrafting-services-with-tailoring-equipment-modern-fabric-tailor-atelier-with-workstations-instruments-small-business_482257-65197.jpg", imageAlt: "Home decor store interior"},
{
- id: "supermarket",
- name: "Fresh Groceries",
- price: "Daily Essentials",
- imageSrc: "http://img.b2bpic.net/free-photo/additives-free-pantry-supplies-shop_482257-91816.jpg",
- imageAlt: "Supermarket produce section",
- },
+ id: "supermarket", name: "Fresh Groceries", price: "Daily Essentials", imageSrc: "http://img.b2bpic.net/free-photo/additives-free-pantry-supplies-shop_482257-91816.jpg", imageAlt: "Supermarket produce section"},
{
- id: "bookstore",
- name: "The Reading Nook",
- price: "Books & More",
- imageSrc: "http://img.b2bpic.net/free-photo/young-girl-sitting-cafe-reading-book-drinking-latte_169016-6278.jpg",
- imageAlt: "Cozy bookstore interior",
- },
+ id: "bookstore", name: "The Reading Nook", price: "Books & More", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-sitting-cafe-reading-book-drinking-latte_169016-6278.jpg", imageAlt: "Cozy bookstore interior"},
]}
title="Discover Your Favorites"
description="Explore a curated selection of our most popular stores and shopping categories."
@@ -227,59 +150,17 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "testimonial-1",
- title: "Best Shopping Experience",
- quote: "Phoenix United Mall offers an incredible range of stores and dining options. Every visit is a delight and a complete joy!",
- name: "Priya Sharma",
- role: "Frequent Visitor",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-asian-woman-holding-colored-shopping-bags_1150-13947.jpg",
- imageAlt: "Priya Sharma smiling",
- },
+ id: "testimonial-1", title: "Best Shopping Experience", quote: "Phoenix United Mall offers an incredible range of stores and dining options. Every visit is a delight and a complete joy!", name: "Priya Sharma", role: "Frequent Visitor", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-asian-woman-holding-colored-shopping-bags_1150-13947.jpg", imageAlt: "Priya Sharma smiling"},
{
- id: "testimonial-2",
- title: "Family-Friendly Fun",
- quote: "The kids absolutely love the play zone, and there's always something new to explore for the whole family here.",
- name: "Rajesh Kumar",
- role: "Parent",
- imageSrc: "http://img.b2bpic.net/free-photo/three-young-beautiful-girls-having-fun-grocery-cart_158538-16361.jpg",
- imageAlt: "Rajesh Kumar with child",
- },
+ id: "testimonial-2", title: "Family-Friendly Fun", quote: "The kids absolutely love the play zone, and there's always something new to explore for the whole family here.", name: "Rajesh Kumar", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/three-young-beautiful-girls-having-fun-grocery-cart_158538-16361.jpg", imageAlt: "Rajesh Kumar with child"},
{
- id: "testimonial-3",
- title: "Excellent Dining Choices",
- quote: "From quick bites to fine dining, the food court and restaurants here are top-notch. A true foodie's paradise.",
- name: "Sneha Patel",
- role: "Food Blogger",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-lover-taking-pictures-meal_23-2149286417.jpg",
- imageAlt: "Sneha Patel enjoying food",
- },
+ id: "testimonial-3", title: "Excellent Dining Choices", quote: "From quick bites to fine dining, the food court and restaurants here are top-notch. A true foodie's paradise.", name: "Sneha Patel", role: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-lover-taking-pictures-meal_23-2149286417.jpg", imageAlt: "Sneha Patel enjoying food"},
{
- id: "testimonial-4",
- title: "Events are Always Engaging",
- quote: "I always look forward to the events hosted here. They are well-organized and offer something for everyone in the family.",
- name: "Amit Singh",
- role: "Event Enthusiast",
- imageSrc: "http://img.b2bpic.net/free-photo/man-playing-electric-guitar-live-concert_23-2149188055.jpg",
- imageAlt: "Amit Singh at a mall event",
- },
+ id: "testimonial-4", title: "Events are Always Engaging", quote: "I always look forward to the events hosted here. They are well-organized and offer something for everyone in the family.", name: "Amit Singh", role: "Event Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/man-playing-electric-guitar-live-concert_23-2149188055.jpg", imageAlt: "Amit Singh at a mall event"},
{
- id: "testimonial-5",
- title: "A Complete Lifestyle Destination",
- quote: "More than just a mall, it's a place where I can shop, relax, eat, and have fun. Truly a united experience!",
- name: "Kavita Devi",
- role: "Lifestyle Shopper",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-taking-break-after-shopping_23-2148660686.jpg",
- imageAlt: "Kavita Devi with shopping bags",
- },
+ id: "testimonial-5", title: "A Complete Lifestyle Destination", quote: "More than just a mall, it's a place where I can shop, relax, eat, and have fun. Truly a united experience!", name: "Kavita Devi", role: "Lifestyle Shopper", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-taking-break-after-shopping_23-2148660686.jpg", imageAlt: "Kavita Devi with shopping bags"},
{
- id: "testimonial-6",
- title: "Great Customer Service",
- quote: "The staff is always helpful and friendly, making my shopping experience very pleasant and stress-free every time.",
- name: "Arjun Reddy",
- role: "Valued Customer",
- imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-guy-shirt-talking-by-phone_78826-2474.jpg",
- imageAlt: "Arjun Reddy smiling",
- },
+ id: "testimonial-6", title: "Great Customer Service", quote: "The staff is always helpful and friendly, making my shopping experience very pleasant and stress-free every time.", name: "Arjun Reddy", role: "Valued Customer", imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-guy-shirt-talking-by-phone_78826-2474.jpg", imageAlt: "Arjun Reddy smiling"},
]}
title="What Our Visitors Say"
description="Hear from our community about their unforgettable experiences at Phoenix United Mall."
@@ -291,17 +172,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Zara",
- "H&M",
- "Nike",
- "Adidas",
- "Starbucks",
- "McDonald's",
- "Shoppers Stop",
- "Lifestyle",
- "Reliance Digital",
- "Westside",
- ]}
+ "Zara", "H&M", "Nike", "Adidas", "Starbucks", "McDonald's", "Shoppers Stop", "Lifestyle", "Reliance Digital", "Westside"]}
title="Home to World-Class Brands"
description="Discover a diverse collection of renowned national and international brands that call Phoenix United Mall home."
showCard={true}
@@ -314,35 +185,17 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "faq-1",
- title: "What are the mall operating hours?",
- content: "Phoenix United Mall is open from 10 AM to 10 PM daily, including weekends and all public holidays.",
- },
+ id: "faq-1", title: "What are the mall operating hours?", content: "Phoenix United Mall is open from 10 AM to 10 PM daily, including weekends and all public holidays."},
{
- id: "faq-2",
- title: "Is there sufficient parking available?",
- content: "Yes, we offer spacious multi-level parking with both self-parking and convenient valet services for all visitors.",
- },
+ id: "faq-2", title: "Is there sufficient parking available?", content: "Yes, we offer spacious multi-level parking with both self-parking and convenient valet services for all visitors."},
{
- id: "faq-3",
- title: "Are there any child-friendly facilities?",
- content: "Absolutely! We have a dedicated Kids Play Zone, family restrooms, and baby changing stations for your convenience.",
- },
+ id: "faq-3", title: "Are there any child-friendly facilities?", content: "Absolutely! We have a dedicated Kids Play Zone, family restrooms, and baby changing stations for your convenience."},
{
- id: "faq-4",
- title: "How can I find a specific store?",
- content: "You can use our interactive digital directories located throughout the mall or ask our friendly concierge for assistance.",
- },
+ id: "faq-4", title: "How can I find a specific store?", content: "You can use our interactive digital directories located throughout the mall or ask our friendly concierge for assistance."},
{
- id: "faq-5",
- title: "Do you offer free Wi-Fi?",
- content: "Yes, complimentary high-speed Wi-Fi is available throughout the entire mall for all our valued visitors.",
- },
+ id: "faq-5", title: "Do you offer free Wi-Fi?", content: "Yes, complimentary high-speed Wi-Fi is available throughout the entire mall for all our valued visitors."},
{
- id: "faq-6",
- title: "What dining options are available?",
- content: "We host over 50 diverse dining options, ranging from a vibrant food court to numerous cafes and fine dining restaurants.",
- },
+ id: "faq-6", title: "What dining options are available?", content: "We host over 50 diverse dining options, ranging from a vibrant food court to numerous cafes and fine dining restaurants."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common queries about Phoenix United Mall, its services, and facilities."
@@ -354,53 +207,18 @@ export default function LandingPage() {
@@ -409,20 +227,15 @@ export default function LandingPage() {
@@ -431,66 +244,39 @@ export default function LandingPage() {