diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1eb0719..37b840e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
@@ -56,64 +48,29 @@ export default function LandingPage() {
@@ -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."
/>
@@ -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."
/>
@@ -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."
/>
@@ -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" }] },
]}
/>