Update src/app/page.tsx
This commit is contained in:
389
src/app/page.tsx
389
src/app/page.tsx
@@ -32,29 +32,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/coffee-break-time-leisure-concept_53876-124485.jpg"
|
||||
logoAlt="The Press Logo"
|
||||
@@ -66,124 +54,69 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Experience The Perfect Blend of Coffee & Craft at The Press"
|
||||
description="Discover exceptional espresso, delightful pastries, and unique artisan goods in a space designed for connection and creativity."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ivy Akers",
|
||||
handle: "@ivyakers",
|
||||
testimonial: "A second location for Mas Cafe - HOORAY!! Offering the delicious espresso menu you know and love, plus an expanded pastry selection including gluten free treats. It's a shared space with Artesian, so it's also an irresistible place to shop.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-669.jpg?_wi=1",
|
||||
imageAlt: "Ivy Akers",
|
||||
},
|
||||
name: "Ivy Akers", handle: "@ivyakers", testimonial: "A second location for Mas Cafe - HOORAY!! Offering the delicious espresso menu you know and love, plus an expanded pastry selection including gluten free treats. It's a shared space with Artesian, so it's also an irresistible place to shop.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-669.jpg", imageAlt: "Ivy Akers"},
|
||||
{
|
||||
name: "Autumn Egger",
|
||||
handle: "@autumne",
|
||||
testimonial: "Adorable place, great iced latte, if you’re a city dweller usually, you can trust this one! The atmosphere is very inviting and the service is top-notch.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-bearded-man-cafe_171337-18068.jpg",
|
||||
imageAlt: "Autumn Egger",
|
||||
},
|
||||
name: "Autumn Egger", handle: "@autumne", testimonial: "Adorable place, great iced latte, if you’re a city dweller usually, you can trust this one! The atmosphere is very inviting and the service is top-notch.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-bearded-man-cafe_171337-18068.jpg", imageAlt: "Autumn Egger"},
|
||||
{
|
||||
name: "marin c",
|
||||
handle: "@marinc",
|
||||
testimonial: "Great art, friendly people, and excellent spicy chai! Every visit is a delightful experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-woman-with-cup-drink-making-face-table_23-2148071666.jpg",
|
||||
imageAlt: "marin c",
|
||||
},
|
||||
name: "marin c", handle: "@marinc", testimonial: "Great art, friendly people, and excellent spicy chai! Every visit is a delightful experience.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-woman-with-cup-drink-making-face-table_23-2148071666.jpg", imageAlt: "marin c"},
|
||||
{
|
||||
name: "Jesse Boyd",
|
||||
handle: "@jesseboyd",
|
||||
testimonial: "Looks like a Mas Cafe extension. Very big, lots of room to post up and work or just chill. Excellent coffee.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-working-computer-drinking-coffee-cafe_1303-13949.jpg",
|
||||
imageAlt: "Jesse Boyd",
|
||||
},
|
||||
name: "Jesse Boyd", handle: "@jesseboyd", testimonial: "Looks like a Mas Cafe extension. Very big, lots of room to post up and work or just chill. Excellent coffee.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-working-computer-drinking-coffee-cafe_1303-13949.jpg", imageAlt: "Jesse Boyd"},
|
||||
{
|
||||
name: "Katie James",
|
||||
handle: "@katiejames",
|
||||
testimonial: "Okay this place is INSANE. The layout is adorable, the chai is the best I’ve ever had, the curated selection of home goods is very cool, and the sourdough cookie has to be from a dream. 100/10 spot.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-bread_23-2149233697.jpg",
|
||||
imageAlt: "Katie James",
|
||||
},
|
||||
name: "Katie James", handle: "@katiejames", testimonial: "Okay this place is INSANE. The layout is adorable, the chai is the best I’ve ever had, the curated selection of home goods is very cool, and the sourdough cookie has to be from a dream. 100/10 spot.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-bread_23-2149233697.jpg", imageAlt: "Katie James"},
|
||||
{
|
||||
name: "Kyle Ackerman",
|
||||
handle: "@kyleackerman",
|
||||
testimonial: "Easy Win - my wife and I come here about once a week since it opened. She gets matcha or a London Fog (both iced and hot) and I usually get a latte. Easily the best tasting matcha and coffee in town IMO.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-with-tablet-coffee_1157-32445.jpg",
|
||||
imageAlt: "Kyle Ackerman",
|
||||
},
|
||||
name: "Kyle Ackerman", handle: "@kyleackerman", testimonial: "Easy Win - my wife and I come here about once a week since it opened. She gets matcha or a London Fog (both iced and hot) and I usually get a latte. Easily the best tasting matcha and coffee in town IMO.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-with-tablet-coffee_1157-32445.jpg", imageAlt: "Kyle Ackerman"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Menu",
|
||||
href: "/services",
|
||||
},
|
||||
text: "Explore Our Menu", href: "/services"},
|
||||
{
|
||||
text: "Visit Our Shop",
|
||||
href: "/gallery",
|
||||
},
|
||||
text: "Visit Our Shop", href: "/gallery"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-person-football-game_23-2149015523.jpg",
|
||||
alt: "Customer Avatar 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-person-football-game_23-2149015523.jpg", alt: "Customer Avatar 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg",
|
||||
alt: "Customer Avatar 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg", alt: "Customer Avatar 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg",
|
||||
alt: "Customer Avatar 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg", alt: "Customer Avatar 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-posing-outdoors_23-2148774613.jpg",
|
||||
alt: "Customer Avatar 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-posing-outdoors_23-2148774613.jpg", alt: "Customer Avatar 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-elegant-elderly-woman-wearing-stylish-clothes-isolated_273609-34968.jpg",
|
||||
alt: "Customer Avatar 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-elegant-elderly-woman-wearing-stylish-clothes-isolated_273609-34968.jpg", alt: "Customer Avatar 5"},
|
||||
]}
|
||||
avatarText="Loved by over 100+ happy customers!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064701.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064701.jpg"
|
||||
imageAlt="Cozy cafe interior with coffee and pastries"
|
||||
mediaAnimation="opacity"
|
||||
fixedMediaHeight={true}
|
||||
tag="Your Local Escape"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Freshly Roasted Beans",
|
||||
icon: Coffee,
|
||||
type: "text-icon", text: "Freshly Roasted Beans", icon: Coffee,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Artisan Crafted Goods",
|
||||
icon: Palette,
|
||||
type: "text-icon", text: "Artisan Crafted Goods", icon: Palette,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Delicious Gluten-Free Options",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Delicious Gluten-Free Options", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Cozy & Welcoming Atmosphere",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Cozy & Welcoming Atmosphere", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Community Hub",
|
||||
icon: Users,
|
||||
type: "text-icon", text: "Community Hub", icon: Users,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -195,11 +128,9 @@ export default function LandingPage() {
|
||||
title="Welcome to The Press: Your Hub for Exceptional Coffee & Artisan Finds"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn Our Story",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Learn Our Story", href: "/about"},
|
||||
]}
|
||||
description="The Press is more than just a cafe; it's a vibrant community space where passion for quality coffee meets a curated selection of local artisan goods. We're dedicated to sourcing the finest beans, crafting exquisite beverages, and baking delightful pastries, including a range of gluten-free options. In collaboration with Artesian, we offer an irresistible shopping experience alongside your favorite brew."
|
||||
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -210,56 +141,35 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Exceptional Coffee & Espresso",
|
||||
description: "Our expert baristas craft every drink with precision, using locally roasted beans for unparalleled flavor. From classic lattes to unique seasonal specials, savor the difference in every cup.",
|
||||
icon: Coffee,
|
||||
title: "Exceptional Coffee & Espresso", description: "Our expert baristas craft every drink with precision, using locally roasted beans for unparalleled flavor. From classic lattes to unique seasonal specials, savor the difference in every cup.", icon: Coffee,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354579.jpg",
|
||||
imageAlt: "Barista making latte art",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354579.jpg", imageAlt: "Barista making latte art"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-hands-works-with-coffee-mashine_140725-1290.jpg",
|
||||
imageAlt: "Barista making latte art",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-hands-works-with-coffee-mashine_140725-1290.jpg", imageAlt: "Barista making latte art"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-break-time-leisure-concept_53876-124485.jpg?_wi=1",
|
||||
imageAlt: "barista pouring latte art close up",
|
||||
},
|
||||
|
||||
imageAlt: "barista pouring latte art close up"},
|
||||
{
|
||||
title: "Artisan Pastries & Treats",
|
||||
description: "Indulge in our daily selection of freshly baked goods, including flaky croissants, delicious cookies, and a variety of gluten-free options. Perfect for pairing with your coffee.",
|
||||
icon: Cake,
|
||||
title: "Artisan Pastries & Treats", description: "Indulge in our daily selection of freshly baked goods, including flaky croissants, delicious cookies, and a variety of gluten-free options. Perfect for pairing with your coffee.", icon: Cake,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-chocolate-croissants-served-with-black-tea_140725-4899.jpg",
|
||||
imageAlt: "Assortment of fresh pastries",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-chocolate-croissants-served-with-black-tea_140725-4899.jpg", imageAlt: "Assortment of fresh pastries"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-baker-presenting-baked-croissants-cake-stand_23-2148028058.jpg",
|
||||
imageAlt: "Assortment of fresh pastries",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-baker-presenting-baked-croissants-cake-stand_23-2148028058.jpg", imageAlt: "Assortment of fresh pastries"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064701.jpg?_wi=2",
|
||||
imageAlt: "barista pouring latte art close up",
|
||||
},
|
||||
|
||||
imageAlt: "barista pouring latte art close up"},
|
||||
{
|
||||
title: "Curated Artisan Retail",
|
||||
description: "Explore unique handcrafted items from local artists and makers within our shared space with Artesian. Find the perfect gift or treat yourself to something special.",
|
||||
icon: Palette,
|
||||
title: "Curated Artisan Retail", description: "Explore unique handcrafted items from local artists and makers within our shared space with Artesian. Find the perfect gift or treat yourself to something special.", icon: Palette,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-clay-pots-arrangement_23-2149480222.jpg",
|
||||
imageAlt: "Handcrafted ceramic mugs",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-clay-pots-arrangement_23-2149480222.jpg", imageAlt: "Handcrafted ceramic mugs"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-view-bowls-mugs-pottery-concept_23-2148679111.jpg",
|
||||
imageAlt: "Handcrafted ceramic mugs",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-view-bowls-mugs-pottery-concept_23-2148679111.jpg", imageAlt: "Handcrafted ceramic mugs"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-669.jpg?_wi=2",
|
||||
imageAlt: "barista pouring latte art close up",
|
||||
},
|
||||
|
||||
imageAlt: "barista pouring latte art close up"},
|
||||
]}
|
||||
title="More Than Just a Cafe: Our Unique Offerings"
|
||||
description="At The Press, we pride ourselves on a multi-faceted experience that caters to all your senses."
|
||||
@@ -275,74 +185,30 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "latte",
|
||||
brand: "Signature Coffee",
|
||||
name: "Classic Latte",
|
||||
price: "$4.50",
|
||||
rating: 5,
|
||||
reviewCount: "120 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/christmas-mug-bokeh-lights-background_1048-2832.jpg",
|
||||
imageAlt: "Classic Latte with Latte Art",
|
||||
},
|
||||
id: "latte", brand: "Signature Coffee", name: "Classic Latte", price: "$4.50", rating: 5,
|
||||
reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/christmas-mug-bokeh-lights-background_1048-2832.jpg", imageAlt: "Classic Latte with Latte Art"},
|
||||
{
|
||||
id: "chai-latte",
|
||||
brand: "Spiced Brews",
|
||||
name: "Spicy Chai Latte",
|
||||
price: "$5.00",
|
||||
rating: 5,
|
||||
reviewCount: "95 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-cup-tea-with-cookies-lemon-dark-surface-tea-sweet-color-photo_140725-52624.jpg",
|
||||
imageAlt: "Spicy Chai Latte",
|
||||
},
|
||||
id: "chai-latte", brand: "Spiced Brews", name: "Spicy Chai Latte", price: "$5.00", rating: 5,
|
||||
reviewCount: "95 reviews", imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-cup-tea-with-cookies-lemon-dark-surface-tea-sweet-color-photo_140725-52624.jpg", imageAlt: "Spicy Chai Latte"},
|
||||
{
|
||||
id: "sourdough-cookie",
|
||||
brand: "Artisan Bakes",
|
||||
name: "Sourdough Cookie",
|
||||
price: "$3.75",
|
||||
rating: 5,
|
||||
reviewCount: "78 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cup-tea-with-lemon-cup-herbal-tea-with-lemon-saucer-cupcakes-with-cream-sweets-dark-table_140725-111267.jpg",
|
||||
imageAlt: "Sourdough Cookie",
|
||||
},
|
||||
id: "sourdough-cookie", brand: "Artisan Bakes", name: "Sourdough Cookie", price: "$3.75", rating: 5,
|
||||
reviewCount: "78 reviews", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cup-tea-with-lemon-cup-herbal-tea-with-lemon-saucer-cupcakes-with-cream-sweets-dark-table_140725-111267.jpg", imageAlt: "Sourdough Cookie"},
|
||||
{
|
||||
id: "matcha-latte",
|
||||
brand: "Green Delights",
|
||||
name: "Iced Matcha Latte",
|
||||
price: "$5.25",
|
||||
rating: 5,
|
||||
reviewCount: "62 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-matcha-green-tea-with-foam-gray-stone-surface_166373-877.jpg",
|
||||
imageAlt: "Iced Matcha Latte",
|
||||
},
|
||||
id: "matcha-latte", brand: "Green Delights", name: "Iced Matcha Latte", price: "$5.25", rating: 5,
|
||||
reviewCount: "62 reviews", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-matcha-green-tea-with-foam-gray-stone-surface_166373-877.jpg", imageAlt: "Iced Matcha Latte"},
|
||||
{
|
||||
id: "london-fog",
|
||||
brand: "Tea & Infusions",
|
||||
name: "London Fog",
|
||||
price: "$4.75",
|
||||
rating: 5,
|
||||
reviewCount: "50 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-female-hands-closeup-book-carpet-floor-room_169016-54957.jpg",
|
||||
imageAlt: "London Fog Tea",
|
||||
},
|
||||
id: "london-fog", brand: "Tea & Infusions", name: "London Fog", price: "$4.75", rating: 5,
|
||||
reviewCount: "50 reviews", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-female-hands-closeup-book-carpet-floor-room_169016-54957.jpg", imageAlt: "London Fog Tea"},
|
||||
{
|
||||
id: "artisan-bread",
|
||||
brand: "Freshly Baked",
|
||||
name: "Artisan Sourdough Loaf",
|
||||
price: "$8.00",
|
||||
rating: 5,
|
||||
reviewCount: "45 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-bread-table_23-2149234900.jpg",
|
||||
imageAlt: "Artisan Sourdough Bread",
|
||||
},
|
||||
id: "artisan-bread", brand: "Freshly Baked", name: "Artisan Sourdough Loaf", price: "$8.00", rating: 5,
|
||||
reviewCount: "45 reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-bread-table_23-2149234900.jpg", imageAlt: "Artisan Sourdough Bread"},
|
||||
]}
|
||||
title="Our Signature Menu & Artisan Creations"
|
||||
description="Explore a selection of our most popular beverages, delicious baked goods, and handcrafted artisan items."
|
||||
tag="Featured Items"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Full Menu",
|
||||
href: "/services",
|
||||
},
|
||||
text: "View Full Menu", href: "/services"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -354,53 +220,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "ivy-akers-review",
|
||||
name: "Ivy Akers",
|
||||
handle: "@ivyakers",
|
||||
testimonial: "A second location for Mas Cafe - HOORAY!! Offering the delicious espresso menu you know and love, plus an expanded pastry selection including gluten free treats. It's a shared space with Artesian, so it's also an irresistible place to shop.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-enjoying-drink-vacation_23-2147765344.jpg",
|
||||
imageAlt: "Ivy Akers",
|
||||
},
|
||||
id: "ivy-akers-review", name: "Ivy Akers", handle: "@ivyakers", testimonial: "A second location for Mas Cafe - HOORAY!! Offering the delicious espresso menu you know and love, plus an expanded pastry selection including gluten free treats. It's a shared space with Artesian, so it's also an irresistible place to shop.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-enjoying-drink-vacation_23-2147765344.jpg", imageAlt: "Ivy Akers"},
|
||||
{
|
||||
id: "autumn-egger-review",
|
||||
name: "Autumn Egger",
|
||||
handle: "@autumne",
|
||||
testimonial: "Adorable place, great iced latte, if you’re a city dweller usually, you can trust this one! The atmosphere is very inviting and the service is top-notch.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-stylish-man-wearing-denim-jacket-with-wireless-headphones-holding-takeaway-coffee-outside-cafe_613910-5213.jpg",
|
||||
imageAlt: "Autumn Egger",
|
||||
},
|
||||
id: "autumn-egger-review", name: "Autumn Egger", handle: "@autumne", testimonial: "Adorable place, great iced latte, if you’re a city dweller usually, you can trust this one! The atmosphere is very inviting and the service is top-notch.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-stylish-man-wearing-denim-jacket-with-wireless-headphones-holding-takeaway-coffee-outside-cafe_613910-5213.jpg", imageAlt: "Autumn Egger"},
|
||||
{
|
||||
id: "marin-c-review",
|
||||
name: "marin c",
|
||||
handle: "@marinc",
|
||||
testimonial: "Great art, friendly people, and excellent spicy chai! Every visit is a delightful experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-color-palette-outdoors_23-2148014085.jpg",
|
||||
imageAlt: "marin c",
|
||||
},
|
||||
id: "marin-c-review", name: "marin c", handle: "@marinc", testimonial: "Great art, friendly people, and excellent spicy chai! Every visit is a delightful experience.", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-color-palette-outdoors_23-2148014085.jpg", imageAlt: "marin c"},
|
||||
{
|
||||
id: "jesse-boyd-review",
|
||||
name: "Jesse Boyd",
|
||||
handle: "@jesseboyd",
|
||||
testimonial: "Looks like a Mas Cafe extension. Very big, lots of room to post up and work or just chill. Excellent coffee.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-virtual-date_23-2149307274.jpg",
|
||||
imageAlt: "Jesse Boyd",
|
||||
},
|
||||
id: "jesse-boyd-review", name: "Jesse Boyd", handle: "@jesseboyd", testimonial: "Looks like a Mas Cafe extension. Very big, lots of room to post up and work or just chill. Excellent coffee.", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-virtual-date_23-2149307274.jpg", imageAlt: "Jesse Boyd"},
|
||||
{
|
||||
id: "katie-james-review",
|
||||
name: "Katie James",
|
||||
handle: "@katiejames",
|
||||
testimonial: "Okay this place is INSANE. The layout is adorable, the chai is the best I’ve ever had, the curated selection of home goods is very cool, and the sourdough cookie has to be from a dream. 100/10 spot.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-hungry-hipster-guy-with-stylish-haircut-beard-sits-table-decided-dine-roadside-cafe-eating-hamburger_613910-19655.jpg",
|
||||
imageAlt: "Katie James",
|
||||
},
|
||||
id: "katie-james-review", name: "Katie James", handle: "@katiejames", testimonial: "Okay this place is INSANE. The layout is adorable, the chai is the best I’ve ever had, the curated selection of home goods is very cool, and the sourdough cookie has to be from a dream. 100/10 spot.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-hungry-hipster-guy-with-stylish-haircut-beard-sits-table-decided-dine-roadside-cafe-eating-hamburger_613910-19655.jpg", imageAlt: "Katie James"},
|
||||
{
|
||||
id: "kyle-ackerman-review",
|
||||
name: "Kyle Ackerman",
|
||||
handle: "@kyleackerman",
|
||||
testimonial: "Easy Win - my wife and I come here about once a week since it opened. She gets matcha or a London Fog (both iced and hot) and I usually get a latte. Easily the best tasting matcha and coffee in town IMO.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-with-coffee-cups-kitchen_23-2148334488.jpg",
|
||||
imageAlt: "Kyle Ackerman",
|
||||
},
|
||||
id: "kyle-ackerman-review", name: "Kyle Ackerman", handle: "@kyleackerman", testimonial: "Easy Win - my wife and I come here about once a week since it opened. She gets matcha or a London Fog (both iced and hot) and I usually get a latte. Easily the best tasting matcha and coffee in town IMO.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-with-coffee-cups-kitchen_23-2148334488.jpg", imageAlt: "Kyle Ackerman"},
|
||||
]}
|
||||
title="What Our Customers Are Saying"
|
||||
description="Hear directly from the community that makes The Press a beloved local spot."
|
||||
@@ -414,25 +244,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What kind of coffee do you serve?",
|
||||
content: "We proudly serve locally roasted, single-origin coffee beans, ensuring fresh and high-quality espresso and filter coffee with a unique flavor profile.",
|
||||
},
|
||||
id: "faq1", title: "What kind of coffee do you serve?", content: "We proudly serve locally roasted, single-origin coffee beans, ensuring fresh and high-quality espresso and filter coffee with a unique flavor profile."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do you have gluten-free options?",
|
||||
content: "Yes, we offer a diverse selection of gluten-free pastries and treats baked fresh daily. Please ask our staff for today's special gluten-free items.",
|
||||
},
|
||||
id: "faq2", title: "Do you have gluten-free options?", content: "Yes, we offer a diverse selection of gluten-free pastries and treats baked fresh daily. Please ask our staff for today's special gluten-free items."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Are you pet-friendly?",
|
||||
content: "Well-behaved dogs are welcome in our outdoor seating area. For the comfort of all guests, pets are not permitted inside the cafe.",
|
||||
},
|
||||
id: "faq3", title: "Are you pet-friendly?", content: "Well-behaved dogs are welcome in our outdoor seating area. For the comfort of all guests, pets are not permitted inside the cafe."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Do you offer Wi-Fi?",
|
||||
content: "Absolutely! We provide complimentary high-speed Wi-Fi for our guests, making The Press an ideal spot for remote work, study, or simply browsing.",
|
||||
},
|
||||
id: "faq4", title: "Do you offer Wi-Fi?", content: "Absolutely! We provide complimentary high-speed Wi-Fi for our guests, making The Press an ideal spot for remote work, study, or simply browsing."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about The Press."
|
||||
@@ -447,22 +265,14 @@ export default function LandingPage() {
|
||||
description="We'd love to hear from you or see you at our unique location. Fill out the form or find us on the map."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Your Message", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2149647824.jpg"
|
||||
@@ -477,58 +287,35 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Gallery", href: "/gallery"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
label: "Reviews", href: "/reviews"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user