Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-06-10 06:27:09 +00:00
2 changed files with 48 additions and 156 deletions

View File

@@ -27,25 +27,15 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Menu", name: "Menu", id: "/menu"},
id: "/menu",
},
{ {
name: "About", name: "About", id: "/about"},
id: "/about",
},
{ {
name: "Locations", name: "Locations", id: "/locations"},
id: "/locations",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
logoSrc="http://img.b2bpic.net/free-photo/top-view-coffee-paper-bags-with-labels_23-2148441226.jpg" logoSrc="http://img.b2bpic.net/free-photo/top-view-coffee-paper-bags-with-labels_23-2148441226.jpg"
logoAlt="Cozy Cabin Coffee logo" logoAlt="Cozy Cabin Coffee logo"
@@ -74,36 +64,14 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
groups={[ groups={[
{ {
id: "baristas", id: "baristas", groupTitle: "Our Dedicated Baristas", members: [
groupTitle: "Our Dedicated Baristas",
members: [
{ {
id: "barista-1", id: "barista-1", title: "Lead Barista", subtitle: "Lawrenceburg Location", detail: "Known for award-winning latte art and a passion for customer service.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-friendly-waitress-coffee-shop-barista-giving-out-takeaway-order-cappuccino-paper-cup_1258-203449.jpg", imageAlt: "Barista John Doe"},
title: "Lead Barista",
subtitle: "Lawrenceburg Location",
detail: "Known for award-winning latte art and a passion for customer service.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-friendly-waitress-coffee-shop-barista-giving-out-takeaway-order-cappuccino-paper-cup_1258-203449.jpg",
imageAlt: "Barista John Doe",
},
{ {
id: "barista-2", id: "barista-2", title: "Coffee Specialist", subtitle: "Pulaski Location", detail: "An expert in blending unique smoothie creations and seasonal drinks.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-barista-holding-coffee-cup_23-2148892880.jpg", imageAlt: "Barista Jane Smith"},
title: "Coffee Specialist",
subtitle: "Pulaski Location",
detail: "An expert in blending unique smoothie creations and seasonal drinks.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-barista-holding-coffee-cup_23-2148892880.jpg",
imageAlt: "Barista Jane Smith",
},
{ {
id: "barista-3", id: "barista-3", title: "Morning Shift Supervisor", subtitle: "Lawrenceburg Location", detail: "Always ready with a friendly greeting and the fastest drive-thru service.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-female-barista-making-coffee-holding-cup-tea-taking-it-cafe-clie_1258-138284.jpg", imageAlt: "Barista Emily White"},
title: "Morning Shift Supervisor", ]
subtitle: "Lawrenceburg Location",
detail: "Always ready with a friendly greeting and the fastest drive-thru service.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-female-barista-making-coffee-holding-cup-tea-taking-it-cafe-clie_1258-138284.jpg",
imageAlt: "Barista Emily White",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-paper-bags-with-labels_23-2148441226.jpg",
imageAlt: "friendly barista smiling",
}, },
]} ]}
title="Meet Our Friendly Team" title="Meet Our Friendly Team"
@@ -119,61 +87,37 @@ export default function LandingPage() {
{ {
items: [ items: [
{ {
label: "Home", label: "Home", href: "/"},
href: "/",
},
{ {
label: "Menu", label: "Menu", href: "/menu"},
href: "/menu",
},
{ {
label: "About Us", label: "About Us", href: "/about"},
href: "/about",
},
{ {
label: "Locations", label: "Locations", href: "/locations"},
href: "/locations",
},
{ {
label: "Contact", label: "Contact", href: "/contact"},
href: "/contact",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Hot Coffee", label: "Hot Coffee", href: "/menu#hot-coffee"},
href: "/menu#hot-coffee",
},
{ {
label: "Iced Drinks", label: "Iced Drinks", href: "/menu#iced-drinks"},
href: "/menu#iced-drinks",
},
{ {
label: "Smoothies", label: "Smoothies", href: "/menu#smoothies"},
href: "/menu#smoothies",
},
{ {
label: "Breakfast", label: "Breakfast", href: "/menu#food-items"},
href: "/menu#food-items",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Lawrenceburg, TN", label: "Lawrenceburg, TN", href: "https://www.google.com/maps/search/616+N+Locust+Ave,+Lawrenceburg,+TN+38464"},
href: "https://www.google.com/maps/search/616+N+Locust+Ave,+Lawrenceburg,+TN+38464",
},
{ {
label: "Pulaski, TN", label: "Pulaski, TN", href: "https://www.google.com/maps/search/Cozy+Cabin+Coffee+Pulaski"},
href: "https://www.google.com/maps/search/Cozy+Cabin+Coffee+Pulaski",
},
{ {
label: "(931) 201-8018", label: "(931) 201-8018", href: "tel:+19312018018"},
href: "tel:+19312018018",
},
], ],
}, },
]} ]}

View File

@@ -26,25 +26,15 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Menu", name: "Menu", id: "/menu"},
id: "/menu",
},
{ {
name: "About", name: "About", id: "/about"},
id: "/about",
},
{ {
name: "Locations", name: "Locations", id: "/locations"},
id: "/locations",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
logoSrc="http://img.b2bpic.net/free-photo/top-view-coffee-paper-bags-with-labels_23-2148441226.jpg" logoSrc="http://img.b2bpic.net/free-photo/top-view-coffee-paper-bags-with-labels_23-2148441226.jpg"
logoAlt="Cozy Cabin Coffee logo" logoAlt="Cozy Cabin Coffee logo"
@@ -59,27 +49,13 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
id: "lawrenceburg", id: "lawrenceburg", title: "Lawrenceburg, TN", descriptions: [
title: "Lawrenceburg, TN", "616 N Locust Ave, Lawrenceburg, TN 38464", "Phone: (931) 201-8018", "Hours: MonFri: 6 AM 4 PM, Sat: 7 AM 4 PM, Sun: Closed"],
descriptions: [ imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-bench-drinking-chocolate-milk-taking-selfie-mobile-phone_23-2148176702.jpg", imageAlt: "Cozy Cabin Coffee Lawrenceburg"},
"616 N Locust Ave, Lawrenceburg, TN 38464",
"Phone: (931) 201-8018",
"Hours: MonFri: 6 AM 4 PM, Sat: 7 AM 4 PM, Sun: Closed",
],
imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-bench-drinking-chocolate-milk-taking-selfie-mobile-phone_23-2148176702.jpg",
imageAlt: "Cozy Cabin Coffee Lawrenceburg",
},
{ {
id: "pulaski", id: "pulaski", title: "Pulaski, TN", descriptions: [
title: "Pulaski, TN", "Opened in 2017 (Address varies, placeholder)", "Phone: (XXX) XXX-XXXX (placeholder)", "Hours: Check in-store for current hours."],
descriptions: [ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-cafe_1157-16407.jpg", imageAlt: "Cozy Cabin Coffee Pulaski"},
"Opened in 2017 (Address varies, placeholder)",
"Phone: (XXX) XXX-XXXX (placeholder)",
"Hours: Check in-store for current hours.",
],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-cafe_1157-16407.jpg",
imageAlt: "Cozy Cabin Coffee Pulaski",
},
]} ]}
title="Our Cozy Locations" title="Our Cozy Locations"
description="Find your nearest Cozy Cabin Coffee and enjoy your favorite beverages, served with a friendly smile. We look forward to seeing you!" description="Find your nearest Cozy Cabin Coffee and enjoy your favorite beverages, served with a friendly smile. We look forward to seeing you!"
@@ -90,20 +66,16 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "glowing-orb", variant: "sparkles-gradient"
}} }}
tag="Ready for a Brew?" tag="Ready for a Brew?"
title="Visit Us Today!" title="Visit Us Today!"
description="Swing by one of our convenient locations for your favorite coffee, smoothie, or quick bite. We're open and ready to serve you!" description="Swing by one of our convenient locations for your favorite coffee, smoothie, or quick bite. We're open and ready to serve you!"
buttons={[ buttons={[
{ {
text: "Get Directions", text: "Get Directions", href: "https://www.google.com/maps/search/Cozy+Cabin+Coffee"},
href: "https://www.google.com/maps/search/Cozy+Cabin+Coffee",
},
{ {
text: "Call Us", text: "Call Us", href: "tel:+19312018018"},
href: "tel:+19312018018",
},
]} ]}
/> />
</div> </div>
@@ -116,61 +88,37 @@ export default function LandingPage() {
{ {
items: [ items: [
{ {
label: "Home", label: "Home", href: "/"},
href: "/",
},
{ {
label: "Menu", label: "Menu", href: "/menu"},
href: "/menu",
},
{ {
label: "About Us", label: "About Us", href: "/about"},
href: "/about",
},
{ {
label: "Locations", label: "Locations", href: "/locations"},
href: "/locations",
},
{ {
label: "Contact", label: "Contact", href: "/contact"},
href: "/contact",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Hot Coffee", label: "Hot Coffee", href: "/menu#hot-coffee"},
href: "/menu#hot-coffee",
},
{ {
label: "Iced Drinks", label: "Iced Drinks", href: "/menu#iced-drinks"},
href: "/menu#iced-drinks",
},
{ {
label: "Smoothies", label: "Smoothies", href: "/menu#smoothies"},
href: "/menu#smoothies",
},
{ {
label: "Breakfast", label: "Breakfast", href: "/menu#food-items"},
href: "/menu#food-items",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Lawrenceburg, TN", label: "Lawrenceburg, TN", href: "https://www.google.com/maps/search/616+N+Locust+Ave,+Lawrenceburg,+TN+38464"},
href: "https://www.google.com/maps/search/616+N+Locust+Ave,+Lawrenceburg,+TN+38464",
},
{ {
label: "Pulaski, TN", label: "Pulaski, TN", href: "https://www.google.com/maps/search/Cozy+Cabin+Coffee+Pulaski"},
href: "https://www.google.com/maps/search/Cozy+Cabin+Coffee+Pulaski",
},
{ {
label: "(931) 201-8018", label: "(931) 201-8018", href: "tel:+19312018018"},
href: "tel:+19312018018",
},
], ],
}, },
]} ]}