Update src/app/page.tsx
This commit is contained in:
253
src/app/page.tsx
253
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
name: "Our Story", id: "about"},
|
||||
{
|
||||
name: "Specialties",
|
||||
id: "specialties",
|
||||
},
|
||||
name: "Specialties", id: "specialties"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="M Kins Bake & Cafe"
|
||||
/>
|
||||
@@ -59,70 +51,38 @@ export default function LandingPage() {
|
||||
description="Artisanal breads, flaky pastries, and comforting coffee in the heart of our community."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alice M.",
|
||||
handle: "@alicem",
|
||||
testimonial: "The best sourdough I've ever had!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-traveling-woman-france-eating-croissans-with-coffee-sits-by-table-pink_273443-1955.jpg",
|
||||
},
|
||||
name: "Alice M.", handle: "@alicem", testimonial: "The best sourdough I've ever had!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-traveling-woman-france-eating-croissans-with-coffee-sits-by-table-pink_273443-1955.jpg"},
|
||||
{
|
||||
name: "John D.",
|
||||
handle: "@johnd",
|
||||
testimonial: "My morning coffee ritual is complete.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-student-enjoying-wireless-connection_1262-19009.jpg",
|
||||
},
|
||||
name: "John D.", handle: "@johnd", testimonial: "My morning coffee ritual is complete.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-student-enjoying-wireless-connection_1262-19009.jpg"},
|
||||
{
|
||||
name: "Maria S.",
|
||||
handle: "@marias",
|
||||
testimonial: "Absolutely love the warm atmosphere.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-kitchen-apron-with-coffee-croissant-enjoys-her-morning_343596-6650.jpg",
|
||||
},
|
||||
name: "Maria S.", handle: "@marias", testimonial: "Absolutely love the warm atmosphere.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-kitchen-apron-with-coffee-croissant-enjoys-her-morning_343596-6650.jpg"},
|
||||
{
|
||||
name: "Chris B.",
|
||||
handle: "@chrisb",
|
||||
testimonial: "Great pastries, even better staff.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-carefree-woman-enjoying-morning-outdoor-coffee-shop_74855-3463.jpg",
|
||||
},
|
||||
name: "Chris B.", handle: "@chrisb", testimonial: "Great pastries, even better staff.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-carefree-woman-enjoying-morning-outdoor-coffee-shop_74855-3463.jpg"},
|
||||
{
|
||||
name: "Linda P.",
|
||||
handle: "@lindap",
|
||||
testimonial: "Wonderful family-friendly spot.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-having-breakfast-together-home_58466-11682.jpg",
|
||||
},
|
||||
name: "Linda P.", handle: "@lindap", testimonial: "Wonderful family-friendly spot.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-having-breakfast-together-home_58466-11682.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Visit Us", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/homemade-sourdough-bread-food-photography-recipe-idea_53876-20818.jpg"
|
||||
imageAlt="Artisan bakery atmosphere"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/dreamy-cute-lady-red-beret-holding-big-tasty-croissants-hands_273443-1926.jpg",
|
||||
alt: "happy customer in cafe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/dreamy-cute-lady-red-beret-holding-big-tasty-croissants-hands_273443-1926.jpg", alt: "happy customer in cafe"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-man-smiling-cafe_23-2150771121.jpg",
|
||||
alt: "happy coffee drinker",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-man-smiling-cafe_23-2150771121.jpg", alt: "happy coffee drinker"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg",
|
||||
alt: "bakery visitor",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg", alt: "bakery visitor"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-brunette-woman-using-smartphone-cafe_613910-3019.jpg",
|
||||
alt: "happy customer browsing",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-brunette-woman-using-smartphone-cafe_613910-3019.jpg", alt: "happy customer browsing"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/women-drinking-coffee_23-2148006741.jpg",
|
||||
alt: "happy local regular",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/women-drinking-coffee_23-2148006741.jpg", alt: "happy local regular"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -135,17 +95,11 @@ export default function LandingPage() {
|
||||
description="At M Kins, we believe in the magic of simple, high-quality ingredients transformed by tradition and care."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Traditional Methods",
|
||||
description: "Time-honored recipes for authentic flavor.",
|
||||
},
|
||||
title: "Traditional Methods", description: "Time-honored recipes for authentic flavor."},
|
||||
{
|
||||
title: "Fresh Daily",
|
||||
description: "Everything baked fresh, every single morning.",
|
||||
},
|
||||
title: "Fresh Daily", description: "Everything baked fresh, every single morning."},
|
||||
{
|
||||
title: "Local Ingredients",
|
||||
description: "Supporting local farmers whenever possible.",
|
||||
},
|
||||
title: "Local Ingredients", description: "Supporting local farmers whenever possible."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-asian-woman-cooking-homemade-bakery-home-start-up-sme-small-business-concept_640221-601.jpg"
|
||||
/>
|
||||
@@ -153,46 +107,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="specialties" data-section="specialties">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Sourdough Loaf",
|
||||
price: "$8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-baguette-slices-marble-background-high-quality-photo_114579-18390.jpg",
|
||||
},
|
||||
id: "p1", name: "Sourdough Loaf", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/fresh-baguette-slices-marble-background-high-quality-photo_114579-18390.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Butter Croissant",
|
||||
price: "$4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-jar-milk-dried-dates-basket-gogals-marble-table_114579-29995.jpg",
|
||||
},
|
||||
id: "p2", name: "Butter Croissant", price: "$4", imageSrc: "http://img.b2bpic.net/free-photo/glass-jar-milk-dried-dates-basket-gogals-marble-table_114579-29995.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Chocolate Slice",
|
||||
price: "$6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-homemade-desserts_140725-114646.jpg",
|
||||
},
|
||||
id: "p3", name: "Chocolate Slice", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-homemade-desserts_140725-114646.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Sugar Cookies",
|
||||
price: "$3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cookie-jar-stone-floor_23-2147985071.jpg",
|
||||
},
|
||||
id: "p4", name: "Sugar Cookies", price: "$3", imageSrc: "http://img.b2bpic.net/free-photo/cookie-jar-stone-floor_23-2147985071.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Fruit Tart",
|
||||
price: "$5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-selective-closeup-shot-pie-with-black-red-berries_181624-5189.jpg",
|
||||
},
|
||||
id: "p5", name: "Fruit Tart", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/vertical-selective-closeup-shot-pie-with-black-red-berries_181624-5189.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Cinnamon Roll",
|
||||
price: "$4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raspberry-cake-roll-with-fresh-berries_114579-12535.jpg",
|
||||
},
|
||||
id: "p6", name: "Cinnamon Roll", price: "$4", imageSrc: "http://img.b2bpic.net/free-photo/raspberry-cake-roll-with-fresh-berries_114579-12535.jpg"},
|
||||
]}
|
||||
title="Our Daily Bakes"
|
||||
description="From oven to table, discover our signature selection."
|
||||
@@ -207,45 +138,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alice M.",
|
||||
role: "Foodie",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-virtual-date_23-2149307212.jpg",
|
||||
},
|
||||
id: "1", name: "Alice M.", role: "Foodie", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-virtual-date_23-2149307212.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "John D.",
|
||||
role: "Regular",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149144379.jpg",
|
||||
},
|
||||
id: "2", name: "John D.", role: "Regular", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149144379.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Maria S.",
|
||||
role: "Visitor",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-baker-carrying-stack-baked-breads_1170-2314.jpg",
|
||||
},
|
||||
id: "3", name: "Maria S.", role: "Visitor", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-baker-carrying-stack-baked-breads_1170-2314.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Chris B.",
|
||||
role: "Customer",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-funny-young-woman-eating-cakes-laughing_171337-14503.jpg",
|
||||
},
|
||||
id: "4", name: "Chris B.", role: "Customer", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-funny-young-woman-eating-cakes-laughing_171337-14503.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Linda P.",
|
||||
role: "Neighbor",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-lunch-outdoors-while-surrounded-by-family_23-2149043470.jpg",
|
||||
},
|
||||
id: "5", name: "Linda P.", role: "Neighbor", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-lunch-outdoors-while-surrounded-by-family_23-2149043470.jpg"},
|
||||
]}
|
||||
title="Loved by Neighbors"
|
||||
description="Hear what our wonderful customers think."
|
||||
@@ -259,22 +165,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
title: "Fresh Loaves Daily",
|
||||
value: "200+",
|
||||
icon: Star,
|
||||
id: "m1", title: "Fresh Loaves Daily", value: "200+", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Coffee Cups Served",
|
||||
value: "1.5k+",
|
||||
icon: Coffee,
|
||||
id: "m2", title: "Coffee Cups Served", value: "1.5k+", icon: Coffee,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Happy Neighbors",
|
||||
value: "5k+",
|
||||
icon: Heart,
|
||||
id: "m3", title: "Happy Neighbors", value: "5k+", icon: Heart,
|
||||
},
|
||||
]}
|
||||
title="By The Numbers"
|
||||
@@ -288,20 +185,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What are your hours?",
|
||||
content: "Daily 7AM - 6PM.",
|
||||
},
|
||||
id: "q1", title: "What are your hours?", content: "Daily 7AM - 6PM."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer gluten-free?",
|
||||
content: "Yes, on weekends!",
|
||||
},
|
||||
id: "q2", title: "Do you offer gluten-free?", content: "Yes, on weekends!"},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I pre-order?",
|
||||
content: "Yes, via phone.",
|
||||
},
|
||||
id: "q3", title: "Can I pre-order?", content: "Yes, via phone."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Curious about our process?"
|
||||
@@ -318,35 +206,11 @@ export default function LandingPage() {
|
||||
description="Tips, news, and our favorite recipes."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Tips",
|
||||
title: "Perfect Bread Storing",
|
||||
excerpt: "Keep it fresh longer.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/half-round-bread-copy-space_23-2148432255.jpg",
|
||||
authorName: "M. Kins",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/dreamy-beautiful-woman-student-sitting-cafe-with-books-magazines-smiling-holding-phone-thinking_176420-12419.jpg",
|
||||
date: "Oct 1",
|
||||
},
|
||||
id: "b1", category: "Tips", title: "Perfect Bread Storing", excerpt: "Keep it fresh longer.", imageSrc: "http://img.b2bpic.net/free-photo/half-round-bread-copy-space_23-2148432255.jpg", authorName: "M. Kins", authorAvatar: "http://img.b2bpic.net/free-photo/dreamy-beautiful-woman-student-sitting-cafe-with-books-magazines-smiling-holding-phone-thinking_176420-12419.jpg", date: "Oct 1"},
|
||||
{
|
||||
id: "b2",
|
||||
category: "News",
|
||||
title: "Holiday Menu Preview",
|
||||
excerpt: "Coming soon to all stores.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muffin-tops-with-raspberries_114579-17083.jpg",
|
||||
authorName: "M. Kins",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-corporate-woman-smiling_23-2148352540.jpg",
|
||||
date: "Oct 5",
|
||||
},
|
||||
id: "b2", category: "News", title: "Holiday Menu Preview", excerpt: "Coming soon to all stores.", imageSrc: "http://img.b2bpic.net/free-photo/muffin-tops-with-raspberries_114579-17083.jpg", authorName: "M. Kins", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-corporate-woman-smiling_23-2148352540.jpg", date: "Oct 5"},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Recipes",
|
||||
title: "Simple Oat Cookie",
|
||||
excerpt: "Try this at home today.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/leaves-book-near-desserts-drink_23-2147885996.jpg",
|
||||
authorName: "M. Kins",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-baker-talking-with-client_23-2149039005.jpg",
|
||||
date: "Oct 10",
|
||||
},
|
||||
id: "b3", category: "Recipes", title: "Simple Oat Cookie", excerpt: "Try this at home today.", imageSrc: "http://img.b2bpic.net/free-photo/leaves-book-near-desserts-drink_23-2147885996.jpg", authorName: "M. Kins", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-baker-talking-with-client_23-2149039005.jpg", date: "Oct 10"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -355,8 +219,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Keep in Touch"
|
||||
title="Visit or Reach Out"
|
||||
description="Follow us on social or join our newsletter."
|
||||
@@ -372,25 +235,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#specialties",
|
||||
},
|
||||
label: "Menu", href: "#specialties"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user