From 540fe0e7ec137937ceaee9d57a2efbce1e85fe28 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 13:46:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 79e5448..172ed7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Sparkles, Mail } from 'lucide-react'; +import Link from 'next/link'; export default function LandingPage() { return ( @@ -55,12 +56,12 @@ export default function LandingPage() { ]} buttonAnimation="blur-reveal" carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/senior-butcher-waiting-order_7502-4764.jpg?_wi=1", imageAlt: "premium fresh beef cuts display" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-japanese-street-food_23-2149287842.jpg?_wi=1", imageAlt: "beef steak with bone premium cut" }, - { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-t-bone-steak-ingredients-kitchen_23-2148440957.jpg?_wi=1", imageAlt: "boneless beef premium quality cuts" }, - { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/meat-shopwindow_1398-2838.jpg?_wi=1", imageAlt: "specialty beef organs liver kidney" }, - { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/seafood-cleaning-process-kitchen_23-2150171403.jpg?_wi=1", imageAlt: "premium beef quality assurance process" }, - { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/senior-butcher-waiting-order_7502-4764.jpg?_wi=2", imageAlt: "premium fresh beef cuts display" } + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/senior-butcher-waiting-order_7502-4764.jpg", imageAlt: "premium fresh beef cuts display" }, + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-japanese-street-food_23-2149287842.jpg", imageAlt: "beef steak with bone premium cut" }, + { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-t-bone-steak-ingredients-kitchen_23-2148440957.jpg", imageAlt: "boneless beef premium quality cuts" }, + { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/meat-shopwindow_1398-2838.jpg", imageAlt: "specialty beef organs liver kidney" }, + { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/seafood-cleaning-process-kitchen_23-2150171403.jpg", imageAlt: "premium beef quality assurance process" }, + { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/senior-butcher-waiting-order_7502-4764.jpg", imageAlt: "premium fresh beef cuts display" } ]} autoPlay={true} autoPlayInterval={4000} @@ -72,7 +73,7 @@ export default function LandingPage() { title="Kukarpar Ox's - Your Premier Beef Destination" description="With over two decades of excellence in the meat industry, Kukarpar Ox's has been the trusted choice for premium beef cuts and specialty organs. We maintain the highest standards of quality, hygiene, and customer satisfaction. Every piece of beef is carefully selected and expertly processed to ensure the finest quality for your table." tag="About Us" - imageSrc="http://img.b2bpic.net/free-photo/seafood-cleaning-process-kitchen_23-2150171403.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/seafood-cleaning-process-kitchen_23-2150171403.jpg" imageAlt="Professional butcher quality assurance" buttons={[{ text: "View Products", href: "#products" }]} buttonAnimation="slide-up" @@ -93,15 +94,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "Kukarpar", name: "Premium Beef with Bone", price: "₹500/kg", rating: 5, - reviewCount: "250+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-japanese-street-food_23-2149287842.jpg?_wi=2", imageAlt: "Premium beef steak with bone" + reviewCount: "250+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-japanese-street-food_23-2149287842.jpg", imageAlt: "Premium beef steak with bone" }, { id: "2", brand: "Kukarpar", name: "Premium Beef without Bone", price: "₹600/kg", rating: 5, - reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-t-bone-steak-ingredients-kitchen_23-2148440957.jpg?_wi=2", imageAlt: "Premium boneless beef cuts" + reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-t-bone-steak-ingredients-kitchen_23-2148440957.jpg", imageAlt: "Premium boneless beef cuts" }, { id: "3", brand: "Kukarpar", name: "Special Beef Organs", price: "₹600/kg", rating: 5, - reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/meat-shopwindow_1398-2838.jpg?_wi=2", imageAlt: "Premium specialty beef organs" + reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/meat-shopwindow_1398-2838.jpg", imageAlt: "Premium specialty beef organs" } ]} gridVariant="three-columns-all-equal-width" @@ -120,19 +121,19 @@ export default function LandingPage() { animationType="slide-up" plans={[ { - id: "with-bone", title: "Beef with Bone", price: "₹500", period: "/kg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-japanese-street-food_23-2149287842.jpg?_wi=3", imageAlt: "Beef with bone", button: { text: "Order Now", href: "#contact" }, + id: "with-bone", title: "Beef with Bone", price: "₹500", period: "/kg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-japanese-street-food_23-2149287842.jpg", imageAlt: "Beef with bone", button: { text: "Order Now", href: "#contact" }, features: [ "Premium quality beef", "Bone included for maximum flavor", "Perfect for traditional cooking", "Rich bone marrow content", "Bulk orders available" ] }, { - id: "without-bone", title: "Boneless Beef", price: "₹600", period: "/kg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-t-bone-steak-ingredients-kitchen_23-2148440957.jpg?_wi=3", imageAlt: "Boneless beef", button: { text: "Order Now", href: "#contact" }, + id: "without-bone", title: "Boneless Beef", price: "₹600", period: "/kg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-t-bone-steak-ingredients-kitchen_23-2148440957.jpg", imageAlt: "Boneless beef", button: { text: "Order Now", href: "#contact" }, features: [ "Premium quality beef", "Expertly deboned cuts", "Perfect for quick preparations", "Minimal waste, maximum yield", "Bulk orders available" ] }, { - id: "organs", title: "Special Organs", price: "₹600", period: "/kg", imageSrc: "http://img.b2bpic.net/free-photo/meat-shopwindow_1398-2838.jpg?_wi=3", imageAlt: "Special beef organs", button: { text: "Order Now", href: "#contact" }, + id: "organs", title: "Special Organs", price: "₹600", period: "/kg", imageSrc: "http://img.b2bpic.net/free-photo/meat-shopwindow_1398-2838.jpg", imageAlt: "Special beef organs", button: { text: "Order Now", href: "#contact" }, features: [ "Premium specialty organs", "Liver, kidney, and more", "Traditional cooking favorite", "Rich nutritional value", "Bulk orders available" ]