Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4fa911defc | |||
| d0d117915e | |||
| 542e60bcf5 |
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
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 ProductCardThree from "@/components/sections/product/ProductCardThree";
|
||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
@@ -38,20 +38,16 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
title="Experience Authentic Asian Cuisine"
|
||||
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."
|
||||
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"
|
||||
<HeroLogo
|
||||
logoText="Panda Ninja"
|
||||
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."
|
||||
buttons={[
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Order Now", href: "https://www.example.com/order" },
|
||||
]}
|
||||
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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user