Merge version_1 into main #1
@@ -26,26 +26,16 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "/menu",
|
||||
}}
|
||||
text: "Order Now", href: "/menu"}}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/vintage-label-design-collection_23-2149868081.jpg"
|
||||
logoAlt="Crumb Da Le Crumb logo, a smiling cartoon crumb"
|
||||
brandName="Crumb Da Le Crumb"
|
||||
@@ -59,17 +49,11 @@ export default function LandingPage() {
|
||||
description="Our journey began not with a recipe, but with a whisper from the ancient baking spirits, revealing the true essence of 'Crumb Da Le Crumb.' It was a tale of flour, chaos, and a particularly sassy sourdough starter named Steve."
|
||||
metrics={[
|
||||
{
|
||||
value: "2018",
|
||||
title: "Crumb Discovered",
|
||||
},
|
||||
value: "2018", title: "Crumb Discovered"},
|
||||
{
|
||||
value: "∞",
|
||||
title: "Gremlins Certified",
|
||||
},
|
||||
value: "∞", title: "Gremlins Certified"},
|
||||
{
|
||||
value: "1M+",
|
||||
title: "Smiles Baked",
|
||||
},
|
||||
value: "1M+", title: "Smiles Baked"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/kneading-dough-kitchen_1112-122.jpg"
|
||||
imageAlt="Ancient glowing cookbook"
|
||||
@@ -86,26 +70,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "The First Crumble",
|
||||
description: "A lone, perfectly golden crumb appeared, sparking an insatiable quest for baking perfection and meme-worthy moments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muffins-with-cocoa-cream-wooden-board_114579-16627.jpg",
|
||||
imageAlt: "A single, perfect golden crumb",
|
||||
buttonText: "Read the Prophecy",
|
||||
},
|
||||
title: "The First Crumble", description: "A lone, perfectly golden crumb appeared, sparking an insatiable quest for baking perfection and meme-worthy moments.", imageSrc: "http://img.b2bpic.net/free-photo/muffins-with-cocoa-cream-wooden-board_114579-16627.jpg", imageAlt: "A single, perfect golden crumb", titleImageSrc: "http://img.b2bpic.net/free-photo/muffins-with-cocoa-cream-wooden-board_114579-16627.jpg", buttonText: "Read the Prophecy"},
|
||||
{
|
||||
title: "Sourdough Steve's Uprising",
|
||||
description: "Our fiery sourdough starter, Steve, rose to power, bringing unmatched flavor and a chaotic spirit to all our bakes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-page-with-burned-mark_23-2147796069.jpg",
|
||||
imageAlt: "Glowing sourdough starter jar",
|
||||
buttonText: "Meet Steve",
|
||||
},
|
||||
title: "Sourdough Steve's Uprising", description: "Our fiery sourdough starter, Steve, rose to power, bringing unmatched flavor and a chaotic spirit to all our bakes.", imageSrc: "http://img.b2bpic.net/free-photo/old-page-with-burned-mark_23-2147796069.jpg", imageAlt: "Glowing sourdough starter jar", titleImageSrc: "http://img.b2bpic.net/free-photo/old-page-with-burned-mark_23-2147796069.jpg", buttonText: "Meet Steve"},
|
||||
{
|
||||
title: "Grand Opening Gala (of Gremlins)",
|
||||
description: "We officially opened our doors, welcoming fellow crumb enthusiasts and initiating them into the Crumb Da Le Crumb fam.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cupcake-with-frosting-sprinklers-glass_114579-29859.jpg",
|
||||
imageAlt: "Festive bakery grand opening",
|
||||
buttonText: "Join the Fam",
|
||||
},
|
||||
title: "Grand Opening Gala (of Gremlins)", description: "We officially opened our doors, welcoming fellow crumb enthusiasts and initiating them into the Crumb Da Le Crumb fam.", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cupcake-with-frosting-sprinklers-glass_114579-29859.jpg", imageAlt: "Festive bakery grand opening", titleImageSrc: "http://img.b2bpic.net/free-photo/chocolate-cupcake-with-frosting-sprinklers-glass_114579-29859.jpg", buttonText: "Join the Fam"},
|
||||
]}
|
||||
title="Our Crumby Chronicles"
|
||||
description="A timeline of delicious milestones, from our first mysterious crumb to global domination (of your tastebuds)."
|
||||
@@ -116,66 +85,39 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Crumbs",
|
||||
items: [
|
||||
title: "Quick Crumbs", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Menu", href: "/menu"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Sweet Support",
|
||||
items: [
|
||||
title: "Sweet Support", items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "/menu#ordering-faq",
|
||||
},
|
||||
label: "FAQs", href: "/menu#ordering-faq"},
|
||||
{
|
||||
label: "Shipping & Returns",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping & Returns", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect with Chaos",
|
||||
items: [
|
||||
title: "Connect with Chaos", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/crumbdalecrumb",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/crumbdalecrumb"},
|
||||
{
|
||||
label: "TikTok",
|
||||
href: "https://tiktok.com/@crumbdalecrumb",
|
||||
},
|
||||
label: "TikTok", href: "https://tiktok.com/@crumbdalecrumb"},
|
||||
{
|
||||
label: "X (Twitter)",
|
||||
href: "https://twitter.com/crumbdalecrumb",
|
||||
},
|
||||
label: "X (Twitter)", href: "https://twitter.com/crumbdalecrumb"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/crumbdalecrumb",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/crumbdalecrumb"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user