8 Commits

Author SHA1 Message Date
72b490cc8f Update src/app/page.tsx 2026-04-05 20:02:27 +00:00
dd40dac003 Merge version_2 into main
Merge version_2 into main
2026-04-05 20:01:04 +00:00
a3631554f9 Remove watermark 2026-04-05 20:01:01 +00:00
f6a5e211bb Merge version_2 into main
Merge version_2 into main
2026-04-05 10:53:03 +00:00
38811d5c68 Update src/app/page.tsx 2026-04-05 10:52:57 +00:00
4084f586cb Merge version_1 into main
Merge version_1 into main
2026-04-05 10:47:54 +00:00
80f477e5ef Merge version_1 into main
Merge version_1 into main
2026-04-05 10:47:25 +00:00
5ef5ea12f6 Merge version_1 into main
Merge version_1 into main
2026-04-05 10:46:52 +00:00
2 changed files with 56 additions and 99 deletions

View File

@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
import "./globals.css";
import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Figtree } from "next/font/google";
@@ -35,7 +34,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${figtree.variable} antialiased`}>
<Tag />
{children}
<script
dangerouslySetInnerHTML={{

View File

@@ -7,7 +7,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import TextAbout from '@/components/sections/about/TextAbout';
export default function LandingPage() {
@@ -28,61 +28,43 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home", id: "hero"},
{
name: "About", id: "about"},
{
name: "Menu", id: "products"},
{
name: "Contact", id: "contact"},
{ name: "Home", id: "hero"},
{ name: "About", id: "about"},
{ name: "Menu", id: "products"},
{ name: "Contact", id: "contact"},
]}
brandName="Maqabah Bites"
button={{
text: "Order Now", href: "#products"
}}
brandName="Mini Bites"
logoSrc="http://img.b2bpic.net/free-photo/chef-holding-bacon-based-dish_23-2148491371.jpg"
button={{ text: "Order Now", href: "#products" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "gradient-bars"}}
background={{ variant: "gradient-bars"}}
title="Flavor in Every Bite, Open for You."
description="Located in Maqabah, we serve the best burgers and signature snacks 24/7. Your cravings, satisfied whenever you arrive."
buttons={[
{
text: "View Menu", href: "#products"},
{
text: "Visit Us", href: "#contact"},
{ text: "View Menu", href: "#products"},
{ text: "Visit Us", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/unfocused-background-with-wooden-furniture_1203-1690.jpg"
imageAlt="Restaurant ambiance"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg", alt: "Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/top-view-yummy-sugar-cookies-with-candies-grey-background_140725-77031.jpg", alt: "Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/chef-holding-bacon-based-dish_23-2148491371.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg", alt: "Customer 5"},
{ src: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg", alt: "Meal 1" },
{ src: "http://img.b2bpic.net/free-photo/top-view-yummy-sugar-cookies-with-candies-grey-background_140725-77031.jpg", alt: "Meal 2" },
{ src: "http://img.b2bpic.net/free-photo/chef-holding-bacon-based-dish_23-2148491371.jpg", alt: "Meal 3" },
{ src: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg", alt: "Meal 4" },
{ src: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg", alt: "Meal 5" },
]}
avatarText="Loved by our community"
avatarText="Fresh from our Instagram"
marqueeItems={[
{
type: "text", text: "Fresh Ingredients"},
{
type: "text", text: "Open 24/7"},
{
type: "text", text: "Signature Burgers"},
{
type: "text", text: "Fast Delivery"},
{
type: "text", text: "Local Favorite"},
{ type: "text", text: "Fresh Ingredients" },
{ type: "text", text: "Open 24/7" },
{ type: "text", text: "Signature Burgers" },
{ type: "text", text: "Fast Delivery" },
{ type: "text", text: "Local Favorite" },
]}
/>
</div>
@@ -91,10 +73,7 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="Always Fresh, Always Open"
buttons={[
{
text: "Find Location", href: "#contact"},
]}
buttons={[{ text: "Find Location", href: "#contact"}]}
/>
</div>
@@ -105,24 +84,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "1", brand: "Signature", name: "Kashta Mix Box", price: "BHD 8.500", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/chef-holding-bacon-based-dish_23-2148491371.jpg?_wi=1"},
{
id: "2", brand: "Classic", name: "Bacon Burger", price: "BHD 3.200", rating: 5,
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg?_wi=1"},
{
id: "3", brand: "Signature", name: "Mini Lotus", price: "BHD 1.500", rating: 4,
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sugar-cookies-with-candies-grey-background_140725-77031.jpg?_wi=1"},
{
id: "4", brand: "Combo", name: "Special Bundle", price: "BHD 12.000", rating: 5,
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg"},
{
id: "5", brand: "Classic", name: "Cheeseburger", price: "BHD 2.800", rating: 4,
reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg?_wi=1"},
{
id: "6", brand: "Dessert", name: "Lotus Delight", price: "BHD 1.000", rating: 5,
reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-chocolate-brownie-with-cranberries-bright-background-cake-biscuit-sweet-bake_140725-22858.jpg"},
{ id: "1", brand: "Signature", name: "Kashta Mix Box", price: "BHD 8.500", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/chef-holding-bacon-based-dish_23-2148491371.jpg?_wi=1" },
{ id: "2", brand: "Classic", name: "Bacon Burger", price: "BHD 3.200", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg?_wi=1" },
{ id: "3", brand: "Signature", name: "Mini Lotus", price: "BHD 1.500", rating: 4, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sugar-cookies-with-candies-grey-background_140725-77031.jpg?_wi=1" },
{ id: "4", brand: "Combo", name: "Special Bundle", price: "BHD 12.000", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg" },
{ id: "5", brand: "Classic", name: "Cheeseburger", price: "BHD 2.800", rating: 4, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg?_wi=1" },
{ id: "6", brand: "Dessert", name: "Lotus Delight", price: "BHD 1.000", rating: 5, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-chocolate-brownie-with-cranberries-bright-background-cake-biscuit-sweet-bake_140725-22858.jpg" },
]}
title="Our Best Sellers"
description="Handpicked favorites loved by our community."
@@ -130,63 +97,54 @@ export default function LandingPage() {
</div>
<div id="testimonial" data-section="testimonial">
<TestimonialCardSix
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="What Our Customers Say"
description="Authentic feedback from our Maqabah neighborhood."
testimonials={[
{
id: "1", name: "Ahmed Ali", handle: "@ahmedfoodie", testimonial: "The best burger spot in the area. Always fresh and quick!", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg?_wi=2"},
{
id: "2", name: "Sara Mohammed", handle: "@sara_bahrain", testimonial: "Perfect late-night snacks. The Lotus dessert is a must-try.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sugar-cookies-with-candies-grey-background_140725-77031.jpg?_wi=2"},
{
id: "3", name: "Khalid Isa", handle: "@khalid_k", testimonial: "Consistent quality every time I order. Great service.", imageSrc: "http://img.b2bpic.net/free-photo/chef-holding-bacon-based-dish_23-2148491371.jpg?_wi=2"},
{
id: "4", name: "Noora Hassan", handle: "@noora_bites", testimonial: "The signature burger is exactly what I crave after a long day.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg?_wi=2"},
]}
<TestimonialCardThirteen
showRating={true}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="What Our Customers Say"
description="Authentic feedback from our Maqabah neighborhood."
testimonials={[
{ id: "1", name: "Ahmed Ali", handle: "@ahmedfoodie", testimonial: "The best burger spot in the area. Always fresh and quick!", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg?_wi=2", rating: 5 },
{ id: "2", name: "Sara Mohammed", handle: "@sara_bahrain", testimonial: "Perfect late-night snacks. The Lotus dessert is a must-try.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sugar-cookies-with-candies-grey-background_140725-77031.jpg?_wi=2", rating: 5 },
{ id: "3", name: "Khalid Isa", handle: "@khalid_k", testimonial: "Consistent quality every time I order. Great service.", imageSrc: "http://img.b2bpic.net/free-photo/chef-holding-bacon-based-dish_23-2148491371.jpg?_wi=2", rating: 5 },
{ id: "4", name: "Noora Hassan", handle: "@noora_bites", testimonial: "The signature burger is exactly what I crave after a long day.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg?_wi=2", rating: 5 },
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "gradient-bars"}}
background={{ variant: "gradient-bars"}}
text="Visit us in Maqabah, Bahrain (6F3Q+GX5). We are open 24 hours a day, 7 days a week."
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Maqabah Bites"
logoText="Mini Bites"
logoSrc="http://img.b2bpic.net/free-photo/chef-holding-bacon-based-dish_23-2148491371.jpg"
columns={[
{
title: "Links", items: [
{
label: "Home", href: "#hero"},
{
label: "About", href: "#about"},
{
label: "Menu", href: "#products"},
{
label: "Location", href: "#contact"},
title: "Links", items: [
{ label: "Home", href: "#hero" },
{ label: "About", href: "#about" },
{ label: "Menu", href: "#products" },
{ label: "Location", href: "#contact" },
],
},
{
title: "Legal", items: [
{
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service", href: "#"},
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
],
},
]}
copyrightText="© 2024 Maqabah Bites. All rights reserved."
copyrightText="© 2024 Mini Bites. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}