Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3bf6e50b43 | |||
| c919c96975 |
@@ -10,7 +10,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
|
|||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import { Zap, UtensilsCrossed } from 'lucide-react';
|
import { Zap, UtensilsCrossed, Eye } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -60,7 +60,7 @@ export default function LandingPage() {
|
|||||||
ratingText="Loved by Morayur"
|
ratingText="Loved by Morayur"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Order Now - Hot & Fresh", href: "#products" },
|
{ text: "Order Now - Hot & Fresh", href: "#products" },
|
||||||
{ text: "Visit Us", href: "#contact" }
|
{ text: "See Our Menu", href: "#products" }
|
||||||
]}
|
]}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user