diff --git a/src/app/page.tsx b/src/app/page.tsx index f8b1d6b..9c9a56b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,26 +30,11 @@ export default function LandingPage() { @@ -190,49 +95,14 @@ export default function LandingPage() { textboxLayout="split" gridVariant="one-large-left-three-stacked-right" useInvertedBackground={true} + animationType="blur-reveal" products={[ - { - id: "1", - name: "Signature Baked Alaska", - price: "Rs 1,200", - variant: "Dessert", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-creamy-cakes-with-fresh-fruits-light-background_140725-132669.jpg", - }, - { - id: "2", - name: "Grilled Steak with Pepper Sauce", - price: "Rs 3,500", - variant: "Continental", - imageSrc: "http://img.b2bpic.net/free-photo/food-ads-mangal-salad-high-kitchen-with-fresh-herbs-greenery_114579-1844.jpg", - }, - { - id: "3", - name: "Spicy Chicken Karahi", - price: "Rs 2,800", - variant: "Pakistani", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-thai-food_1357-231.jpg", - }, - { - id: "4", - name: "Kung Pao Chicken", - price: "Rs 2,200", - variant: "Chinese", - imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-chicken-sauce-with-sesame_141793-280.jpg", - }, - { - id: "5", - name: "Assorted BBQ Platter", - price: "Rs 4,500", - variant: "BBQ", - imageSrc: "http://img.b2bpic.net/free-photo/man-holds-plate-with-red-gurza-side-view_141793-4739.jpg", - }, - { - id: "6", - name: "Premium Lemonade", - price: "Rs 450", - variant: "Beverage", - imageSrc: "http://img.b2bpic.net/free-photo/raspberry-lemonade-drink-glass-blue-background_123827-22700.jpg", - }, + { id: "1", name: "Signature Baked Alaska", price: "Rs 1,200", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-creamy-cakes-with-fresh-fruits-light-background_140725-132669.jpg" }, + { id: "2", name: "Grilled Steak with Pepper Sauce", price: "Rs 3,500", variant: "Continental", imageSrc: "http://img.b2bpic.net/free-photo/food-ads-mangal-salad-high-kitchen-with-fresh-herbs-greenery_114579-1844.jpg" }, + { id: "3", name: "Spicy Chicken Karahi", price: "Rs 2,800", variant: "Pakistani", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-thai-food_1357-231.jpg" }, + { id: "4", name: "Kung Pao Chicken", price: "Rs 2,200", variant: "Chinese", imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-chicken-sauce-with-sesame_141793-280.jpg" }, + { id: "5", name: "Assorted BBQ Platter", price: "Rs 4,500", variant: "BBQ", imageSrc: "http://img.b2bpic.net/free-photo/man-holds-plate-with-red-gurza-side-view_141793-4739.jpg" }, + { id: "6", name: "Premium Lemonade", price: "Rs 450", variant: "Beverage", imageSrc: "http://img.b2bpic.net/free-photo/raspberry-lemonade-drink-glass-blue-background_123827-22700.jpg" }, ]} title="Our Culinary Selection" description="From authentic Pakistani BBQ to continental masterpieces." @@ -241,35 +111,15 @@ export default function LandingPage() {