From 9477788d19db3639b0486c8df98370683c078864 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 14:45:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 307 +++++++++++------------------------------------ 1 file changed, 70 insertions(+), 237 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f617b0c..a8fbae1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Heart, Leaf, Star, Users, Utensils } from "lucide-react"; +import { ArrowRight, Heart, Leaf, Star, Users, Utensils } from "lucide-react"; export default function LandingPage() { return ( @@ -33,29 +33,17 @@ export default function LandingPage() { @@ -64,116 +52,67 @@ export default function LandingPage() {
@@ -185,16 +124,12 @@ export default function LandingPage() { metrics={[ { icon: Star, - label: "Years of Excellence", - value: "10+", - }, + label: "Years of Excellence", value: "10+"}, { icon: Users, - label: "Happy Customers", - value: "20K+", - }, + label: "Happy Customers", value: "20K+"}, ]} - metricsAnimation="entrance-slide" + metricsAnimation="slide-up" /> @@ -204,32 +139,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Tender Steak", - description: "Premium cuts of steak, seared to your liking, offering a rich and robust flavor.", - imageSrc: "http://img.b2bpic.net/free-photo/juicy-grilled-steak-with-rosemary-spices-dipping-sauce_84443-72351.jpg", - imageAlt: "Sizzling Steak", - buttonIcon: "ArrowRight", + title: "Tender Steak", description: "Premium cuts of steak, seared to your liking, offering a rich and robust flavor.", imageSrc: "http://img.b2bpic.net/free-photo/juicy-grilled-steak-with-rosemary-spices-dipping-sauce_84443-72351.jpg", imageAlt: "Sizzling Steak", buttonIcon: ArrowRight, }, { - title: "Juicy Chicken", - description: "Succulent chicken breast, perfectly grilled to retain its tenderness and taste.", - imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-tasty-fish-fry-lemon-slices-cut-cherry-tomatoes-plate-bunch-dill-fork-knife-wine-bottle-garlic-black-table_140725-112151.jpg", - imageAlt: "Sizzling Chicken", - buttonIcon: "ArrowRight", + title: "Juicy Chicken", description: "Succulent chicken breast, perfectly grilled to retain its tenderness and taste.", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-tasty-fish-fry-lemon-slices-cut-cherry-tomatoes-plate-bunch-dill-fork-knife-wine-bottle-garlic-black-table_140725-112151.jpg", imageAlt: "Sizzling Chicken", buttonIcon: ArrowRight, }, { - title: "Fresh Prawns", - description: "Generous portions of fresh prawns, cooked delicately to bring out their natural sweetness.", - imageSrc: "http://img.b2bpic.net/free-photo/tiger-prawn-with-spicy-sauce-with-nice-decoration_1258-84823.jpg", - imageAlt: "Sizzling Prawns", - buttonIcon: "ArrowRight", + title: "Fresh Prawns", description: "Generous portions of fresh prawns, cooked delicately to bring out their natural sweetness.", imageSrc: "http://img.b2bpic.net/free-photo/tiger-prawn-with-spicy-sauce-with-nice-decoration_1258-84823.jpg", imageAlt: "Sizzling Prawns", buttonIcon: ArrowRight, }, { - title: "Flaky Fish", - description: "Deliciously prepared fish, offering a light yet satisfying culinary delight.", - imageSrc: "http://img.b2bpic.net/free-photo/dark-wooden-board-with-baked-chicken-meat-with-slices-lemon_114579-83805.jpg", - imageAlt: "Sizzling Fish", - buttonIcon: "ArrowRight", + title: "Flaky Fish", description: "Deliciously prepared fish, offering a light yet satisfying culinary delight.", imageSrc: "http://img.b2bpic.net/free-photo/dark-wooden-board-with-baked-chicken-meat-with-slices-lemon_114579-83805.jpg", imageAlt: "Sizzling Fish", buttonIcon: ArrowRight, }, ]} title="Our Signature Sizzling Dishes" @@ -245,19 +164,9 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "sweet-sauce", - name: "Sweet Pan Sauce", - price: "$3.00", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-healthy-breakfast_23-2148567444.jpg", - imageAlt: "Sweet Sauce", - }, + id: "sweet-sauce", name: "Sweet Pan Sauce", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-healthy-breakfast_23-2148567444.jpg", imageAlt: "Sweet Sauce"}, { - id: "spicy-sauce", - name: "Spicy Ember Sauce", - price: "$3.00", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-appetizing-pozole-bowl_23-2149248484.jpg", - imageAlt: "Spicy Sauce", - }, + id: "spicy-sauce", name: "Spicy Ember Sauce", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-appetizing-pozole-bowl_23-2149248484.jpg", imageAlt: "Spicy Sauce"}, ]} title="Elevate Your Meal with Our Signature Sauces" description="Our special sauces are crafted to perfectly complement your sizzling dish, offering a range of flavors from delightful sweetness to a bold spicy kick." @@ -268,49 +177,20 @@ export default function LandingPage() { @@ -382,18 +241,13 @@ export default function LandingPage() { @@ -402,54 +256,33 @@ export default function LandingPage() {