diff --git a/src/app/page.tsx b/src/app/page.tsx index 0bbe086..2db9874 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,24 +29,13 @@ export default function LandingPage() { @@ -54,35 +43,15 @@ export default function LandingPage() { @@ -97,7 +66,7 @@ export default function LandingPage() { subdescription="Whether you are catching up over coffee, enjoying a craft cocktail at sunset, or letting the kids run free in the plaza, you belong here." icon={Coffee} imageSrc="https://pixabay.com/get/gce5c4248d4923c77ca6ce3484186d655327cb3f6cb4742a9b270323bd1a7a1824591c6838b12ec639f53f84c6853ed851828248a28c028edba1f57c3477b7696_1280.jpg" - imageAlt="The Exchange inviting venue space" + imageAlt="elevated food hall interior design" mediaAnimation="slide-up" /> @@ -108,21 +77,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - icon: Droplet, - title: "Craft Culture", - description: "Hand-picked local brewers and makers delivering authentic regional tastes.", - }, - { - icon: MapPin, - title: "Prime Location", - description: "Located in the heart of Fort Collins, accessible and vibrant for everyone.", - }, - { - icon: Award, - title: "Pet-Friendly", - description: "Spacious, inviting outdoor areas where your pets are welcome to join the fun.", - }, + { icon: Droplet, title: "Craft Culture", description: "Hand-picked local brewers and makers delivering authentic regional tastes." }, + { icon: MapPin, title: "Prime Location", description: "Located in the heart of Fort Collins, accessible and vibrant for everyone." }, + { icon: Award, title: "Pet-Friendly", description: "Spacious, inviting outdoor areas where your pets are welcome to join the fun." } ]} title="Why People Choose The Exchange" description="A destination designed for connection and quality, merging the best of local craft and open-air social energy." @@ -136,46 +93,11 @@ export default function LandingPage() { gridVariant="one-large-left-three-stacked-right" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Sarah J.", - role: "Marketing Director", - company: "Fort Collins Locals", - rating: 5, - imageSrc: "https://pixabay.com/get/g31e05adf2a1c0f2ea09c392336a4c5aef9a38f2daaf7d8c164790cf1f6e035889d0c6a9b057919bf0a3c56b109f5479cb348175276abaceab6bdc5ce3a4e6dbc_1280.jpg", - }, - { - id: "2", - name: "Michael C.", - role: "Craft Enthusiast", - company: "Local Maker", - rating: 5, - imageSrc: "https://pixabay.com/get/g9b81fd0801dcac3de62f96cd4ad4e15ff024d575c0a75ed995eba1f2ea59548dc5f21865f822a997ecb0eb568bb3bdaaac1374484848f09906d8bb1aeb643d6a_1280.jpg", - }, - { - id: "3", - name: "Emily R.", - role: "Creative Lead", - company: "Friend Group", - rating: 5, - imageSrc: "https://pixabay.com/get/gd044cb7021e2ba780fdbe2745bd48899d7b7219814b68dce7b31379f43aa2e9a92b65c6a5f101ef0e82423fb9ef299791a5b23c60690cb5787f25dcd8bd9bfbe_1280.jpg", - }, - { - id: "4", - name: "David K.", - role: "Parent", - company: "Weekend Explorer", - rating: 5, - imageSrc: "https://pixabay.com/get/g62ccbcfb01fe367adacd33c3b98009672badd7b971b8e3ca4c80b54115222a5f4a9bf06ff3db12cd3c3f1c701fbbb990c279d7d32235a9064644168e4c4dc176_1280.jpg", - }, - { - id: "5", - name: "Jessica L.", - role: "Pet Owner", - company: "Daily Regular", - rating: 5, - imageSrc: "https://pixabay.com/get/g900b176a991c8a5af23f31238c0275189cdce76e578697f1c4c04b94269cf9f61c1d8cce639e8f2d3df368092033009ecb363f8fdc73c3d6cc385f38ddd41d06_1280.jpg", - }, + { id: "1", name: "Sarah J.", role: "Marketing Director", company: "Fort Collins Locals", rating: 5, imageSrc: "https://pixabay.com/get/g31e05adf2a1c0f2ea09c392336a4c5aef9a38f2daaf7d8c164790cf1f6e035889d0c6a9b057919bf0a3c56b109f5479cb348175276abaceab6bdc5ce3a4e6dbc_1280.jpg" }, + { id: "2", name: "Michael C.", role: "Craft Enthusiast", company: "Local Maker", rating: 5, imageSrc: "https://pixabay.com/get/g9b81fd0801dcac3de62f96cd4ad4e15ff024d575c0a75ed995eba1f2ea59548dc5f21865f822a997ecb0eb568bb3bdaaac1374484848f09906d8bb1aeb643d6a_1280.jpg" }, + { id: "3", name: "Emily R.", role: "Creative Lead", company: "Friend Group", rating: 5, imageSrc: "https://pixabay.com/get/gd044cb7021e2ba780fdbe2745bd48899d7b7219814b68dce7b31379f43aa2e9a92b65c6a5f101ef0e82423fb9ef299791a5b23c60690cb5787f25dcd8bd9bfbe_1280.jpg" }, + { id: "4", name: "David K.", role: "Parent", company: "Weekend Explorer", rating: 5, imageSrc: "https://pixabay.com/get/g62ccbcfb01fe367adacd33c3b98009672badd7b971b8e3ca4c80b54115222a5f4a9bf06ff3db12cd3c3f1c701fbbb990c279d7d32235a9064644168e4c4dc176_1280.jpg" }, + { id: "5", name: "Jessica L.", role: "Pet Owner", company: "Daily Regular", rating: 5, imageSrc: "https://pixabay.com/get/g900b176a991c8a5af23f31238c0275189cdce76e578697f1c4c04b94269cf9f61c1d8cce639e8f2d3df368092033009ecb363f8fdc73c3d6cc385f38ddd41d06_1280.jpg" } ]} title="Voices of the Community" description="From local families to weekend explorers, see why our guests call The Exchange their favorite neighborhood hub." @@ -185,18 +107,11 @@ export default function LandingPage() {
@@ -205,16 +120,8 @@ export default function LandingPage() { logoText="The Exchange" copyrightText="© 2025 The Exchange Fort Collins. All rights reserved." socialLinks={[ - { - icon: Instagram, - href: "#", - ariaLabel: "Follow us on Instagram", - }, - { - icon: Facebook, - href: "#", - ariaLabel: "Visit us on Facebook", - }, + { icon: Instagram, href: "#", ariaLabel: "Follow us on Instagram" }, + { icon: Facebook, href: "#", ariaLabel: "Visit us on Facebook" } ]} />