Merge version_2 into main #1
@@ -4,13 +4,13 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
--background: #ffffff;;
|
||||
--card: #fcfcfc;;
|
||||
--foreground: #0f0f00e6;;
|
||||
--primary-cta: #ffae00;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #ffcf40;;
|
||||
--background-accent: #ffcf40;;
|
||||
--background: #0a0a0a;
|
||||
--card: #1d0d1d;
|
||||
--foreground: #f0e6ff;
|
||||
--primary-cta: #b366ff;
|
||||
--secondary-cta: #1a0a29;
|
||||
--accent: #59437b;
|
||||
--background-accent: #6b28d9;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
@@ -495,7 +495,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-playfair-display), sans-serif;
|
||||
font-family: var(--font-inter-tight), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -508,5 +508,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-playfair-display), sans-serif;
|
||||
font-family: var(--font-inter-tight), sans-serif;
|
||||
}
|
||||
@@ -10,8 +10,8 @@ const playfairDisplay = Playfair_Display({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "BrewMoment - Specialty Coffee & Pastries",
|
||||
description: "Discover exceptional specialty coffee and freshly baked pastries at BrewMoment. Handcrafted drinks, premium beans, and cozy atmosphere.",
|
||||
title: "1 - Specialty Coffee & Pastries",
|
||||
description: "Discover exceptional specialty coffee and freshly baked pastries at 1. Handcrafted drinks, premium beans, and cozy atmosphere.",
|
||||
keywords: "coffee shop, specialty coffee, espresso, barista, cafe, pastries",
|
||||
metadataBase: new URL("http://localhost:3000"),
|
||||
alternates: {
|
||||
@@ -22,10 +22,10 @@ export const metadata: Metadata = {
|
||||
follow: true
|
||||
},
|
||||
openGraph: {
|
||||
title: "BrewMoment - Specialty Coffee & Pastries",
|
||||
description: "Discover exceptional specialty coffee and freshly baked pastries at BrewMoment.",
|
||||
title: "1 - Specialty Coffee & Pastries",
|
||||
description: "Discover exceptional specialty coffee and freshly baked pastries at 1.",
|
||||
type: "website",
|
||||
siteName: "BrewMoment"
|
||||
siteName: "1"
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleMinimal from "@/components/navbar/NavbarStyleMinimal";
|
||||
@@ -30,7 +30,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleMinimal
|
||||
brandName="BrewMoment"
|
||||
brandName="1"
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "contact"
|
||||
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="BrewMoment"
|
||||
logoText="1"
|
||||
description="Discover the art of specialty coffee. Handcrafted drinks and freshly baked pastries await you"
|
||||
buttons={[
|
||||
{
|
||||
@@ -77,7 +77,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
title="Our Story"
|
||||
description="For over 15 years, BrewMoment has been crafting exceptional coffee experiences. From sourcing premium beans to perfecting every pour, we're dedicated to bringing you the finest cup in town"
|
||||
description="For over 15 years, 1 has been crafting exceptional coffee experiences. From sourcing premium beans to perfecting every pour, we're dedicated to bringing you the finest cup in town"
|
||||
tag="About Us"
|
||||
tagIcon={Coffee}
|
||||
buttons={[
|
||||
@@ -94,7 +94,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardFourteen
|
||||
title="Why Choose BrewMoment"
|
||||
title="Why Choose 1"
|
||||
description="Experience the difference quality and passion make in every sip"
|
||||
features={[
|
||||
{
|
||||
@@ -252,12 +252,12 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardEleven
|
||||
title="What Our Customers Say"
|
||||
description="Real stories from people who love BrewMoment"
|
||||
description="Real stories from people who love 1"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
nameTitle: "Jennifer Lopez, Regular Customer",
|
||||
quote: "BrewMoment has become my morning ritual. The coffee is exceptional and the team always remembers my order. Best cafe in town!",
|
||||
quote: "1 has become my morning ritual. The coffee is exceptional and the team always remembers my order. Best cafe in town!",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766747394392-fdlnziw3.jpg",
|
||||
imageAlt: "Jennifer Lopez"
|
||||
},
|
||||
@@ -292,7 +292,7 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Everything you need to know about BrewMoment"
|
||||
sideDescription="Everything you need to know about 1"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
@@ -362,7 +362,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="BrewMoment"
|
||||
logoText="1"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
|
||||
Reference in New Issue
Block a user