Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 05:40:54 +00:00

View File

@@ -50,11 +50,14 @@ export default function LandingPage() {
background={{ variant: "noiseDiagonalGradient" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3982.jpg", imageAlt: "Signature Four Flavor Pizza"},
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3982.jpg", imageAlt: "Signature Four Flavor Pizza"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwich-fries-dark-color-tray-right-side-black-surface_179666-42219.jpg?_wi=1", imageAlt: "Heaven Slice Special Burger"},
imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwich-fries-dark-color-tray-right-side-black-surface_179666-42219.jpg", imageAlt: "Heaven Slice Special Burger"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-recipe-name-mai-tai-mai-thai-worldwide-cocktail-include-rum-lime-juice-orgeat-syrup-orange-liqueur-sweet-alcohol-drink-with-flower-garden-relax-vacation-concept_1150-13699.jpg?_wi=1", imageAlt: "Ice Bar Refreshments"},
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-recipe-name-mai-tai-mai-thai-worldwide-cocktail-include-rum-lime-juice-orgeat-syrup-orange-liqueur-sweet-alcohol-drink-with-flower-garden-relax-vacation-concept_1150-13699.jpg", imageAlt: "Ice Bar Refreshments"
},
]}
buttons={[
{ text: "View Menu", href: "#menu" },
@@ -71,11 +74,14 @@ export default function LandingPage() {
tagIcon={UtensilsCrossed}
features={[
{
title: "Four Flavor Pizza", description: "Our signature blend of four premium toppings perfectly balanced for an unforgettable taste experience.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spinach-pizza-half-mix-pizza_140725-5185.jpg", imageAlt: "Four Flavor Pizza"},
title: "Four Flavor Pizza", description: "Our signature blend of four premium toppings perfectly balanced for an unforgettable taste experience.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spinach-pizza-half-mix-pizza_140725-5185.jpg", imageAlt: "Four Flavor Pizza"
},
{
title: "Heaven Slice Burger", description: "Juicy beef patty with special sauce, crispy lettuce, tomato, and cheese on toasted buns.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwich-fries-dark-color-tray-right-side-black-surface_179666-42219.jpg?_wi=2", imageAlt: "Heaven Slice Special Burger"},
title: "Heaven Slice Burger", description: "Juicy beef patty with special sauce, crispy lettuce, tomato, and cheese on toasted buns.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwich-fries-dark-color-tray-right-side-black-surface_179666-42219.jpg", imageAlt: "Heaven Slice Special Burger"
},
{
title: "Ice Bar Specials", description: "Refreshing ice cream treats and frozen beverages perfect for beating the heat.", imageSrc: "http://img.b2bpic.net/free-photo/cocktail-recipe-name-mai-tai-mai-thai-worldwide-cocktail-include-rum-lime-juice-orgeat-syrup-orange-liqueur-sweet-alcohol-drink-with-flower-garden-relax-vacation-concept_1150-13699.jpg?_wi=2", imageAlt: "Ice Bar Specials"},
title: "Ice Bar Specials", description: "Refreshing ice cream treats and frozen beverages perfect for beating the heat.", imageSrc: "http://img.b2bpic.net/free-photo/cocktail-recipe-name-mai-tai-mai-thai-worldwide-cocktail-include-rum-lime-juice-orgeat-syrup-orange-liqueur-sweet-alcohol-drink-with-flower-garden-relax-vacation-concept_1150-13699.jpg", imageAlt: "Ice Bar Specials"
},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -88,7 +94,8 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
heading={[
{
type: "text", content: "Heaven Slice has been serving Shorkot with love and delicious fast food for years. Fresh ingredients, fast service, and a welcoming atmosphere that's our promise to every customer."},
type: "text", content: "Heaven Slice has been serving Shorkot with love and delicious fast food for years. Fresh ingredients, fast service, and a welcoming atmosphere that's our promise to every customer."
},
]}
buttons={[{ text: "Learn More", href: "#" }]}
useInvertedBackground={true}
@@ -103,13 +110,16 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Heaven Slice", name: "Four Flavor Pizza", price: "Rs 600", rating: 5,
reviewCount: "158", imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-tuna-cheese-arugula-basil-tomatoes-olives-sprinkled-with-cheese_78826-2351.jpg", imageAlt: "Four Flavor Pizza"},
reviewCount: "158", imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-tuna-cheese-arugula-basil-tomatoes-olives-sprinkled-with-cheese_78826-2351.jpg", imageAlt: "Four Flavor Pizza"
},
{
id: "2", brand: "Heaven Slice", name: "Special Burger", price: "Rs 350", rating: 5,
reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/top-view-close-up-burger-fries-wooden-board_23-2148238506.jpg", imageAlt: "Heaven Slice Special Burger"},
reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/top-view-close-up-burger-fries-wooden-board_23-2148238506.jpg", imageAlt: "Heaven Slice Special Burger"
},
{
id: "3", brand: "Heaven Slice", name: "Ice Bar Special", price: "Rs 150", rating: 5,
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/red-drink-glass_1203-319.jpg", imageAlt: "Ice Bar Special"},
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/red-drink-glass_1203-319.jpg", imageAlt: "Ice Bar Special"
},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -125,17 +135,23 @@ export default function LandingPage() {
tag="Testimonials"
testimonials={[
{
id: "1", name: "Imran Danish", handle: "@imran_danish", testimonial: "Best taste in Shorkot city, especially pizza and burgers! I come here at least twice a week.", imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg", imageAlt: "Imran Danish"},
id: "1", name: "Imran Danish", handle: "@imran_danish", testimonial: "Best taste in Shorkot city, especially pizza and burgers! I come here at least twice a week.", imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg", imageAlt: "Imran Danish"
},
{
id: "2", name: "Fatima Khan", handle: "@fatima_khan", testimonial: "The ice bar treats are amazing, especially during summer. Perfect blend of flavors and quality.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-lying-bed_1150-8827.jpg", imageAlt: "Fatima Khan"},
id: "2", name: "Fatima Khan", handle: "@fatima_khan", testimonial: "The ice bar treats are amazing, especially during summer. Perfect blend of flavors and quality.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-lying-bed_1150-8827.jpg", imageAlt: "Fatima Khan"
},
{
id: "3", name: "Ahmed Ali", handle: "@ahmed_ali", testimonial: "Fast service, friendly staff, and incredibly delicious food. What more could you ask for?", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Ahmed Ali"},
id: "3", name: "Ahmed Ali", handle: "@ahmed_ali", testimonial: "Fast service, friendly staff, and incredibly delicious food. What more could you ask for?", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Ahmed Ali"
},
{
id: "4", name: "Zainab Malik", handle: "@zainab_malik", testimonial: "Family favorite! My kids love the burgers and the atmosphere is so welcoming.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-successful-female-administrator-office_273609-4124.jpg", imageAlt: "Zainab Malik"},
id: "4", name: "Zainab Malik", handle: "@zainab_malik", testimonial: "Family favorite! My kids love the burgers and the atmosphere is so welcoming.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-successful-female-administrator-office_273609-4124.jpg", imageAlt: "Zainab Malik"
},
{
id: "5", name: "Hassan Ibrahim", handle: "@hassan_ibrahim", testimonial: "Quality ingredients and consistent taste. Never disappointed with any order from Heaven Slice.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mixed-race-woman-posing-selfie_1262-2966.jpg", imageAlt: "Hassan Ibrahim"},
id: "5", name: "Hassan Ibrahim", handle: "@hassan_ibrahim", testimonial: "Quality ingredients and consistent taste. Never disappointed with any order from Heaven Slice.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mixed-race-woman-posing-selfie_1262-2966.jpg", imageAlt: "Hassan Ibrahim"
},
{
id: "6", name: "Sara Ahmed", handle: "@sara_ahmed", testimonial: "The pizza is absolutely divine. Fresh toppings and perfectly baked every single time!", imageSrc: "http://img.b2bpic.net/free-photo/looking-arrogant-successful-positive-proud-pointing-self_1194-632375.jpg", imageAlt: "Sara Ahmed"},
id: "6", name: "Sara Ahmed", handle: "@sara_ahmed", testimonial: "The pizza is absolutely divine. Fresh toppings and perfectly baked every single time!", imageSrc: "http://img.b2bpic.net/free-photo/looking-arrogant-successful-positive-proud-pointing-self_1194-632375.jpg", imageAlt: "Sara Ahmed"
},
]}
animationType="slide-up"
textboxLayout="default"
@@ -148,8 +164,9 @@ export default function LandingPage() {
title="Trusted by Food Lovers Across Shorkot"
description="Join thousands of satisfied customers who make Heaven Slice their go-to destination."
tag="Community"
names=[
"4.5/5 Star Rating", "158+ Reviews", "7 Days a Week", "11 AM - 1 AM", "Fast Delivery", "Fresh Ingredients", "Best Burgers", "Premium Quality"]
names={[
"4.5/5 Star Rating", "158+ Reviews", "7 Days a Week", "11 AM - 1 AM", "Fast Delivery", "Fresh Ingredients", "Best Burgers", "Premium Quality"
]}
textboxLayout="default"
useInvertedBackground={false}
showCard={true}
@@ -164,13 +181,17 @@ export default function LandingPage() {
ctaIcon={Phone}
faqs={[
{
id: "1", title: "What are your operating hours?", content: "We're open from 11 AM to 1 AM every day. Perfect for breakfast, lunch, dinner, or late-night cravings!"},
id: "1", title: "What are your operating hours?", content: "We're open from 11 AM to 1 AM every day. Perfect for breakfast, lunch, dinner, or late-night cravings!"
},
{
id: "2", title: "Do you offer delivery?", content: "Yes! We offer fast delivery service throughout Shorkot. Order online or call us, and we'll get your food to you hot and fresh."},
id: "2", title: "Do you offer delivery?", content: "Yes! We offer fast delivery service throughout Shorkot. Order online or call us, and we'll get your food to you hot and fresh."
},
{
id: "3", title: "Can I customize my order?", content: "Absolutely! We're happy to customize pizzas, burgers, and other items according to your preferences."},
id: "3", title: "Can I customize my order?", content: "Absolutely! We're happy to customize pizzas, burgers, and other items according to your preferences."
},
{
id: "4", title: "What's your most popular item?", content: "Our Four Flavor Pizza is the signature favorite! But our burgers and ice bar treats are equally beloved by customers."},
id: "4", title: "What's your most popular item?", content: "Our Four Flavor Pizza is the signature favorite! But our burgers and ice bar treats are equally beloved by customers."
},
]}
useInvertedBackground={false}
animationType="slide-up"