Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d0d117915e | |||
| 542e60bcf5 |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||||
import HeroCentered from "@/components/sections/hero/HeroCentered";
|
import HeroLogo from "@/components/sections/hero/HeroLogo";
|
||||||
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
||||||
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
||||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||||
@@ -38,20 +38,16 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCentered
|
<HeroLogo
|
||||||
title="Experience Authentic Asian Cuisine"
|
logoText="Panda Ninja"
|
||||||
description="Discover the perfect blend of traditional flavors and modern culinary excellence at Panda Ninja. From sushi to pad thai, every dish is crafted with care and premium ingredients."
|
description="Discover the perfect blend of traditional flavors and modern culinary excellence. From sushi to pad thai, every dish is crafted with care and premium ingredients."
|
||||||
background={{ variant: "radial-gradient" }}
|
|
||||||
avatars={[
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/waiter-brings-bowl-meat-salad-woman_140725-7111.jpg", alt: "Authentic asian dining"},
|
|
||||||
]}
|
|
||||||
avatarText="Trusted by food lovers since 2015"
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "View Menu", href: "#menu" },
|
{ text: "View Menu", href: "#menu" },
|
||||||
{ text: "Order Now", href: "https://www.example.com/order" },
|
{ text: "Order Now", href: "https://www.example.com/order" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
|
imageSrc="http://img.b2bpic.net/free-photo/waiter-brings-bowl-meat-salad-woman_140725-7111.jpg"
|
||||||
|
imageAlt="Authentic asian dining"
|
||||||
ariaLabel="Hero section for Panda Ninja restaurant"
|
ariaLabel="Hero section for Panda Ninja restaurant"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user