Merge version_1 into main #1
@@ -14,13 +14,13 @@ export default function AboutPage() {
|
|||||||
defaultButtonVariant="hover-bubble"
|
defaultButtonVariant="hover-bubble"
|
||||||
defaultTextAnimation="reveal-blur"
|
defaultTextAnimation="reveal-blur"
|
||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="compact"
|
contentWidth="medium"
|
||||||
sizing="largeSmallSizeMediumTitles"
|
sizing="medium"
|
||||||
background="aurora"
|
background="aurora"
|
||||||
cardStyle="solid"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="double-inset"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="medium"
|
showBlurBottom={false}
|
||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
@@ -45,24 +45,16 @@ export default function AboutPage() {
|
|||||||
tag="Our Story"
|
tag="Our Story"
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
title: "Ethically Sourced",
|
title: "Ethically Sourced", description: "Direct partnerships with farmers ensuring fair trade and sustainable practices", icon: Leaf
|
||||||
description: "Direct partnerships with farmers ensuring fair trade and sustainable practices",
|
|
||||||
icon: Leaf
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Expert Selection",
|
title: "Expert Selection", description: "Handpicked beans and leaves curated by our experienced tasting team", icon: Award
|
||||||
description: "Handpicked beans and leaves curated by our experienced tasting team",
|
|
||||||
icon: Award
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Small Batch Roasting",
|
title: "Small Batch Roasting", description: "Fresh roasts prepared in small quantities for maximum flavor and quality", icon: Flame
|
||||||
description: "Fresh roasts prepared in small quantities for maximum flavor and quality",
|
|
||||||
icon: Flame
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Community Focused",
|
title: "Community Focused", description: "Building a community of coffee and tea lovers who appreciate quality", icon: Users
|
||||||
description: "Building a community of coffee and tea lovers who appreciate quality",
|
|
||||||
icon: Users
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/green-tea-leaves-field_53876-95115.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/green-tea-leaves-field_53876-95115.jpg"
|
||||||
@@ -82,49 +74,38 @@ export default function AboutPage() {
|
|||||||
tag="Our Difference"
|
tag="Our Difference"
|
||||||
negativeCard={{
|
negativeCard={{
|
||||||
items: [
|
items: [
|
||||||
"Mass-produced blends",
|
"Mass-produced blends", "Unknown origins", "Stale inventory", "Inconsistent quality"
|
||||||
"Unknown origins",
|
|
||||||
"Stale inventory",
|
|
||||||
"Inconsistent quality"
|
|
||||||
]
|
]
|
||||||
}}
|
}}
|
||||||
positiveCard={{
|
positiveCard={{
|
||||||
items: [
|
items: [
|
||||||
"Small-batch roasted to order",
|
"Small-batch roasted to order", "Traceable sourcing", "Fresh roasts delivered monthly", "Rigorous quality testing"
|
||||||
"Traceable sourcing",
|
|
||||||
"Fresh roasts delivered monthly",
|
|
||||||
"Rigorous quality testing"
|
|
||||||
]
|
]
|
||||||
}}
|
}}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="invertDefault"
|
||||||
titleClassName="text-4xl font-bold mb-4"
|
|
||||||
descriptionClassName="text-base mb-8"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Shop",
|
title: "Shop", items: [
|
||||||
items: [
|
|
||||||
{ label: "Coffee", href: "/products" },
|
{ label: "Coffee", href: "/products" },
|
||||||
{ label: "Tea", href: "/products" },
|
{ label: "Tea", href: "/products" },
|
||||||
{ label: "Brewing Guides", href: "#about" }
|
{ label: "Brewing Guides", href: "#about" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "#about" },
|
{ label: "About Us", href: "#about" },
|
||||||
{ label: "Sustainability", href: "#about" },
|
{ label: "Sustainability", href: "#about" },
|
||||||
{ label: "Contact", href: "/contact" }
|
{ label: "Contact", href: "/contact" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{ label: "Instagram", href: "https://instagram.com" },
|
{ label: "Instagram", href: "https://instagram.com" },
|
||||||
{ label: "Facebook", href: "https://facebook.com" },
|
{ label: "Facebook", href: "https://facebook.com" },
|
||||||
{ label: "Newsletter", href: "/contact" }
|
{ label: "Newsletter", href: "/contact" }
|
||||||
|
|||||||
@@ -13,13 +13,13 @@ export default function ContactPage() {
|
|||||||
defaultButtonVariant="hover-bubble"
|
defaultButtonVariant="hover-bubble"
|
||||||
defaultTextAnimation="reveal-blur"
|
defaultTextAnimation="reveal-blur"
|
||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="compact"
|
contentWidth="medium"
|
||||||
sizing="largeSmallSizeMediumTitles"
|
sizing="medium"
|
||||||
background="aurora"
|
background="aurora"
|
||||||
cardStyle="solid"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="double-inset"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="medium"
|
showBlurBottom={false}
|
||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
@@ -56,24 +56,21 @@ export default function ContactPage() {
|
|||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Shop",
|
title: "Shop", items: [
|
||||||
items: [
|
|
||||||
{ label: "Coffee", href: "/products" },
|
{ label: "Coffee", href: "/products" },
|
||||||
{ label: "Tea", href: "/products" },
|
{ label: "Tea", href: "/products" },
|
||||||
{ label: "Brewing Guides", href: "/about" }
|
{ label: "Brewing Guides", href: "/about" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Sustainability", href: "/about" },
|
{ label: "Sustainability", href: "/about" },
|
||||||
{ label: "Contact", href: "#contact" }
|
{ label: "Contact", href: "#contact" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{ label: "Instagram", href: "https://instagram.com" },
|
{ label: "Instagram", href: "https://instagram.com" },
|
||||||
{ label: "Facebook", href: "https://facebook.com" },
|
{ label: "Facebook", href: "https://facebook.com" },
|
||||||
{ label: "Newsletter", href: "#contact" }
|
{ label: "Newsletter", href: "#contact" }
|
||||||
|
|||||||
@@ -3,36 +3,24 @@ import { Cormorant_Garamond } from "next/font/google";
|
|||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
|
|
||||||
const cormorantGaramond = Cormorant_Garamond({
|
const cormorantGaramond = Cormorant_Garamond({
|
||||||
variable: "--font-cormorant-garamond",
|
variable: "--font-cormorant-garamond", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
weight: ["300", "400", "500", "600", "700"],
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Morning | Premium Tea & Coffee Store",
|
title: "Morning | Premium Tea & Coffee Store", description: "Discover ethically sourced premium teas and specialty coffees from around the world. Every cup tells a story.", keywords: "premium coffee, specialty tea, ethically sourced, artisan roaster, organic tea", metadataBase: new URL("https://morning-store.com"),
|
||||||
description: "Discover ethically sourced premium teas and specialty coffees from around the world. Every cup tells a story.",
|
|
||||||
keywords: "premium coffee, specialty tea, ethically sourced, artisan roaster, organic tea",
|
|
||||||
metadataBase: new URL("https://morning-store.com"),
|
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "https://morning-store.com"
|
canonical: "https://morning-store.com"
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Morning | Premium Tea & Coffee Store",
|
title: "Morning | Premium Tea & Coffee Store", description: "Discover ethically sourced premium teas and specialty coffees. Handpicked beans and leaves roasted fresh for exceptional flavor.", siteName: "Morning", type: "website", images: [
|
||||||
description: "Discover ethically sourced premium teas and specialty coffees. Handpicked beans and leaves roasted fresh for exceptional flavor.",
|
|
||||||
siteName: "Morning",
|
|
||||||
type: "website",
|
|
||||||
images: [
|
|
||||||
{
|
{
|
||||||
url: "https://img.b2bpic.net/free-photo/hand-holding-glass-cup-front-sunset_266188-9.jpg",
|
url: "https://img.b2bpic.net/free-photo/hand-holding-glass-cup-front-sunset_266188-9.jpg", alt: "Morning premium coffee and tea"
|
||||||
alt: "Morning premium coffee and tea"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "Morning | Premium Tea & Coffee", description: "Ethically sourced, handpicked beverages roasted fresh to order.", images: ["https://img.b2bpic.net/free-photo/hand-holding-glass-cup-front-sunset_266188-9.jpg"]
|
||||||
title: "Morning | Premium Tea & Coffee",
|
|
||||||
description: "Ethically sourced, handpicked beverages roasted fresh to order.",
|
|
||||||
images: ["https://img.b2bpic.net/free-photo/hand-holding-glass-cup-front-sunset_266188-9.jpg"]
|
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
|
|||||||
@@ -13,13 +13,13 @@ export default function HomePage() {
|
|||||||
defaultButtonVariant="hover-bubble"
|
defaultButtonVariant="hover-bubble"
|
||||||
defaultTextAnimation="reveal-blur"
|
defaultTextAnimation="reveal-blur"
|
||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="compact"
|
contentWidth="medium"
|
||||||
sizing="largeSmallSizeMediumTitles"
|
sizing="medium"
|
||||||
background="aurora"
|
background="aurora"
|
||||||
cardStyle="solid"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="double-inset"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="medium"
|
showBlurBottom={false}
|
||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
@@ -78,24 +78,21 @@ export default function HomePage() {
|
|||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Shop",
|
title: "Shop", items: [
|
||||||
items: [
|
|
||||||
{ label: "Coffee", href: "/products" },
|
{ label: "Coffee", href: "/products" },
|
||||||
{ label: "Tea", href: "/products" },
|
{ label: "Tea", href: "/products" },
|
||||||
{ label: "Brewing Guides", href: "/about" }
|
{ label: "Brewing Guides", href: "/about" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Sustainability", href: "/about" },
|
{ label: "Sustainability", href: "/about" },
|
||||||
{ label: "Contact", href: "/contact" }
|
{ label: "Contact", href: "/contact" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{ label: "Instagram", href: "https://instagram.com" },
|
{ label: "Instagram", href: "https://instagram.com" },
|
||||||
{ label: "Facebook", href: "https://facebook.com" },
|
{ label: "Facebook", href: "https://facebook.com" },
|
||||||
{ label: "Newsletter", href: "/contact" }
|
{ label: "Newsletter", href: "/contact" }
|
||||||
|
|||||||
@@ -12,13 +12,13 @@ export default function ProductsPage() {
|
|||||||
defaultButtonVariant="hover-bubble"
|
defaultButtonVariant="hover-bubble"
|
||||||
defaultTextAnimation="reveal-blur"
|
defaultTextAnimation="reveal-blur"
|
||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="compact"
|
contentWidth="medium"
|
||||||
sizing="largeSmallSizeMediumTitles"
|
sizing="medium"
|
||||||
background="aurora"
|
background="aurora"
|
||||||
cardStyle="solid"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="double-inset"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="medium"
|
showBlurBottom={false}
|
||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
@@ -43,32 +43,16 @@ export default function ProductsPage() {
|
|||||||
tag="Featured Products"
|
tag="Featured Products"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Single Origin Espresso", price: "$18.99", imageSrc: "https://img.b2bpic.net/free-photo/little-beverage-shot-wooden-board_140725-2421.jpg", imageAlt: "Premium espresso blend"
|
||||||
name: "Single Origin Espresso",
|
|
||||||
price: "$18.99",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/little-beverage-shot-wooden-board_140725-2421.jpg",
|
|
||||||
imageAlt: "Premium espresso blend"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Chamomile Flower Tea", price: "$14.99", imageSrc: "https://img.b2bpic.net/free-photo/fresh-green-yellow-leaves-garden_23-2148058684.jpg", imageAlt: "Organic chamomile tea"
|
||||||
name: "Chamomile Flower Tea",
|
|
||||||
price: "$14.99",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/fresh-green-yellow-leaves-garden_23-2148058684.jpg",
|
|
||||||
imageAlt: "Organic chamomile tea"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Silky Latte Blend", price: "$16.99", imageSrc: "https://img.b2bpic.net/free-photo/top-view-pancake-inside-round-metal-pan-around-powdered-chocolate-dark-surface_140725-14559.jpg", imageAlt: "Smooth latte blend coffee"
|
||||||
name: "Silky Latte Blend",
|
|
||||||
price: "$16.99",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/top-view-pancake-inside-round-metal-pan-around-powdered-chocolate-dark-surface_140725-14559.jpg",
|
|
||||||
imageAlt: "Smooth latte blend coffee"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Premium Green Tea", price: "$12.99", imageSrc: "https://img.b2bpic.net/free-photo/healthy-tea-leaves_53876-90195.jpg", imageAlt: "Traditional green tea leaves"
|
||||||
name: "Premium Green Tea",
|
|
||||||
price: "$12.99",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/healthy-tea-leaves_53876-90195.jpg",
|
|
||||||
imageAlt: "Traditional green tea leaves"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
@@ -83,24 +67,21 @@ export default function ProductsPage() {
|
|||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Shop",
|
title: "Shop", items: [
|
||||||
items: [
|
|
||||||
{ label: "Coffee", href: "#products" },
|
{ label: "Coffee", href: "#products" },
|
||||||
{ label: "Tea", href: "#products" },
|
{ label: "Tea", href: "#products" },
|
||||||
{ label: "Brewing Guides", href: "/about" }
|
{ label: "Brewing Guides", href: "/about" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Sustainability", href: "/about" },
|
{ label: "Sustainability", href: "/about" },
|
||||||
{ label: "Contact", href: "/contact" }
|
{ label: "Contact", href: "/contact" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{ label: "Instagram", href: "https://instagram.com" },
|
{ label: "Instagram", href: "https://instagram.com" },
|
||||||
{ label: "Facebook", href: "https://facebook.com" },
|
{ label: "Facebook", href: "https://facebook.com" },
|
||||||
{ label: "Newsletter", href: "/contact" }
|
{ label: "Newsletter", href: "/contact" }
|
||||||
|
|||||||
Reference in New Issue
Block a user