Update src/app/page.tsx

This commit is contained in:
2026-05-13 13:43:15 +00:00
parent 13faeeedf2
commit 047c8494a9

View File

@@ -12,7 +12,6 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { Phone, Instagram, MapPin, Clock } from "lucide-react";
export default function LandingPage() {
return (
@@ -67,6 +66,7 @@ export default function LandingPage() {
products={[{ id: "p1", brand: "Prime", name: "Ribeye Steak", price: "$42", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/closeup-juicy-meat-with-green-bean-salad-white-plate_181624-58243.jpg" }, { id: "p2", brand: "Fresh", name: "Grilled Salmon", price: "$38", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-with-grilled-chicken-pieces-cherry-tomatoes_114579-1454.jpg" }, { id: "p3", brand: "Premium", name: "Lamb Chops", price: "$45", rating: 5, reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/meat-chicken-kebab-sprinkled-with-sumac-onion_140725-9570.jpg" }]}
title="Signature Grill Selections"
description="Discover our hand-curated menu featuring premium meats and fresh local produce."
useInvertedBackground={false}
/>
</div>
@@ -75,6 +75,8 @@ export default function LandingPage() {
textboxLayout="default"
features={[{ title: "Farm-to-Table", description: "Locally sourced ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/fried-piece-meat-potatoes-fried-tomato_140725-6649.jpg" }, { title: "Open Fire Grill", description: "The art of natural wood smoke.", imageSrc: "http://img.b2bpic.net/free-photo/grilled-giant-river-prawn-charcoal-stove_640221-250.jpg" }, { title: "Expert Chefs", description: "Masters of the craft.", imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-sliced-onion-lemon_140725-3627.jpg" }]}
title="Why Choose Us"
description="We pride ourselves on quality and tradition."
useInvertedBackground={false}
/>
</div>
@@ -84,6 +86,8 @@ export default function LandingPage() {
textboxLayout="default"
metrics={[{ id: "m1", value: "15K+", title: "Satisfied Guests", items: ["Dining Experiences", "Private Events"] }, { id: "m2", value: "25+", title: "Years Experience", items: ["Culinary Heritage", "Expert Craft"] }, { id: "m3", value: "120+", title: "Daily Diners", items: ["Local Favorites", "Food Lovers"] }]}
title="Our Culinary Impact"
description="Measuring success through our guests' joy."
useInvertedBackground={false}
/>
</div>
@@ -103,7 +107,9 @@ export default function LandingPage() {
faqs={[{ id: "q1", title: "Do I need a reservation?", content: "Reservations are recommended, especially on weekends." }, { id: "q2", title: "Do you offer vegetarian options?", content: "Yes, we feature fresh, garden-to-table dishes." }, { id: "q3", title: "Is parking available?", content: "Valet parking is provided at the main entrance." }]}
imageSrc="http://img.b2bpic.net/free-photo/travelers-reception_1098-14597.jpg"
title="Got Questions?"
description="We are here to help with all your inquiries."
faqsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -117,6 +123,7 @@ export default function LandingPage() {
{ text: "Follow on Instagram", href: "https://instagram.com/thegrillhouse" }
]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>