Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -9,7 +9,7 @@ import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen
|
||||
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
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() {
|
||||
return (
|
||||
@@ -33,7 +33,6 @@ export default function LandingPage() {
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Order Now", id: "https://glovoapp.com" },
|
||||
]}
|
||||
bottomLeftText="Casablanca"
|
||||
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"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Order Now", href: "https://glovoapp.com" },
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Order on Glovo", href: "https://glovoapp.com" },
|
||||
{ text: "WhatsApp Order", href: "https://wa.me/212659134428" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
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: "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"
|
||||
useInvertedBackground={false}
|
||||
@@ -185,18 +184,18 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Stay Updated"
|
||||
tag="Get in Touch"
|
||||
tagIcon={Mail}
|
||||
tagAnimation="slide-up"
|
||||
title="Subscribe to Our Newsletter"
|
||||
description="Get updates on new menu items, special offers, and exclusive deals delivered straight to your inbox."
|
||||
title="Ready to Order from Snack Al Amir?"
|
||||
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" }}
|
||||
useInvertedBackground={false}
|
||||
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"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email address"
|
||||
inputPlaceholder="Enter your email for updates"
|
||||
buttonText="Subscribe"
|
||||
termsText="We respect your privacy. Unsubscribe at any time."
|
||||
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: "WhatsApp Order", href: "https://wa.me/212659134428" },
|
||||
{ label: "Order on Glovo", href: "https://glovoapp.com" },
|
||||
{ label: "Location: Casablanca", href: "#" },
|
||||
{ label: "Visit Us: Casablanca", href: "#about" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Info", items: [
|
||||
title: "About", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Reviews", href: "#reviews" },
|
||||
{ label: "Payment: Cash Only", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user