Merge version_2 into main #2
297
src/app/page.tsx
297
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Burger Shock"
|
||||
/>
|
||||
@@ -56,64 +48,29 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Feel the Shock in Every Bite"
|
||||
description="Burger Shock.jo - Fresh. Juicy. Unforgettable. Experience the ultimate burger experience in Amman."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Order Now", href: "#products"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfFflMU9tuDmcxFkLA04j91NV7/uploaded-1776768873013-1nyalpz5.jpg?_wi=1"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/burger-bread-bun-with-meat-french-fries_114579-3535.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-hamburger-along-with-french-fries-grey-surface_140725-14438.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hamburger-with-french-fries-table_140725-9826.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/photorealistic-burger-meal_23-2151292945.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfFflMU9tuDmcxFkLA04j91NV7/uploaded-1776768873013-1nyalpz5.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
{ src: "https://img.b2bpic.net/free-photo/burger-bread-bun-with-meat-french-fries_114579-3535.jpg", alt: "Foodie 1" },
|
||||
{ src: "https://img.b2bpic.net/free-photo/front-view-hamburger-along-with-french-fries-grey-surface_140725-14438.jpg", alt: "Foodie 2" },
|
||||
{ src: "https://img.b2bpic.net/free-photo/hamburger-with-french-fries-table_140725-9826.jpg", alt: "Foodie 3" },
|
||||
{ src: "https://img.b2bpic.net/free-photo/photorealistic-burger-meal_23-2151292945.jpg", alt: "Foodie 4" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfFflMU9tuDmcxFkLA04j91NV7/uploaded-1776768873013-1nyalpz5.jpg", alt: "Foodie 5" },
|
||||
]}
|
||||
avatarText="Loved by 1000+ foodies in Amman"
|
||||
avatarText="Loved by 1000+ local foodies"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "100% Fresh Beef",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Electric Flavor",
|
||||
icon: Zap,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Daily Homemade Buns",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Locally Sourced",
|
||||
icon: Flame,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fast Delivery",
|
||||
},
|
||||
{ type: "text", text: "100% Fresh Beef" },
|
||||
{ type: "text-icon", text: "Electric Flavor", icon: Zap },
|
||||
{ type: "text", text: "Daily Homemade Buns" },
|
||||
{ type: "text-icon", text: "Locally Sourced", icon: Flame },
|
||||
{ type: "text", text: "Fast Delivery" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,21 +80,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Why Burger Shock?"
|
||||
metrics={[
|
||||
{
|
||||
icon: Flame,
|
||||
label: "Fresh Meat",
|
||||
value: "100%",
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Shock Factor",
|
||||
value: "10/10",
|
||||
},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Prep Time",
|
||||
value: "Fast",
|
||||
},
|
||||
{ icon: Flame, label: "Premium Beef", value: "100% Fresh" },
|
||||
{ icon: Zap, label: "Flavor Intensity", value: "Max" },
|
||||
{ icon: Clock, label: "Delivery Speed", value: "Rapid" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -150,45 +95,15 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Shock Burger",
|
||||
price: "5.25 JD",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfFflMU9tuDmcxFkLA04j91NV7/uploaded-1776768873013-7ejmqijq.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Smash Shock",
|
||||
price: "5.25 JD",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfFflMU9tuDmcxFkLA04j91NV7/uploaded-1776768873013-4e7vapwg.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mushroom Charge",
|
||||
price: "4.99 JD",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfFflMU9tuDmcxFkLA04j91NV7/uploaded-1776768873013-csl4qox8.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Smoke Power",
|
||||
price: "4.99 JD",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfFflMU9tuDmcxFkLA04j91NV7/uploaded-1776768873013-eymlyr2e.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Honey Chicken",
|
||||
price: "3.75 JD",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfFflMU9tuDmcxFkLA04j91NV7/uploaded-1776768873013-1nyalpz5.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Dynamite Shrimps",
|
||||
price: "4.50 JD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-served-with-french-fries-mayonnaise_140725-6709.jpg",
|
||||
},
|
||||
{ id: "1", name: "The Classic Shock", price: "5.25 JD", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfFflMU9tuDmcxFkLA04j91NV7/uploaded-1776768873013-7ejmqijq.jpg", imageAlt: "Classic beef burger" },
|
||||
{ id: "2", name: "Smash Shock", price: "5.25 JD", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfFflMU9tuDmcxFkLA04j91NV7/uploaded-1776768873013-4e7vapwg.jpg", imageAlt: "Crispy smashed patty" },
|
||||
{ id: "3", name: "Mushroom Charge", price: "4.99 JD", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfFflMU9tuDmcxFkLA04j91NV7/uploaded-1776768873013-csl4qox8.jpg", imageAlt: "Mushroom burger" },
|
||||
{ id: "4", name: "Smoke Power", price: "4.99 JD", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfFflMU9tuDmcxFkLA04j91NV7/uploaded-1776768873013-eymlyr2e.jpg?_wi=1", imageAlt: "Smoky bbq burger" },
|
||||
{ id: "5", name: "Honey Chicken", price: "3.75 JD", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfFflMU9tuDmcxFkLA04j91NV7/uploaded-1776768873013-1nyalpz5.jpg?_wi=2", imageAlt: "Honey glazed chicken" },
|
||||
{ id: "6", name: "Crispy Shrimps", price: "4.50 JD", imageSrc: "https://img.b2bpic.net/free-photo/meat-burger-served-with-french-fries-mayonnaise_140725-6709.jpg", imageAlt: "Dynamite shrimps" },
|
||||
]}
|
||||
title="Our Signature Shockers"
|
||||
description="Discover our handcrafted, high-quality burgers made with passion."
|
||||
title="Our Signature Menu"
|
||||
description="Handcrafted burgers and sides made with the freshest local ingredients."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -198,42 +113,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "combo",
|
||||
badge: "Popular",
|
||||
price: "+1.00 JD",
|
||||
subtitle: "Upgrade any burger to a meal",
|
||||
buttons: [
|
||||
{
|
||||
text: "Select",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Fries Included",
|
||||
"Soft Drink Included",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "sauce",
|
||||
badge: "Add-on",
|
||||
price: "0.30 JD",
|
||||
subtitle: "Extra sauce packets",
|
||||
buttons: [
|
||||
{
|
||||
text: "Add",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Dynamite",
|
||||
"Honey Mustard",
|
||||
"BBQ",
|
||||
],
|
||||
},
|
||||
{ id: "combo", badge: "Upgrade", price: "+1.00 JD", subtitle: "Complete the meal", buttons: [{ text: "Select", href: "#" }], features: ["Golden Fries", "Refreshing Soda"] },
|
||||
{ id: "sides", badge: "Extras", price: "0.50 JD", subtitle: "Add extra flavor", buttons: [{ text: "Add", href: "#" }], features: ["Cheese Sauce", "Spicy Dynamite", "Crispy Bacon"] },
|
||||
]}
|
||||
title="Value Meals"
|
||||
description="Complete your experience with our meal deals."
|
||||
title="Combo & Sides"
|
||||
description="Maximize your meal value with our handcrafted add-ons."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -244,60 +128,25 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1000+",
|
||||
title: "Happy Customers",
|
||||
description: "Burgers served daily",
|
||||
icon: Smile,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "15+",
|
||||
title: "Burger Types",
|
||||
description: "Unique recipes",
|
||||
icon: Utensils,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5.0",
|
||||
title: "Rating",
|
||||
description: "Customer satisfaction",
|
||||
icon: Star,
|
||||
},
|
||||
{ id: "m1", value: "5,000+", title: "Meals Served", description: "Satisfying cravings in Amman", icon: Smile },
|
||||
{ id: "m2", value: "20", title: "Signature Items", description: "Chef-inspired recipes", icon: Utensils },
|
||||
{ id: "m3", value: "4.9/5", title: "Quality Rating", description: "Loved by our community", icon: Star },
|
||||
]}
|
||||
title="Serving Amman"
|
||||
description="We are proud to serve the best burgers in the city."
|
||||
title="Our Impact"
|
||||
description="We pride ourselves on excellence and quality service every single day."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={false}
|
||||
testimonial="The best burger spot in Amman! The Shock Burger is absolutely insane and super fresh."
|
||||
testimonial="The most authentic burger experience in Dahiya. Juicy, fresh, and delivered hot!"
|
||||
rating={5}
|
||||
author="Ahmad M."
|
||||
author="Sarah J., Local Foodie"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-fast-food-restaurant-eating_23-2148718875.jpg",
|
||||
alt: "Ahmad M.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/group-smiley-friends-fast-food-restaurant_23-2148718873.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-hanging-out-medium-shot_23-2149143986.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/appetizing-chicken-burger-female-hands-fast-food-restaurant_169016-49213.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304414.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
{ src: "https://img.b2bpic.net/free-photo/friends-fast-food-restaurant-eating_23-2148718875.jpg", alt: "Customer" },
|
||||
{ src: "https://img.b2bpic.net/free-photo/group-smiley-friends-fast-food-restaurant_23-2148718873.jpg", alt: "Customer" },
|
||||
{ src: "https://img.b2bpic.net/free-photo/friends-hanging-out-medium-shot_23-2149143986.jpg", alt: "Customer" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -309,40 +158,24 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you deliver?",
|
||||
content: "Yes, we deliver across Amman. Order via phone.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Where are you located?",
|
||||
content: "We are located opposite Al Riyada International School, Dahiya Al Rashid, Amman.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are your ingredients fresh?",
|
||||
content: "Absolutely. Fresh beef and chicken, daily prepared.",
|
||||
},
|
||||
{ id: "1", title: "Delivery areas?", content: "We cover the entire Amman area with fast delivery service." },
|
||||
{ id: "2", title: "Location?", content: "Visit us in Dahiya Al Rashid, conveniently near the international school zone." },
|
||||
{ id: "3", title: "Food Quality?", content: "We source daily fresh produce and premium meat daily." },
|
||||
]}
|
||||
title="Need Help?"
|
||||
title="Restaurant FAQ"
|
||||
faqsAnimation="blur-reveal"
|
||||
description="Got questions? We have answers to help you get your burger fix."
|
||||
description="Find answers to frequently asked questions about our menu, location, and services."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
text="Call us at 079 100 6361 to order your Burger Shock today!"
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
text="Ready to experience the shock? Give us a call or visit us for a fresh meal!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:0791006361",
|
||||
},
|
||||
{ text: "Call to Order", href: "tel:0791006361" },
|
||||
{ text: "Find Us", href: "#faq" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -352,32 +185,8 @@ export default function LandingPage() {
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfFflMU9tuDmcxFkLA04j91NV7/uploaded-1776768873013-eymlyr2e.jpg?_wi=2"
|
||||
logoText="BURGER SHOCK.JO"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
{
|
||||
label: "Shockers",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Meals",
|
||||
href: "#pricing",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Info",
|
||||
items: [
|
||||
{
|
||||
label: "Location",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "Our Menu", href: "#products" }, { label: "Our Story", href: "#about" }] },
|
||||
{ title: "Contact Us", items: [{ label: "Call Order", href: "tel:0791006361" }, { label: "Visit Us", href: "#faq" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user