Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -27,29 +27,17 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About Us",
|
name: "About Us", id: "/about"},
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "/services"},
|
||||||
id: "/services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Gallery",
|
name: "Gallery", id: "/gallery"},
|
||||||
id: "/gallery",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Reviews",
|
name: "Reviews", id: "/reviews"},
|
||||||
id: "/reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "/contact"},
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoSrc="http://img.b2bpic.net/free-photo/coffee-break-time-leisure-concept_53876-124485.jpg"
|
logoSrc="http://img.b2bpic.net/free-photo/coffee-break-time-leisure-concept_53876-124485.jpg"
|
||||||
logoAlt="The Press Logo"
|
logoAlt="The Press Logo"
|
||||||
@@ -61,7 +49,7 @@ export default function LandingPage() {
|
|||||||
<TextAbout
|
<TextAbout
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Our Story: Crafting Community One Cup at a Time"
|
title="Our Story: Crafting Community One Cup at a Time"
|
||||||
description="The Press began with a simple vision: to create a welcoming space where people could enjoy exceptional coffee, indulge in artisan pastries, and discover unique handcrafted goods. What started as a dream has blossomed into a beloved local hub, partnering with local artists and bakers to bring a truly unique experience. Our commitment to quality, community, and creativity is at the heart of everything we do."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -72,33 +60,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
team={[
|
team={[
|
||||||
{
|
{
|
||||||
id: "john-doe",
|
id: "john-doe", name: "John Doe", role: "Founder & Head Barista", imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-carrying-mugs-with-coffee_23-2148817105.jpg", imageAlt: "John Doe, Founder"},
|
||||||
name: "John Doe",
|
|
||||||
role: "Founder & Head Barista",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-carrying-mugs-with-coffee_23-2148817105.jpg",
|
|
||||||
imageAlt: "John Doe, Founder",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "jane-smith",
|
id: "jane-smith", name: "Jane Smith", role: "Head Baker & Artisan Curator", imageSrc: "http://img.b2bpic.net/free-photo/healthy-breakfast-concept-with-modern-woman_23-2148115601.jpg", imageAlt: "Jane Smith, Head Baker"},
|
||||||
name: "Jane Smith",
|
|
||||||
role: "Head Baker & Artisan Curator",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-breakfast-concept-with-modern-woman_23-2148115601.jpg",
|
|
||||||
imageAlt: "Jane Smith, Head Baker",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "emily-white",
|
id: "emily-white", name: "Emily White", role: "Cafe Manager", imageSrc: "http://img.b2bpic.net/free-photo/business-partners-argument_53876-40351.jpg", imageAlt: "Emily White, Cafe Manager"},
|
||||||
name: "Emily White",
|
|
||||||
role: "Cafe Manager",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/business-partners-argument_53876-40351.jpg",
|
|
||||||
imageAlt: "Emily White, Cafe Manager",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "david-brown",
|
id: "david-brown", name: "David Brown", role: "Creative Director, Artesian", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-photographer_52683-110081.jpg", imageAlt: "David Brown, Creative Director"},
|
||||||
name: "David Brown",
|
|
||||||
role: "Creative Director, Artesian",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-photographer_52683-110081.jpg",
|
|
||||||
imageAlt: "David Brown, Creative Director",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Meet The Visionaries Behind The Press"
|
title="Meet The Visionaries Behind The Press"
|
||||||
description="Our dedicated team brings passion, expertise, and a friendly face to every aspect of your experience."
|
description="Our dedicated team brings passion, expertise, and a friendly face to every aspect of your experience."
|
||||||
@@ -113,34 +81,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "quality",
|
id: "quality", value: "100%", title: "Quality Sourced", items: [
|
||||||
value: "100%",
|
"Premium coffee beans", "Local, fresh ingredients", "Artisan baking standards"],
|
||||||
title: "Quality Sourced",
|
|
||||||
items: [
|
|
||||||
"Premium coffee beans",
|
|
||||||
"Local, fresh ingredients",
|
|
||||||
"Artisan baking standards",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "community",
|
id: "community", value: "Happy", title: "Community Focus", items: [
|
||||||
value: "Happy",
|
"Local collaborations", "Welcoming atmosphere", "Support local artists"],
|
||||||
title: "Community Focus",
|
|
||||||
items: [
|
|
||||||
"Local collaborations",
|
|
||||||
"Welcoming atmosphere",
|
|
||||||
"Support local artists",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "craftsmanship",
|
id: "craftsmanship", value: "Handcrafted", title: "Artisan Craft", items: [
|
||||||
value: "Handcrafted",
|
"Hand-poured coffee", "Baked with care", "Unique artisan goods"],
|
||||||
title: "Artisan Craft",
|
|
||||||
items: [
|
|
||||||
"Hand-poured coffee",
|
|
||||||
"Baked with care",
|
|
||||||
"Unique artisan goods",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Our Mission & Core Values"
|
title="Our Mission & Core Values"
|
||||||
@@ -153,58 +103,35 @@ export default function LandingPage() {
|
|||||||
<FooterBase
|
<FooterBase
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Quick Links",
|
title: "Quick Links", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Home",
|
label: "Home", href: "/"},
|
||||||
href: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "/about"},
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Services",
|
label: "Services", href: "/services"},
|
||||||
href: "/services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Gallery",
|
label: "Gallery", href: "/gallery"},
|
||||||
href: "/gallery",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Reviews",
|
label: "Reviews", href: "/reviews"},
|
||||||
href: "/reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "/contact"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Instagram",
|
label: "Instagram", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Facebook",
|
label: "Facebook", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
389
src/app/page.tsx
389
src/app/page.tsx
@@ -32,29 +32,17 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About Us",
|
name: "About Us", id: "/about"},
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "/services"},
|
||||||
id: "/services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Gallery",
|
name: "Gallery", id: "/gallery"},
|
||||||
id: "/gallery",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Reviews",
|
name: "Reviews", id: "/reviews"},
|
||||||
id: "/reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "/contact"},
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoSrc="http://img.b2bpic.net/free-photo/coffee-break-time-leisure-concept_53876-124485.jpg"
|
logoSrc="http://img.b2bpic.net/free-photo/coffee-break-time-leisure-concept_53876-124485.jpg"
|
||||||
logoAlt="The Press Logo"
|
logoAlt="The Press Logo"
|
||||||
@@ -66,124 +54,69 @@ export default function LandingPage() {
|
|||||||
<HeroSplitTestimonial
|
<HeroSplitTestimonial
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
title="Experience The Perfect Blend of Coffee & Craft at The Press"
|
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."
|
description="Discover exceptional espresso, delightful pastries, and unique artisan goods in a space designed for connection and creativity."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "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,
|
||||||
handle: "@ivyakers",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-669.jpg", imageAlt: "Ivy Akers"},
|
||||||
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: "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,
|
||||||
handle: "@autumne",
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-bearded-man-cafe_171337-18068.jpg", imageAlt: "Autumn Egger"},
|
||||||
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",
|
name: "marin c", handle: "@marinc", testimonial: "Great art, friendly people, and excellent spicy chai! Every visit is a delightful experience.", rating: 5,
|
||||||
handle: "@marinc",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-woman-with-cup-drink-making-face-table_23-2148071666.jpg", imageAlt: "marin c"},
|
||||||
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",
|
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,
|
||||||
handle: "@jesseboyd",
|
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-working-computer-drinking-coffee-cafe_1303-13949.jpg", imageAlt: "Jesse Boyd"},
|
||||||
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",
|
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,
|
||||||
handle: "@katiejames",
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-bread_23-2149233697.jpg", imageAlt: "Katie James"},
|
||||||
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",
|
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,
|
||||||
handle: "@kyleackerman",
|
imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-with-tablet-coffee_1157-32445.jpg", imageAlt: "Kyle Ackerman"},
|
||||||
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={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Explore Our Menu",
|
text: "Explore Our Menu", href: "/services"},
|
||||||
href: "/services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Visit Our Shop",
|
text: "Visit Our Shop", href: "/gallery"},
|
||||||
href: "/gallery",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-person-football-game_23-2149015523.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-person-football-game_23-2149015523.jpg", alt: "Customer Avatar 1"},
|
||||||
alt: "Customer Avatar 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg", alt: "Customer Avatar 2"},
|
||||||
alt: "Customer Avatar 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg",
|
src: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg", alt: "Customer Avatar 3"},
|
||||||
alt: "Customer Avatar 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-man-posing-outdoors_23-2148774613.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-man-posing-outdoors_23-2148774613.jpg", alt: "Customer Avatar 4"},
|
||||||
alt: "Customer Avatar 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-elegant-elderly-woman-wearing-stylish-clothes-isolated_273609-34968.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-elegant-elderly-woman-wearing-stylish-clothes-isolated_273609-34968.jpg", alt: "Customer Avatar 5"},
|
||||||
alt: "Customer Avatar 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Loved by over 100+ happy customers!"
|
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"
|
imageAlt="Cozy cafe interior with coffee and pastries"
|
||||||
mediaAnimation="opacity"
|
mediaAnimation="opacity"
|
||||||
fixedMediaHeight={true}
|
fixedMediaHeight={true}
|
||||||
tag="Your Local Escape"
|
tag="Your Local Escape"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Freshly Roasted Beans", icon: Coffee,
|
||||||
text: "Freshly Roasted Beans",
|
|
||||||
icon: Coffee,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Artisan Crafted Goods", icon: Palette,
|
||||||
text: "Artisan Crafted Goods",
|
|
||||||
icon: Palette,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Delicious Gluten-Free Options", icon: Leaf,
|
||||||
text: "Delicious Gluten-Free Options",
|
|
||||||
icon: Leaf,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Cozy & Welcoming Atmosphere", icon: Sparkles,
|
||||||
text: "Cozy & Welcoming Atmosphere",
|
|
||||||
icon: Sparkles,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Community Hub", icon: Users,
|
||||||
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"
|
title="Welcome to The Press: Your Hub for Exceptional Coffee & Artisan Finds"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Learn Our Story",
|
text: "Learn Our Story", href: "/about"},
|
||||||
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>
|
</div>
|
||||||
|
|
||||||
@@ -210,56 +141,35 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Exceptional Coffee & Espresso",
|
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,
|
||||||
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: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354579.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354579.jpg", imageAlt: "Barista making latte art"},
|
||||||
imageAlt: "Barista making latte art",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-hands-works-with-coffee-mashine_140725-1290.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-hands-works-with-coffee-mashine_140725-1290.jpg", imageAlt: "Barista making latte art"},
|
||||||
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",
|
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,
|
||||||
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: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-chocolate-croissants-served-with-black-tea_140725-4899.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/plate-chocolate-croissants-served-with-black-tea_140725-4899.jpg", imageAlt: "Assortment of fresh pastries"},
|
||||||
imageAlt: "Assortment of fresh pastries",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/female-baker-presenting-baked-croissants-cake-stand_23-2148028058.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/female-baker-presenting-baked-croissants-cake-stand_23-2148028058.jpg", imageAlt: "Assortment of fresh pastries"},
|
||||||
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",
|
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,
|
||||||
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: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-clay-pots-arrangement_23-2149480222.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/side-view-clay-pots-arrangement_23-2149480222.jpg", imageAlt: "Handcrafted ceramic mugs"},
|
||||||
imageAlt: "Handcrafted ceramic mugs",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-view-bowls-mugs-pottery-concept_23-2148679111.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/high-view-bowls-mugs-pottery-concept_23-2148679111.jpg", imageAlt: "Handcrafted ceramic mugs"},
|
||||||
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"
|
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."
|
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}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "latte",
|
id: "latte", brand: "Signature Coffee", name: "Classic Latte", price: "$4.50", rating: 5,
|
||||||
brand: "Signature Coffee",
|
reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/christmas-mug-bokeh-lights-background_1048-2832.jpg", imageAlt: "Classic Latte with Latte Art"},
|
||||||
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",
|
id: "chai-latte", brand: "Spiced Brews", name: "Spicy Chai Latte", price: "$5.00", rating: 5,
|
||||||
brand: "Spiced Brews",
|
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"},
|
||||||
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",
|
id: "sourdough-cookie", brand: "Artisan Bakes", name: "Sourdough Cookie", price: "$3.75", rating: 5,
|
||||||
brand: "Artisan Bakes",
|
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"},
|
||||||
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",
|
id: "matcha-latte", brand: "Green Delights", name: "Iced Matcha Latte", price: "$5.25", rating: 5,
|
||||||
brand: "Green Delights",
|
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"},
|
||||||
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",
|
id: "london-fog", brand: "Tea & Infusions", name: "London Fog", price: "$4.75", rating: 5,
|
||||||
brand: "Tea & Infusions",
|
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"},
|
||||||
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",
|
id: "artisan-bread", brand: "Freshly Baked", name: "Artisan Sourdough Loaf", price: "$8.00", rating: 5,
|
||||||
brand: "Freshly Baked",
|
reviewCount: "45 reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-bread-table_23-2149234900.jpg", imageAlt: "Artisan Sourdough Bread"},
|
||||||
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"
|
title="Our Signature Menu & Artisan Creations"
|
||||||
description="Explore a selection of our most popular beverages, delicious baked goods, and handcrafted artisan items."
|
description="Explore a selection of our most popular beverages, delicious baked goods, and handcrafted artisan items."
|
||||||
tag="Featured Items"
|
tag="Featured Items"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "View Full Menu",
|
text: "View Full Menu", href: "/services"},
|
||||||
href: "/services",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -354,53 +220,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "ivy-akers-review",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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"
|
title="What Our Customers Are Saying"
|
||||||
description="Hear directly from the community that makes The Press a beloved local spot."
|
description="Hear directly from the community that makes The Press a beloved local spot."
|
||||||
@@ -414,25 +244,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq1",
|
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."},
|
||||||
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",
|
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."},
|
||||||
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",
|
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."},
|
||||||
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",
|
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: "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"
|
title="Frequently Asked Questions"
|
||||||
description="Find quick answers to common questions about The Press."
|
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."
|
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={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||||
type: "text",
|
|
||||||
placeholder: "Your Name",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email",
|
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||||
type: "email",
|
|
||||||
placeholder: "Your Email",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message", placeholder: "Your Message", rows: 4,
|
||||||
placeholder: "Your Message",
|
|
||||||
rows: 4,
|
|
||||||
required: true,
|
required: true,
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2149647824.jpg"
|
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
|
<FooterBase
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Quick Links",
|
title: "Quick Links", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Home",
|
label: "Home", href: "/"},
|
||||||
href: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "/about"},
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Services",
|
label: "Services", href: "/services"},
|
||||||
href: "/services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Gallery",
|
label: "Gallery", href: "/gallery"},
|
||||||
href: "/gallery",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Reviews",
|
label: "Reviews", href: "/reviews"},
|
||||||
href: "/reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "/contact"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Instagram",
|
label: "Instagram", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Facebook",
|
label: "Facebook", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user