Merge version_1 into main #5
@@ -15,7 +15,7 @@ import { Award, Coffee, Heart, MapPin, Sparkles } from 'lucide-react';
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
@@ -55,7 +55,7 @@ export default function LandingPage() {
|
||||
imageAlt="Pink Salt Cafe interior aesthetic ambiance"
|
||||
frameStyle="card"
|
||||
mediaAnimation="slide-up"
|
||||
buttonAnimation="bounce-effect"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -81,20 +81,16 @@ export default function LandingPage() {
|
||||
tag="Menu"
|
||||
features={[
|
||||
{
|
||||
id: "strawberry", title: "Strawberry Bliss Dessert", author: "Signature Favorite", description: "Indulgent strawberry cheesecake with fresh berries and delicate cream layers. A perfect treat for Instagram-worthy moments.", tags: ["Desserts", "Signature"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/strawberry-pie-with-cup-tea-white-plate_114579-34452.jpg", imageAlt: "Strawberry Bliss Dessert"
|
||||
id: "strawberry", title: "Strawberry Bliss Dessert", author: "Signature Favorite", description: "Indulgent strawberry cheesecake with fresh berries and delicate cream layers. A perfect treat for Instagram-worthy moments.", tags: ["Desserts", "Signature"], imageSrc: "http://img.b2bpic.net/free-photo/strawberry-pie-with-cup-tea-white-plate_114579-34452.jpg", imageAlt: "Strawberry Bliss Dessert"
|
||||
},
|
||||
{
|
||||
id: "coffee", title: "Artisanal Specialty Coffee", author: "Daily Essential", description: "Carefully crafted coffee blends with premium beans, smooth espresso, and latte art. Your perfect morning companion.", tags: ["Coffee", "Premium"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-glass-coffee-with-copy-space_23-2148251581.jpg", imageAlt: "Specialty Coffee"
|
||||
id: "coffee", title: "Artisanal Specialty Coffee", author: "Daily Essential", description: "Carefully crafted coffee blends with premium beans, smooth espresso, and latte art. Your perfect morning companion.", tags: ["Coffee", "Premium"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-glass-coffee-with-copy-space_23-2148251581.jpg", imageAlt: "Specialty Coffee"
|
||||
},
|
||||
{
|
||||
id: "pasta", title: "Red Sauce Pasta Delight", author: "Italian Inspired", description: "Freshly made pasta with our signature red sauce, premium ingredients, and aromatic herbs. Comfort food at its finest.", tags: ["Pasta", "Italian"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-raw-dough-with-seasonings-dark-surface-pasta-dough-food-dark_140725-81990.jpg", imageAlt: "Red Sauce Pasta"
|
||||
id: "pasta", title: "Red Sauce Pasta Delight", author: "Italian Inspired", description: "Freshly made pasta with our signature red sauce, premium ingredients, and aromatic herbs. Comfort food at its finest.", tags: ["Pasta", "Italian"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-raw-dough-with-seasonings-dark-surface-pasta-dough-food-dark_140725-81990.jpg", imageAlt: "Red Sauce Pasta"
|
||||
},
|
||||
{
|
||||
id: "fries", title: "Crispy Peri Peri Fries", author: "Quick Bite", description: "Golden, crispy fries with bold peri peri spice blend. Perfect as an appetizer or standalone snack.", tags: ["Appetizer", "Spicy"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/condiments-near-assorted-pasta_23-2147853440.jpg", imageAlt: "Peri Peri Fries"
|
||||
id: "fries", title: "Crispy Peri Peri Fries", author: "Quick Bite", description: "Golden, crispy fries with bold peri peri spice blend. Perfect as an appetizer or standalone snack.", tags: ["Appetizer", "Spicy"], imageSrc: "http://img.b2bpic.net/free-photo/condiments-near-assorted-pasta_23-2147853440.jpg", imageAlt: "Peri Peri Fries"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user