Merge version_1 into main #2
@@ -22,15 +22,15 @@ const navItems = [
|
||||
|
||||
const heroMediaItems = [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-holding-beer-bottles_23-2149592921.jpg?_wi=1", imageAlt: "Rooftop restaurant dining area at night"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-holding-beer-bottles_23-2149592921.jpg", imageAlt: "Rooftop restaurant dining area at night"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-celebrating-senior-birthday-party-outdoors-garden_23-2150657080.jpg?_wi=1", imageAlt: "Family gathering at rooftop venue"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-celebrating-senior-birthday-party-outdoors-garden_23-2150657080.jpg", imageAlt: "Family gathering at rooftop venue"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-grilling-with-spices-charcoals_23-2148167636.jpg?_wi=1", imageAlt: "Grilled meat dishes presentation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-grilling-with-spices-charcoals_23-2148167636.jpg", imageAlt: "Grilled meat dishes presentation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sunset-mountains_1127-4135.jpg?_wi=1", imageAlt: "Rooftop venue evening ambiance"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sunset-mountains_1127-4135.jpg", imageAlt: "Rooftop venue evening ambiance"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-with-fried-eggs-sausage-ham-pan-with-tomatoes-chili-basil_1150-25669.jpg?_wi=1", imageAlt: "Karahi curry traditional dish"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-with-fried-eggs-sausage-ham-pan-with-tomatoes-chili-basil_1150-25669.jpg", imageAlt: "Karahi curry traditional dish"},
|
||||
];
|
||||
|
||||
const features = [
|
||||
@@ -57,13 +57,13 @@ const features = [
|
||||
const products = [
|
||||
{
|
||||
id: "bbq-platter", brand: "Wali Baba", name: "BBQ Meat Platter", price: "Rs 1,200 - Rs 1,500", rating: 5,
|
||||
reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/meat-grilling-with-spices-charcoals_23-2148167636.jpg?_wi=2", imageAlt: "BBQ meat platter"},
|
||||
reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/meat-grilling-with-spices-charcoals_23-2148167636.jpg", imageAlt: "BBQ meat platter"},
|
||||
{
|
||||
id: "karahi-special", brand: "Wali Baba", name: "Karahi Gosht Special", price: "Rs 900 - Rs 1,200", rating: 5,
|
||||
reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-with-fried-eggs-sausage-ham-pan-with-tomatoes-chili-basil_1150-25669.jpg?_wi=2", imageAlt: "Karahi curry dish"},
|
||||
reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-with-fried-eggs-sausage-ham-pan-with-tomatoes-chili-basil_1150-25669.jpg", imageAlt: "Karahi curry dish"},
|
||||
{
|
||||
id: "rooftop-combo", brand: "Wali Baba", name: "Rooftop Family Combo", price: "Rs 2,000 - Rs 2,500", rating: 5,
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/people-celebrating-senior-birthday-party-outdoors-garden_23-2150657080.jpg?_wi=2", imageAlt: "Family dining combination"},
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/people-celebrating-senior-birthday-party-outdoors-garden_23-2150657080.jpg", imageAlt: "Family dining combination"},
|
||||
];
|
||||
|
||||
const testimonials = [
|
||||
@@ -112,7 +112,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -127,7 +127,7 @@ export default function LandingPage() {
|
||||
title="Best Rooftop Restaurant in Samundri"
|
||||
description="Enjoy delicious food with a beautiful rooftop dining experience. Perfect for families, friends, and special occasions."
|
||||
tag="⭐ 4.4 Rated Restaurant"
|
||||
background={{ variant: "blurBottom" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
mediaItems={heroMediaItems}
|
||||
buttons={[
|
||||
{ text: "📞 Call Now", href: "tel:03003758533" },
|
||||
@@ -210,7 +210,7 @@ export default function LandingPage() {
|
||||
description="Reserve your table today or call us directly. Limited seating ensures an intimate experience for every guest."
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sunset-mountains_1127-4135.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sunset-mountains_1127-4135.jpg"
|
||||
imageAlt="Rooftop dining ambiance"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -222,7 +222,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-friends-holding-beer-bottles_23-2149592921.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-friends-holding-beer-bottles_23-2149592921.jpg"
|
||||
imageAlt="Rooftop restaurant footer background"
|
||||
logoText="Wali Baba Restaurant & Rooftop"
|
||||
copyrightText="© 2025 Wali Baba Restaurant & Rooftop | Samundri, Pakistan"
|
||||
|
||||
Reference in New Issue
Block a user