diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4d6578b..8c1debe 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,6 +9,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import SplitAbout from '@/components/sections/about/SplitAbout';
+import { BentoGlobe } from '@/components/bento/BentoGlobe';
export default function LandingPage() {
return (
@@ -29,21 +30,13 @@ export default function LandingPage() {
@@ -55,38 +48,30 @@ export default function LandingPage() {
description="Handcrafted pupusas prepared daily with traditional recipes. Order online for pickup or delivery and taste the difference."
buttons={[
{
- text: "Order Now",
- href: "#order",
- },
+ text: "Order Now", href: "#order"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoT3fl9mw8X4tiyEYmInANcxtM/uploaded-1775671162655-60kuqq37.png"
imageAlt="Pupuseria Express Logo"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/closeup-tasty-grilled-tomatoes-marrows_651396-1449.jpg",
- alt: "Customer 1",
- },
+ src: "http://img.b2bpic.net/free-photo/closeup-tasty-grilled-tomatoes-marrows_651396-1449.jpg", alt: "Customer 1"},
{
- src: "http://img.b2bpic.net/free-photo/various-salads-table_140725-9758.jpg",
- alt: "Customer 2",
- },
+ src: "http://img.b2bpic.net/free-photo/various-salads-table_140725-9758.jpg", alt: "Customer 2"},
{
- src: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-arrangement_23-2149086080.jpg",
- alt: "Customer 3",
- },
+ src: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-arrangement_23-2149086080.jpg", alt: "Customer 3"},
{
- src: "http://img.b2bpic.net/free-photo/delicious-corn-dogs-plate-view_23-2149455085.jpg",
- alt: "Customer 4",
- },
+ src: "http://img.b2bpic.net/free-photo/delicious-corn-dogs-plate-view_23-2149455085.jpg", alt: "Customer 4"},
{
- src: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086033.jpg",
- alt: "Customer 5",
- },
+ src: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086033.jpg", alt: "Customer 5"},
]}
avatarText="Join 5,000+ happy customers"
/>
+
+
+
+
@@ -208,8 +142,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file