Merge version_1 into main #2
@@ -9,7 +9,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Sparkles, UtensilsCrossed, Heart, Star, Phone, Flame, Users, Zap, TrendingUp, Facebook, Instagram, MapPin, Clock, Bee, CircleDollarSign, ArrowLeftRight, Send } from "lucide-react";
|
||||
import { Sparkles, UtensilsCrossed, Heart, Star, Phone, Flame, Users, Zap, TrendingUp, Facebook, Instagram, MapPin, Clock, Crown, CircleDollarSign, ArrowLeftRight, Send } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -55,8 +55,8 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
dashboard={{
|
||||
title: "Why Locals Love Us", logoIcon: Bee,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-holding-hands_23-2148894602.jpg?_wi=1", imageAlt: "Busy Bee Food Mart storefront", searchPlaceholder: "Find your favorite snack", buttons: [
|
||||
title: "Why Locals Love Us", logoIcon: Crown,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-holding-hands_23-2148894602.jpg", imageAlt: "Busy Bee Food Mart storefront", searchPlaceholder: "Find your favorite snack", buttons: [
|
||||
{ text: "View Menu", href: "#products" },
|
||||
{ text: "Hours & Info", href: "#contact" }
|
||||
],
|
||||
@@ -94,7 +94,7 @@ export default function LandingPage() {
|
||||
buttons={[
|
||||
{ text: "Learn More", href: "#contact" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-holding-hands_23-2148894602.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-holding-hands_23-2148894602.jpg"
|
||||
imageAlt="Busy Bee Food Mart friendly owners"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -109,7 +109,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Chopped Cheese Sandwich", price: "$8.99", variant: "Fresh chopped beef & melted cheese", imageSrc: "http://img.b2bpic.net/free-photo/front-view-toast-bread-with-veggies-pasta-tomatoes_23-2148440376.jpg?_wi=1", imageAlt: "Delicious chopped cheese sandwich"
|
||||
id: "1", name: "Chopped Cheese Sandwich", price: "$8.99", variant: "Fresh chopped beef & melted cheese", imageSrc: "http://img.b2bpic.net/free-photo/front-view-toast-bread-with-veggies-pasta-tomatoes_23-2148440376.jpg", imageAlt: "Delicious chopped cheese sandwich"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Loaded Poutine", price: "$7.99", variant: "Fresh-cut fries, gravy & cheese curds", imageSrc: "http://img.b2bpic.net/free-photo/fish-chip_1203-9050.jpg", imageAlt: "Loaded poutine with cheese and gravy"
|
||||
@@ -124,7 +124,7 @@ export default function LandingPage() {
|
||||
id: "5", name: "Fresh-Cut Fries", price: "$4.99", variant: "Hot & crispy, always fresh", imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-potatoes-black-pan-high-quality-photo_114579-69094.jpg", imageAlt: "Golden fresh-cut fries"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Turkey Sub", price: "$8.49", variant: "Sliced turkey, lettuce, tomato & mayo", imageSrc: "http://img.b2bpic.net/free-photo/front-view-toast-bread-with-veggies-pasta-tomatoes_23-2148440376.jpg?_wi=2", imageAlt: "Fresh turkey sub"
|
||||
id: "6", name: "Turkey Sub", price: "$8.49", variant: "Sliced turkey, lettuce, tomato & mayo", imageSrc: "http://img.b2bpic.net/free-photo/front-view-toast-bread-with-veggies-pasta-tomatoes_23-2148440376.jpg", imageAlt: "Fresh turkey sub"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
|
||||
Reference in New Issue
Block a user