3 Commits

Author SHA1 Message Date
c54e523ae1 Update src/app/page.tsx 2026-03-28 10:02:20 +00:00
8da1b94598 Merge version_2 into main
Merge version_2 into main
2026-03-28 10:01:34 +00:00
d375f161f7 Merge version_2 into main
Merge version_2 into main
2026-03-28 10:01:11 +00:00

View File

@@ -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 FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { Flame, ChefHat, Sparkles, Calendar, Linkedin, Globe } from 'lucide-react';
import { Flame, ChefHat, Sparkles, Calendar, Linkedin, Info } from 'lucide-react';
export default function LandingPage() {
return (
@@ -69,16 +69,16 @@ export default function LandingPage() {
<div id="about" data-section="about">
<MetricSplitMediaAbout
tag="Our Story"
tagIcon={ChefHat}
tag="About Us"
tagIcon={Info}
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="At Kuro Gyu, we provide a sophisticated dining experience. We offer elegant indoor seating and are fully wheelchair accessible. Enjoy our premium cuisine in-house, or take it home with our dedicated takeout and delivery services. We accept all major credit cards and digital payment methods for your convenience."
metrics={[
{ value: "25+", title: "Years of Excellence" },
{ value: "100%", title: "Premium Wagyu" }
{ value: "Dining", title: "Dine-in/Takeout/Delivery" },
{ value: "Access", title: "Fully Wheelchair Accessible" }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZLllXOz8SrzaWlAaTx5j9BGQL/uploaded-1774692045468-swi2f4t3.jpg"
imageAlt="Master chef preparing premium steakhouse cuisine"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZLllXOz8SrzaWlAaTx5j9BGQL/uploaded-1774692119089-2r09vqx9.jpg"
imageAlt="Comfortable restaurant interior seating"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -173,13 +173,13 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{ title: "Navigation", items: [{ label: "Home", href: "#" }, { label: "About Us", href: "#about" }] },
{ title: "Contact Info", items: [{ label: "Phone: (555) 123-4567", href: "#" }, { label: "Email: reserve@kurogyu.com", href: "#" }] },
{ title: "Hours & Parking", items: [{ label: "Hours: 5PM - 11PM", href: "#" }, { label: "Valet Parking Available", href: "#" }] }
{ title: "Opening Hours", items: [{ label: "Mo-Do, Sa-Fr: 11-21 Uhr", href: "#" }, { label: "So: 12-21 Uhr", href: "#" }] },
{ title: "Parking", items: [{ label: "Public garage nearby", href: "#" }, { label: "Street parking available", href: "#" }] }
]}
copyrightText="© 2025 Kuro Gyu Steakhouse."
copyrightText="© 2025 Kuro Gyu Steakhouse. Warmly welcoming you to authentic Japanese dining."
/>
</div>
</ThemeProvider>
);
}
}