Update src/app/page.tsx
This commit is contained in:
181
src/app/page.tsx
181
src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Mary's Bowl"
|
||||
/>
|
||||
@@ -51,17 +39,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Fresh, Healthy Bowls at Mary's Bowl"
|
||||
description="Experience the freshest ingredients in Athens. Healthy, budget-friendly bowls crafted just for you."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "View Our Menu", href: "#menu" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/strawberry-spinach-salad-top-view_127032-3343.jpg"
|
||||
imageAlt="Fresh salad bowl from Mary's Bowl"
|
||||
/>
|
||||
@@ -74,18 +55,9 @@ export default function LandingPage() {
|
||||
title="Welcome to Mary's Bowl"
|
||||
description="Located in the heart of Athens, we provide fresh, nutritious meals that are perfect for your busy day. Our commitment is quality, taste, and affordability."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "We source daily to ensure peak freshness.",
|
||||
},
|
||||
{
|
||||
title: "Affordable Prices",
|
||||
description: "Healthy eating doesn't have to break the bank.",
|
||||
},
|
||||
{
|
||||
title: "Quick Service",
|
||||
description: "Perfect for your lunch break or takeaway.",
|
||||
},
|
||||
{ title: "Fresh Ingredients", description: "We source daily to ensure peak freshness." },
|
||||
{ title: "Affordable Prices", description: "Healthy eating doesn't have to break the bank." },
|
||||
{ title: "Quick Service", description: "Perfect for your lunch break or takeaway." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-carbon-footprint-eco-supermarket_482257-86756.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -99,42 +71,12 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Mediterranean Veggie Bowl",
|
||||
price: "€6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salad-with-chopped-purple-cabbage-cauliflower-herbs_114579-70262.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Quinoa Superfood Bowl",
|
||||
price: "€8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sliced-vegetable-salad-little-pieced-colorful-vitamine-riched-along-with-rice-salted-peppered-tasty-brown-wood-desk_140725-15032.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Avocado Chicken Bowl",
|
||||
price: "€9",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chopped-tomatoes-white-cheese-black-olives-green-bowl_114579-4635.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Salmon Poke Inspired Bowl",
|
||||
price: "€10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sliced-smoked-sausages-lettuce-tomato-green-bowl_114579-68498.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Vegan Harvest Bowl",
|
||||
price: "€7",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad_74190-601.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Classic Caesar Healthy Twist",
|
||||
price: "€5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-greek-salad-lettuce-tomatoes-feta-cheese-cucumbers-black-olives-purple-onion_176474-3369.jpg",
|
||||
},
|
||||
{ id: "1", name: "Mediterranean Veggie Bowl", price: "€6", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-chopped-purple-cabbage-cauliflower-herbs_114579-70262.jpg" },
|
||||
{ id: "2", name: "Quinoa Superfood Bowl", price: "€8", imageSrc: "http://img.b2bpic.net/free-photo/sliced-vegetable-salad-little-pieced-colorful-vitamine-riched-along-with-rice-salted-peppered-tasty-brown-wood-desk_140725-15032.jpg" },
|
||||
{ id: "3", name: "Avocado Chicken Bowl", price: "€9", imageSrc: "http://img.b2bpic.net/free-photo/chopped-tomatoes-white-cheese-black-olives-green-bowl_114579-4635.jpg" },
|
||||
{ id: "4", name: "Salmon Poke Inspired Bowl", price: "€10", imageSrc: "http://img.b2bpic.net/free-photo/sliced-smoked-sausages-lettuce-tomato-green-bowl_114579-68498.jpg" },
|
||||
{ id: "5", name: "Vegan Harvest Bowl", price: "€7", imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad_74190-601.jpg" },
|
||||
{ id: "6", name: "Classic Caesar Healthy Twist", price: "€5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-greek-salad-lettuce-tomatoes-feta-cheese-cucumbers-black-olives-purple-onion_176474-3369.jpg" },
|
||||
]}
|
||||
title="Our Signature Bowls"
|
||||
description="Discover our favorite bowl combinations, prepared fresh daily."
|
||||
@@ -144,43 +86,14 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena P.",
|
||||
handle: "@elena_p",
|
||||
testimonial: "They’ve never disappointed me! Truly the best salad spot.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-brunette-woman-sitting-with-coffee-using-smartphone-cafe-chatting_1258-199048.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "George K.",
|
||||
handle: "@georgek",
|
||||
testimonial: "Amazing prices and high quality. My go-to lunch spot.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-sitting-table_23-2149684349.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sofia L.",
|
||||
handle: "@sofial",
|
||||
testimonial: "Quick, easy, and healthy. Exactly what I need for a workday.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-sitting-cafe-table-using-tablet_1262-969.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Nikolas M.",
|
||||
handle: "@nikm",
|
||||
testimonial: "Freshness in every bite. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25270.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Maria T.",
|
||||
handle: "@mariat",
|
||||
testimonial: "Great variety and very friendly staff.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg",
|
||||
},
|
||||
{ id: "1", name: "Elena P.", handle: "@elena_p", testimonial: "They’ve never disappointed me! Truly the best salad spot.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-brunette-woman-sitting-with-coffee-using-smartphone-cafe-chatting_1258-199048.jpg" },
|
||||
{ id: "2", name: "George K.", handle: "@georgek", testimonial: "Amazing prices and high quality. My go-to lunch spot.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-sitting-table_23-2149684349.jpg" },
|
||||
{ id: "3", name: "Sofia L.", handle: "@sofial", testimonial: "Quick, easy, and healthy. Exactly what I need for a workday.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-sitting-cafe-table-using-tablet_1262-969.jpg" },
|
||||
{ id: "4", name: "Nikolas M.", handle: "@nikm", testimonial: "Freshness in every bite. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25270.jpg" },
|
||||
{ id: "5", name: "Maria T.", handle: "@mariat", testimonial: "Great variety and very friendly staff.", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg" },
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Consistently fresh and delightful according to our regulars."
|
||||
@@ -193,25 +106,10 @@ export default function LandingPage() {
|
||||
title="Visit Us Today"
|
||||
description="Find us at Tsamadou 77, Athens. We open at 10:00 AM."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Let us know your order query or feedback!",
|
||||
rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Let us know your order query or feedback!", rows: 4, required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/old-window-wood-wall_1339-7074.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -221,33 +119,16 @@ export default function LandingPage() {
|
||||
logoText="Mary's Bowl"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "Menu", href: "#menu" },
|
||||
{ label: "About", href: "#about" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Tsamadou 77, Athens",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "21 3099 1692",
|
||||
href: "tel:2130991692",
|
||||
},
|
||||
title: "Contact", items: [
|
||||
{ label: "Tsamadou 77, Athens", href: "#" },
|
||||
{ label: "21 3099 1692", href: "tel:2130991692" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user