1 Commits

Author SHA1 Message Date
77a21d484a Update src/app/page.tsx 2026-03-10 08:41:47 +00:00

View File

@@ -9,7 +9,7 @@ import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import ContactSplit from "@/components/sections/contact/ContactSplit"; import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Star, Flame, Info, Heart, Mail, ArrowRight } from "lucide-react"; import { Star, Flame, Info, Heart, Mail, ArrowRight, MessageCircle, Truck } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -33,7 +33,6 @@ export default function LandingPage() {
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Reviews", id: "reviews" }, { name: "Reviews", id: "reviews" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
{ name: "Order Now", id: "https://glovoapp.com" },
]} ]}
bottomLeftText="Casablanca" bottomLeftText="Casablanca"
bottomRightText="06 59 13 44 28" bottomRightText="06 59 13 44 28"
@@ -61,8 +60,8 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/condiments-near-assorted-pasta_23-2147853440.jpg", imageAlt: "Crispy golden fries"}, imageSrc: "http://img.b2bpic.net/free-photo/condiments-near-assorted-pasta_23-2147853440.jpg", imageAlt: "Crispy golden fries"},
]} ]}
buttons={[ buttons={[
{ text: "Order Now", href: "https://glovoapp.com" }, { text: "Order on Glovo", href: "https://glovoapp.com" },
{ text: "View Menu", href: "#menu" }, { text: "WhatsApp Order", href: "https://wa.me/212659134428" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
className="w-full" className="w-full"
@@ -135,7 +134,7 @@ export default function LandingPage() {
{ {
id: "2", value: "Fresh Daily", description: "All items prepared fresh using quality ingredients and traditional recipes"}, id: "2", value: "Fresh Daily", description: "All items prepared fresh using quality ingredients and traditional recipes"},
{ {
id: "3", value: "Convenient", description: "Multiple ordering options: in-person, WhatsApp, and Glovo delivery service"}, id: "3", value: "Easy Ordering", description: "Multiple ordering options: WhatsApp, Glovo delivery, or order in-person"},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
@@ -185,18 +184,18 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplit <ContactSplit
tag="Stay Updated" tag="Get in Touch"
tagIcon={Mail} tagIcon={Mail}
tagAnimation="slide-up" tagAnimation="slide-up"
title="Subscribe to Our Newsletter" title="Ready to Order from Snack Al Amir?"
description="Get updates on new menu items, special offers, and exclusive deals delivered straight to your inbox." description="Choose your preferred ordering method: Order now via WhatsApp for direct contact, use Glovo for convenient delivery, or visit us in person at our Casablanca location."
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false} useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/pizza-with-sausage-corn-beans-shrimp-bacon-wooden-plate_1150-27088.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/pizza-with-sausage-corn-beans-shrimp-bacon-wooden-plate_1150-27088.jpg?_wi=2"
imageAlt="Snack Al Amir food" imageAlt="Snack Al Amir food"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
inputPlaceholder="Enter your email address" inputPlaceholder="Enter your email for updates"
buttonText="Subscribe" buttonText="Subscribe"
termsText="We respect your privacy. Unsubscribe at any time." termsText="We respect your privacy. Unsubscribe at any time."
className="w-full" className="w-full"
@@ -216,15 +215,15 @@ export default function LandingPage() {
], ],
}, },
{ {
title: "Contact", items: [ title: "Order Now", items: [
{ label: "WhatsApp: 06 59 13 44 28", href: "https://wa.me/212659134428" },
{ label: "Glovo Delivery", href: "https://glovoapp.com" },
{ label: "Phone: 06 59 13 44 28", href: "tel:+212659134428" }, { label: "Phone: 06 59 13 44 28", href: "tel:+212659134428" },
{ label: "WhatsApp Order", href: "https://wa.me/212659134428" }, { label: "Visit Us: Casablanca", href: "#about" },
{ label: "Order on Glovo", href: "https://glovoapp.com" },
{ label: "Location: Casablanca", href: "#" },
], ],
}, },
{ {
title: "Info", items: [ title: "About", items: [
{ label: "About Us", href: "#about" }, { label: "About Us", href: "#about" },
{ label: "Reviews", href: "#reviews" }, { label: "Reviews", href: "#reviews" },
{ label: "Payment: Cash Only", href: "#" }, { label: "Payment: Cash Only", href: "#" },