Merge version_1 into main #2
@@ -11,7 +11,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Sparkles, Leaf, Chef } from 'lucide-react';
|
||||
import { Sparkles, Leaf, UtensilsCrossed } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -21,7 +21,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="The Black Flamingo"
|
||||
description="Brooklyn's most charming coffee escape. Vintage soul, incredible coffee, and a hidden garden waiting behind the door."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Visit Us", href: "#visit" },
|
||||
{ text: "See The Menu", href: "#menu" }
|
||||
@@ -119,16 +119,16 @@ export default function LandingPage() {
|
||||
title="Simple Food, Done Beautifully"
|
||||
description="Our kitchen offers a rotating selection of freshly made pastries, sandwiches, and brunch favorites. Local ingredients. Classic recipes. Perfect with coffee."
|
||||
tag="Fresh Daily"
|
||||
tagIcon={Chef}
|
||||
tagIcon={UtensilsCrossed}
|
||||
products={[
|
||||
{
|
||||
id: "cheddar-scone", name: "Cheddar Chive Scone", price: "$6", variant: "Warm & Buttery", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-baked-muffins-wooden-board_23-2148432429.jpg?_wi=1", imageAlt: "Fresh cheddar chive scone"
|
||||
id: "cheddar-scone", name: "Cheddar Chive Scone", price: "$6", variant: "Warm & Buttery", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-baked-muffins-wooden-board_23-2148432429.jpg", imageAlt: "Fresh cheddar chive scone"
|
||||
},
|
||||
{
|
||||
id: "artichoke-croissant", name: "Artichoke Croissant", price: "$7", variant: "Seasonal Special", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-baked-muffins-wooden-board_23-2148432429.jpg?_wi=2", imageAlt: "Flaky artichoke croissant"
|
||||
id: "artichoke-croissant", name: "Artichoke Croissant", price: "$7", variant: "Seasonal Special", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-baked-muffins-wooden-board_23-2148432429.jpg", imageAlt: "Flaky artichoke croissant"
|
||||
},
|
||||
{
|
||||
id: "seasonal-quiche", name: "Seasonal Quiche", price: "$8", variant: "Changes Weekly", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-baked-muffins-wooden-board_23-2148432429.jpg?_wi=3", imageAlt: "Golden seasonal quiche"
|
||||
id: "seasonal-quiche", name: "Seasonal Quiche", price: "$8", variant: "Changes Weekly", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-baked-muffins-wooden-board_23-2148432429.jpg", imageAlt: "Golden seasonal quiche"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -180,7 +180,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
text="Find us tucked away in one of Brooklyn's most charming waterfront neighborhoods. The perfect stop whether you're exploring Red Hook or starting your day."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Get Directions", href: "https://maps.google.com/?q=Red+Hook+Brooklyn" },
|
||||
|
||||
Reference in New Issue
Block a user