diff --git a/src/app/page.tsx b/src/app/page.tsx index 45e015d..74034f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Flame, ChefHat, Sparkles, Calendar, Linkedin, Globe } from 'lucide-react'; +import { Flame, ChefHat, Sparkles, Calendar, Linkedin, Globe, Clock, PartyPopper, ShoppingBag } from 'lucide-react'; export default function LandingPage() { return ( @@ -33,14 +33,12 @@ export default function LandingPage() { navItems={[ { name: "About", id: "about" }, { name: "Cuts", id: "cuts" }, - { name: "Experience", id: "experience" }, - { name: "Team", id: "team" }, - { name: "Reviews", id: "testimonials" }, + { name: "Orders", id: "ordering" }, + { name: "Events", id: "birthday" }, { name: "Contact", id: "contact" } ]} button={{ - text: "Reserve Table", - href: "contact" + text: "Reserve Table", href: "contact" }} /> @@ -58,27 +56,53 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" mediaItems={[ + { imageSrc: "https://img.b2bpic.net/premium-photo/sushi-chef-carefully-prepares-plate-fresh-sushi_14117-1112407.jpg?id=293519047", imageAlt: "Master Chef Preparing Premium Wagyu" }, + { imageSrc: "https://img.b2bpic.net/free-photo/closeup-shot-rare-steak-wooden-board_181624-59117.jpg", imageAlt: "A5 Wagyu Ribeye" } + ]} + /> + + +
+ window.open('https://order.kurogyu.com', '_blank') }] } ]} + textboxLayout="split" + /> +
+ +
+ +
+ +
+
@@ -87,224 +111,12 @@ export default function LandingPage() { tag="Our Story" tagIcon={ChefHat} title="Mastery Through Tradition" - description="For over two decades, Kuro Gyu has been dedicated to bringing authentic Japanese steakhouse excellence to discerning diners. Our head chef trained in Tokyo's most prestigious establishments, perfecting the art of Wagyu preparation. Every cut is carefully selected, aged to perfection, and prepared with meticulous attention to detail." + description="For over two decades, Kuro Gyu has been dedicated to bringing authentic Japanese steakhouse excellence to discerning diners." metrics={[ { value: "25+", title: "Years of Excellence" }, { value: "100%", title: "Premium Wagyu" } ]} imageSrc="https://img.b2bpic.net/premium-photo/sushi-chef-carefully-prepares-plate-fresh-sushi_14117-1112407.jpg?id=293519047" - imageAlt="Master chef preparing premium steakhouse cuisine" - mediaAnimation="slide-up" - metricsAnimation="slide-up" - useInvertedBackground={false} - /> - - -
- -
- -
- -
- -
- -
- -
- -
- -
-
@@ -312,48 +124,22 @@ export default function LandingPage() { ); -} +} \ No newline at end of file