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 NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="small"
|
contentWidth="small"
|
||||||
sizing="mediumSizeLargeTitles"
|
sizing="mediumSizeLargeTitles"
|
||||||
background="aurora"
|
background="none"
|
||||||
cardStyle="subtle-shadow"
|
cardStyle="subtle-shadow"
|
||||||
primaryButtonStyle="diagonal-gradient"
|
primaryButtonStyle="diagonal-gradient"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="solid"
|
||||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
|||||||
<HeroBillboardGallery
|
<HeroBillboardGallery
|
||||||
title="Your Morning Ritual Starts Here"
|
title="Your Morning Ritual Starts Here"
|
||||||
description="Discover the perfect blend of premium specialty coffee and handcrafted pastries at Drink Morning. Experience the warmth, aroma, and excellence in every cup."
|
description="Discover the perfect blend of premium specialty coffee and handcrafted pastries at Drink Morning. Experience the warmth, aroma, and excellence in every cup."
|
||||||
background={{ variant: "aurora" }}
|
background={{ variant: "plain" }}
|
||||||
tag="Specialty Coffee"
|
tag="Specialty Coffee"
|
||||||
tagIcon={Coffee}
|
tagIcon={Coffee}
|
||||||
buttons={[
|
buttons={[
|
||||||
|
|||||||
Reference in New Issue
Block a user