diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 733df64..45cf528 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,7 +6,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric'; import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import { ShoppingBag, Sparkles, Users, Utensils } from "lucide-react"; +import { ShoppingBag, Sparkles, Users, Utensils, Store, Restaurant } from "lucide-react"; export default function LandingPage() { return ( @@ -29,32 +29,32 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + }, { name: "About", id: "about", - href: "/about", + }, { name: "Stores", id: "stores", - href: "/stores", + }, { name: "Events", id: "events", - href: "/events", + }, { name: "FAQ", id: "faq", - href: "/faq", + }, { name: "Contact", id: "contact", - href: "/contact", + }, ]} brandName="The Crosslands Shopping Center" diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e2b8415..5b58aa0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -29,32 +29,32 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + }, { name: "About", id: "about", - href: "/about", + }, { name: "Stores", id: "stores", - href: "/stores", + }, { name: "Events", id: "events", - href: "/events", + }, { name: "FAQ", id: "faq", - href: "/faq", + }, { name: "Contact", id: "contact", - href: "/contact", + }, ]} brandName="The Crosslands Shopping Center" @@ -93,7 +93,7 @@ export default function LandingPage() { rows: 5, required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/aerial-shot-williams-city-center-arizona-shot-cityscape_181624-38723.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/aerial-shot-williams-city-center-arizona-shot-cityscape_181624-38723.jpg" imageAlt="Exterior view of a shopping center at sunset" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx index c57d44b..3e13f8b 100644 --- a/src/app/events/page.tsx +++ b/src/app/events/page.tsx @@ -28,32 +28,32 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + }, { name: "About", id: "about", - href: "/about", + }, { name: "Stores", id: "stores", - href: "/stores", + }, { name: "Events", id: "events", - href: "/events", + }, { name: "FAQ", id: "faq", - href: "/faq", + }, { name: "Contact", id: "contact", - href: "/contact", + }, ]} brandName="The Crosslands Shopping Center" @@ -75,7 +75,7 @@ export default function LandingPage() { category: "Family Fun", title: "Summer Kids Fest", excerpt: "A day full of games, face painting, and magic shows for the whole family.", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mother-daughter-with-toy_171337-2367.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mother-daughter-with-toy_171337-2367.jpg", imageAlt: "cheerful mother daughter with toy", authorName: "Crosslands Admin", authorAvatar: "http://img.b2bpic.net/free-photo/college-colleagues-studying-together_23-2149038422.jpg", @@ -86,7 +86,7 @@ export default function LandingPage() { category: "Shopping", title: "Annual Fashion Showcase", excerpt: "Discover the latest trends from our top fashion retailers with live runway shows.", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_74190-4930.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_74190-4930.jpg", imageAlt: "modern shopping mall interior", authorName: "Marketing Team", authorAvatar: "http://img.b2bpic.net/free-photo/young-smiley-man-looking-camera_23-2148306634.jpg", @@ -97,7 +97,7 @@ export default function LandingPage() { category: "Food & Drink", title: "Taste of Crosslands Festival", excerpt: "Sample delicious dishes and drinks from our diverse range of restaurants.", - imageSrc: "http://img.b2bpic.net/free-photo/women-with-wallet-paper-bags_23-2147688696.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/women-with-wallet-paper-bags_23-2147688696.jpg", imageAlt: "food court bustling vibrant", authorName: "Events Coordinator", authorAvatar: "http://img.b2bpic.net/free-photo/side-view-rich-woman-talking-phone_23-2149684323.jpg", diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index 64ca33e..41bec95 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -28,32 +28,32 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + }, { name: "About", id: "about", - href: "/about", + }, { name: "Stores", id: "stores", - href: "/stores", + }, { name: "Events", id: "events", - href: "/events", + }, { name: "FAQ", id: "faq", - href: "/faq", + }, { name: "Contact", id: "contact", - href: "/contact", + }, ]} brandName="The Crosslands Shopping Center" @@ -88,7 +88,7 @@ export default function LandingPage() { content: "Only service animals are permitted inside the shopping center. Some outdoor patio areas of restaurants may allow pets; please inquire directly with the establishment.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/blonde-woman-with-curly-hair-carrying-shopping-bags_23-2148660679.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/blonde-woman-with-curly-hair-carrying-shopping-bags_23-2148660679.jpg" imageAlt="Blonde woman with shopping bags" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/page.tsx b/src/app/page.tsx index b32873b..7d56dae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,32 +34,32 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + }, { name: "About", id: "about", - href: "/about", + }, { name: "Stores", id: "stores", - href: "/stores", + }, { name: "Events", id: "events", - href: "/events", + }, { name: "FAQ", id: "faq", - href: "/faq", + }, { name: "Contact", id: "contact", - href: "/contact", + }, ]} brandName="The Crosslands Shopping Center" @@ -84,19 +84,19 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_74190-4930.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_74190-4930.jpg", imageAlt: "Modern shopping mall interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/group-young-asian-woman-shopping-outdoor-market-with-shopping-bags-their-hands_7861-790.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/group-young-asian-woman-shopping-outdoor-market-with-shopping-bags-their-hands_7861-790.jpg", imageAlt: "Diverse shoppers smiling with bags", }, { - imageSrc: "http://img.b2bpic.net/free-photo/women-with-wallet-paper-bags_23-2147688696.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/women-with-wallet-paper-bags_23-2147688696.jpg", imageAlt: "Bustling food court with diners", }, { - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mother-daughter-with-toy_171337-2367.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mother-daughter-with-toy_171337-2367.jpg", imageAlt: "Fashion boutique with clothing displays", }, { @@ -104,7 +104,7 @@ export default function LandingPage() { imageAlt: "Live event or seasonal decoration in mall", }, { - imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-williams-city-center-arizona-shot-cityscape_181624-38723.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-williams-city-center-arizona-shot-cityscape_181624-38723.jpg", imageAlt: "Exterior view of shopping center at sunset", }, ]} @@ -213,21 +213,21 @@ export default function LandingPage() { id: "fashion-apparel", name: "Fashion & Apparel", price: "Explore", - imageSrc: "http://img.b2bpic.net/free-photo/women-trying-clothes-store_23-2148915563.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/women-trying-clothes-store_23-2148915563.jpg", imageAlt: "Fashion apparel store interior with stylish clothes", }, { id: "electronics-tech", name: "Electronics & Tech", price: "Discover", - imageSrc: "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7874.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7874.jpg", imageAlt: "Modern electronics store with gadgets on display", }, { id: "dining-eateries", name: "Dining & Eateries", price: "Savor", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-modern-embossed-glass-vase-with-green-flowers-wooden-table_140725-12906.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-modern-embossed-glass-vase-with-green-flowers-wooden-table_140725-12906.jpg", imageAlt: "Elegant restaurant dining area", }, ]} @@ -335,7 +335,7 @@ export default function LandingPage() { content: "Yes, Crosslands Shopping Center gift cards are available for purchase at the Guest Services desk. They can be loaded with any amount and are redeemable at most stores and restaurants within the center.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/blonde-woman-with-curly-hair-carrying-shopping-bags_23-2148660679.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/blonde-woman-with-curly-hair-carrying-shopping-bags_23-2148660679.jpg" imageAlt="Information desk at a shopping center" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/stores/page.tsx b/src/app/stores/page.tsx index 6890910..74fb1a7 100644 --- a/src/app/stores/page.tsx +++ b/src/app/stores/page.tsx @@ -28,32 +28,32 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + }, { name: "About", id: "about", - href: "/about", + }, { name: "Stores", id: "stores", - href: "/stores", + }, { name: "Events", id: "events", - href: "/events", + }, { name: "FAQ", id: "faq", - href: "/faq", + }, { name: "Contact", id: "contact", - href: "/contact", + }, ]} brandName="The Crosslands Shopping Center" @@ -76,7 +76,7 @@ export default function LandingPage() { "Accessories", "Jewelry", ], - imageSrc: "http://img.b2bpic.net/free-photo/women-trying-clothes-store_23-2148915563.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/women-trying-clothes-store_23-2148915563.jpg", imageAlt: "Fashion apparel store elegant", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { "Gaming", "Mobile", ], - imageSrc: "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7874.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7874.jpg", imageAlt: "Electronics store gadgets display", }, { @@ -98,7 +98,7 @@ export default function LandingPage() { "Coffee", "Snacks", ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-modern-embossed-glass-vase-with-green-flowers-wooden-table_140725-12906.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-modern-embossed-glass-vase-with-green-flowers-wooden-table_140725-12906.jpg", imageAlt: "Restaurant fine dining interior", }, { @@ -109,7 +109,7 @@ export default function LandingPage() { "Cosmetics", "Wellness", ], - imageSrc: "http://img.b2bpic.net/free-photo/group-young-asian-woman-shopping-outdoor-market-with-shopping-bags-their-hands_7861-790.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/group-young-asian-woman-shopping-outdoor-market-with-shopping-bags-their-hands_7861-790.jpg", imageAlt: "Diverse shoppers smiling bags", }, ]} @@ -122,6 +122,8 @@ export default function LandingPage() {