3 Commits

Author SHA1 Message Date
4fa911defc Merge version_2 into main
Merge version_2 into main
2026-03-05 17:19:36 +00:00
d0d117915e Update src/app/page.tsx 2026-03-05 17:19:31 +00:00
542e60bcf5 Merge version_1 into main
Merge version_1 into main
2026-03-05 17:13:07 +00:00

View File

@@ -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>