Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-10 15:45:49 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="PUBLIKO"
description="Where Great Food Meets Great Company. Chill, dine, and experience flavors worth coming back for—premium Filipino cuisine in a warm, welcoming space designed for friends, families, and unforgettable moments."
background={{ variant: "noise" }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Reserve Your Table Now", href: "#reservations" },
{ text: "Explore Menu", href: "#menu" }
@@ -86,7 +86,7 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Publiko Signature", name: "Adobo Estilo Publiko", price: "$18.99", rating: 5,
reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/plate-meat_23-2147716911.jpg?_wi=1", imageAlt: "Adobo Estilo Publiko - tender meat in rich savory sauce"
reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/plate-meat_23-2147716911.jpg", imageAlt: "Adobo Estilo Publiko - tender meat in rich savory sauce"
},
{
id: "2", brand: "Publiko Signature", name: "Crispy Lechon Belly", price: "$22.99", rating: 5,
@@ -119,7 +119,7 @@ export default function LandingPage() {
},
{
id: "2", title: "Instagrammable Moments in Every Bite", author: "Premium Presentation", description: "Our signature dishes are as beautiful as they are delicious. Every plate is thoughtfully presented—perfect for sharing your Publiko moment on social media and with your closest friends.", tags: ["Visual", "Premium"],
imageSrc: "http://img.b2bpic.net/free-photo/plate-meat_23-2147716911.jpg?_wi=2", imageAlt: "Beautifully plated signature dish ready for social sharing"
imageSrc: "http://img.b2bpic.net/free-photo/plate-meat_23-2147716911.jpg", imageAlt: "Beautifully plated signature dish ready for social sharing"
}
]}
animationType="slide-up"