Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-04-06 10:25:33 +00:00

View File

@@ -72,6 +72,7 @@ export default function LandingPage() {
{ id: "3", name: "Classic Beef Burger", price: "PKR 750", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cheeseburger-grilled-beef-patty-with-cheese-lettuce-burger-buns_141793-4806.jpg" }
]}
textboxLayout="split"
useInvertedBackground={false}
/>
</div>
@@ -80,6 +81,7 @@ export default function LandingPage() {
title="Restaurant Features"
animationType="blur-reveal"
textboxLayout="split"
useInvertedBackground={false}
features={[
{ id: "1", label: "Hours", title: "Open Until 3 AM", items: ["Late-night dining", "Quality late-night service"] },
{ id: "2", label: "Taste", title: "Authentic Recipes", items: ["Charcoal grilled", "Fresh ingredients"] },
@@ -95,6 +97,7 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Ali Khan", role: "Regular", company: "Karachi", rating: 5 },
{ id: "2", name: "Sara Ahmed", role: "Foodie", company: "Local", rating: 5 },
@@ -108,6 +111,8 @@ export default function LandingPage() {
title="Contact & Location"
description="Visit us in Gulzar-e-hijri, Karachi. We are open for dine-in and delivery until 3 AM."
tag="Get in touch"
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>