Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleMinimal from "@/components/navbar/NavbarStyleMinimal";
|
import NavbarStyleMinimal from "@/components/navbar/NavbarStyleMinimal";
|
||||||
@@ -30,7 +30,7 @@ export default function LandingPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleMinimal
|
<NavbarStyleMinimal
|
||||||
brandName="BrewMoment"
|
brandName="1"
|
||||||
button={{
|
button={{
|
||||||
text: "Order Now",
|
text: "Order Now",
|
||||||
href: "contact"
|
href: "contact"
|
||||||
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCarouselLogo
|
<HeroCarouselLogo
|
||||||
logoText="BrewMoment"
|
logoText="1"
|
||||||
description="Discover the art of specialty coffee. Handcrafted drinks and freshly baked pastries await you"
|
description="Discover the art of specialty coffee. Handcrafted drinks and freshly baked pastries await you"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
@@ -77,7 +77,7 @@ export default function LandingPage() {
|
|||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<MediaAbout
|
<MediaAbout
|
||||||
title="Our Story"
|
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"
|
tag="About Us"
|
||||||
tagIcon={Coffee}
|
tagIcon={Coffee}
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -94,7 +94,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardFourteen
|
<FeatureCardFourteen
|
||||||
title="Why Choose BrewMoment"
|
title="Why Choose 1"
|
||||||
description="Experience the difference quality and passion make in every sip"
|
description="Experience the difference quality and passion make in every sip"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
@@ -252,12 +252,12 @@ export default function LandingPage() {
|
|||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardEleven
|
<TestimonialCardEleven
|
||||||
title="What Our Customers Say"
|
title="What Our Customers Say"
|
||||||
description="Real stories from people who love BrewMoment"
|
description="Real stories from people who love 1"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1",
|
||||||
nameTitle: "Jennifer Lopez, Regular Customer",
|
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",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766747394392-fdlnziw3.jpg",
|
||||||
imageAlt: "Jennifer Lopez"
|
imageAlt: "Jennifer Lopez"
|
||||||
},
|
},
|
||||||
@@ -292,7 +292,7 @@ export default function LandingPage() {
|
|||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqSplitText
|
<FaqSplitText
|
||||||
sideTitle="Common Questions"
|
sideTitle="Common Questions"
|
||||||
sideDescription="Everything you need to know about BrewMoment"
|
sideDescription="Everything you need to know about 1"
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1",
|
||||||
@@ -362,7 +362,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
logoText="BrewMoment"
|
logoText="1"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
|
|||||||
Reference in New Issue
Block a user