Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
185
src/app/page.tsx
185
src/app/page.tsx
@@ -30,64 +30,28 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "story",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Platters",
|
||||
id: "platters",
|
||||
},
|
||||
{
|
||||
name: "Function Room",
|
||||
id: "function-room",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Our Story", id: "story" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Platters", id: "platters" },
|
||||
{ name: "Function Room", id: "function-room" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Cafe Mimo"
|
||||
button={{ text: "Order Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Cafe Mimo"
|
||||
description="Authentic Portuguese cuisine, New Bedford's home away from home since 1977."
|
||||
tag="Authentic Portuguese Since 1977"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/round-table-arrangement-restaurant_23-2147936225.jpg",
|
||||
imageAlt: "Traditional dining area",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-sausage-with-bread-grilled-pepper-tomato_140725-6671.jpg",
|
||||
imageAlt: "Signature appetizer",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-man-hands_140725-2356.jpg?_wi=1",
|
||||
imageAlt: "Family heritage interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-festive-buffet-with-canapes-different-delicious-meals_78826-2228.jpg?_wi=1",
|
||||
imageAlt: "Party platter display",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-2377.jpg",
|
||||
imageAlt: "Private event space",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/round-table-arrangement-restaurant_23-2147936225.jpg", imageAlt: "Traditional dining area" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/grilled-sausage-with-bread-grilled-pepper-tomato_140725-6671.jpg", imageAlt: "Signature appetizer" },
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -104,7 +68,7 @@ export default function LandingPage() {
|
||||
description="What began as a small café with home-cooked meals has grown into one of New Bedford's most beloved dining institutions."
|
||||
subdescription="The Ferreira family continues the tradition, serving soulful dishes like Shrimp Mozambique and Steak Manny Branco."
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-man-hands_140725-2356.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-man-hands_140725-2356.jpg"
|
||||
imageAlt="Cafe Mimo family heritage"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -116,36 +80,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "m1",
|
||||
label: "Appetizers",
|
||||
title: "Aperitivos",
|
||||
items: [
|
||||
"Shrimp Mozambique",
|
||||
"Flame-finished Chourico",
|
||||
"Littlenecks Spanish Style",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
label: "Meats",
|
||||
title: "Carnes",
|
||||
items: [
|
||||
"Steak Micaelense",
|
||||
"Pork Alentejana",
|
||||
"Top Sirloin Specials",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
label: "Seafood",
|
||||
title: "Mariscos",
|
||||
items: [
|
||||
"Roasted Salted Cod",
|
||||
"Grilled Cornish Hen",
|
||||
"Signature Seafood Pots",
|
||||
],
|
||||
},
|
||||
{ id: "m1", label: "Appetizers", title: "Aperitivos", items: ["Shrimp Mozambique", "Flame-finished Chourico", "Littlenecks Spanish Style"] },
|
||||
{ id: "m2", label: "Meats", title: "Carnes", items: ["Steak Micaelense", "Pork Alentejana", "Top Sirloin Specials"] },
|
||||
{ id: "m3", label: "Seafood", title: "Mariscos", items: ["Roasted Salted Cod", "Grilled Cornish Hen", "Signature Seafood Pots"] },
|
||||
]}
|
||||
title="Our Restaurant Menu"
|
||||
description="Fresh, traditional Portuguese recipes prepared daily."
|
||||
@@ -159,24 +96,9 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Shrimp Mozambique",
|
||||
price: "$79 - $139",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-festive-buffet-with-canapes-different-delicious-meals_78826-2228.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Pork Alentejana",
|
||||
price: "$65 - $125",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-festive-buffet-with-canapes-different-delicious-meals_78826-2228.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Chicken Wings",
|
||||
price: "$59 - $99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-festive-buffet-with-canapes-different-delicious-meals_78826-2228.jpg?_wi=4",
|
||||
},
|
||||
{ id: "p1", name: "Shrimp Mozambique", price: "$79 - $139", imageSrc: "http://img.b2bpic.net/free-photo/delicious-festive-buffet-with-canapes-different-delicious-meals_78826-2228.jpg" },
|
||||
{ id: "p2", name: "Pork Alentejana", price: "$65 - $125", imageSrc: "http://img.b2bpic.net/free-photo/delicious-festive-buffet-with-canapes-different-delicious-meals_78826-2228.jpg" },
|
||||
{ id: "p3", name: "Chicken Wings", price: "$59 - $99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-festive-buffet-with-canapes-different-delicious-meals_78826-2228.jpg" },
|
||||
]}
|
||||
title="Party Platters"
|
||||
description="Order ahead for your celebrations. Full and half trays available."
|
||||
@@ -185,27 +107,11 @@ export default function LandingPage() {
|
||||
|
||||
<div id="function-room" data-section="function-room">
|
||||
<PricingCardFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
tag: "Event Info",
|
||||
price: "66",
|
||||
period: "Seats",
|
||||
description: "Private event space perfect for milestones and celebrations.",
|
||||
button: {
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Included amenities",
|
||||
features: [
|
||||
"Dedicated service",
|
||||
"Family style options",
|
||||
"Customizable menus",
|
||||
"Authentic atmosphere",
|
||||
],
|
||||
},
|
||||
{ id: "basic", tag: "Event Info", price: "66", period: "Seats", description: "Private event space perfect for milestones and celebrations.", button: { text: "Contact Us", href: "#contact" }, featuresTitle: "Included amenities", features: ["Dedicated service", "Family style options", "Customizable menus", "Authentic atmosphere"] },
|
||||
]}
|
||||
title="Host Your Event"
|
||||
description="Private dining for up to 66 guests."
|
||||
@@ -215,21 +121,13 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Contacto"
|
||||
title="Visit Cafe Mimo"
|
||||
description="Located in New Bedford's north end. Call us to book a table or function room."
|
||||
buttons={[
|
||||
{
|
||||
text: "(508) 996-9443",
|
||||
href: "tel:5089969443",
|
||||
},
|
||||
{
|
||||
text: "Email Us",
|
||||
href: "mailto:CafeMimo@gmail.com",
|
||||
},
|
||||
{ text: "(508) 996-9443", href: "tel:5089969443" },
|
||||
{ text: "Email Us", href: "mailto:CafeMimo@gmail.com" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -237,42 +135,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#story",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Platters",
|
||||
href: "#platters",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Function Room",
|
||||
href: "#function-room",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Home", href: "#home" }, { label: "Our Story", href: "#story" }] },
|
||||
{ items: [{ label: "Menu", href: "#menu" }, { label: "Platters", href: "#platters" }] },
|
||||
{ items: [{ label: "Function Room", href: "#function-room" }, { label: "Contact", href: "#contact" }] },
|
||||
]}
|
||||
logoText="Cafe Mimo"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user