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 NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
@@ -18,7 +18,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
contentWidth="mediumLarge"
|
contentWidth="mediumLarge"
|
||||||
sizing="mediumSizeLargeTitles"
|
sizing="mediumSizeLargeTitles"
|
||||||
background="grid"
|
background="dotGrid"
|
||||||
cardStyle="shadow-colored"
|
cardStyle="shadow-colored"
|
||||||
primaryButtonStyle="gradient"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="solid"
|
||||||
@@ -74,7 +74,7 @@ export default function LandingPage() {
|
|||||||
tag="Our Craft"
|
tag="Our Craft"
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg"
|
||||||
imageAlt="Traditional wood-fired brick oven"
|
imageAlt="Traditional wood-fired brick oven"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
mediaPosition="left"
|
mediaPosition="left"
|
||||||
accordionItems={[
|
accordionItems={[
|
||||||
{
|
{
|
||||||
@@ -134,7 +134,7 @@ export default function LandingPage() {
|
|||||||
{ src: "https://img.b2bpic.net/free-photo/portrait-woman-work-with-copy-space_23-2148826459.jpg", alt: "Restaurant guest" },
|
{ src: "https://img.b2bpic.net/free-photo/portrait-woman-work-with-copy-space_23-2148826459.jpg", alt: "Restaurant guest" },
|
||||||
{ src: "https://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg", alt: "Satisfied diner" }
|
{ src: "https://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg", alt: "Satisfied diner" }
|
||||||
]}
|
]}
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user