diff --git a/src/app/page.tsx b/src/app/page.tsx index c7683cf..37e80db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,79 +28,30 @@ export default function LandingPage() {
@@ -110,9 +61,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Story" description={[ - "Friez & Freeze is well known in Thoothukudi for its amazing taste and relaxed vibe. It’s a simple and peaceful place to chat with friends and enjoy delicious snacks.", - "We focus on quality, taste, and creating a space where you can simply unwind. Come by for the best fries in town and stay for the experience.", - ]} + "Friez & Freeze is well known in Thoothukudi for its amazing taste and relaxed vibe. It’s a simple and peaceful place to chat with friends and enjoy delicious snacks.", "We focus on quality, taste, and creating a space where you can simply unwind. Come by for the best fries in town and stay for the experience."]} /> @@ -123,48 +72,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "1", - name: "Masala French Fries", - price: "₹120", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-cheese-with-lemon-piece-seasonings-dark-meal-food-snack-photo-color-free-space_140725-93141.jpg", - imageAlt: "Masala French Fries", - }, - { - id: "2", - name: "Butterscotch Milkshake", - price: "₹150", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-cream-cinnamon-star-anise-female-hands-outside_169016-49112.jpg", - imageAlt: "Butterscotch Milkshake", - }, - { - id: "3", - name: "Cheesy Fries", - price: "₹160", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-potatoes-with-potatoes-served-with-ketchup-mayonnaise_140725-114602.jpg", - imageAlt: "Cheesy Fries", - }, - { - id: "4", - name: "Cool Blue Soda", - price: "₹100", - imageSrc: "http://img.b2bpic.net/free-photo/mulberry-juice_1339-3080.jpg", - imageAlt: "Blue Soda Drink", - }, - { - id: "5", - name: "Chicken Fries", - price: "₹180", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-tasty-looking-dish-with-fried-chicken-fries-isolated-black-background_181624-56189.jpg", - imageAlt: "Chicken Fries", - }, - { - id: "6", - name: "Iced Lemon Tea", - price: "₹110", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cocktail-cut-oranges-apples-wood-board-dark_140725-105549.jpg", - imageAlt: "Iced Lemon Tea", - }, + { id: "1", name: "Masala French Fries", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-cheese-with-lemon-piece-seasonings-dark-meal-food-snack-photo-color-free-space_140725-93141.jpg", imageAlt: "Masala French Fries" }, + { id: "2", name: "Butterscotch Milkshake", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-cream-cinnamon-star-anise-female-hands-outside_169016-49112.jpg", imageAlt: "Butterscotch Milkshake" }, + { id: "3", name: "Cheesy Fries", price: "₹160", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-potatoes-with-potatoes-served-with-ketchup-mayonnaise_140725-114602.jpg", imageAlt: "Cheesy Fries" }, + { id: "4", name: "Cool Blue Soda", price: "₹100", imageSrc: "http://img.b2bpic.net/free-photo/mulberry-juice_1339-3080.jpg", imageAlt: "Blue Soda Drink" }, + { id: "5", name: "Chicken Fries", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-tasty-looking-dish-with-fried-chicken-fries-isolated-black-background_181624-56189.jpg", imageAlt: "Chicken Fries" }, + { id: "6", name: "Iced Lemon Tea", price: "₹110", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cocktail-cut-oranges-apples-wood-board-dark_140725-105549.jpg", imageAlt: "Iced Lemon Tea" }, ]} title="Menu Highlights" description="Discover our signature dishes loved by the Thoothukudi community. Price Range: ₹100–₹200" @@ -173,50 +86,16 @@ export default function LandingPage() {
@@ -249,30 +117,8 @@ export default function LandingPage() {