Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -35,8 +35,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Products", id: "/products"},{
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ", id: "#faq"},
|
||||
@@ -57,7 +56,7 @@ export default function LandingPage() {
|
||||
description="Experience the best of hearty American grilling. From perfectly seared steaks to smoky BBQ ribs, every dish is crafted for exceptional flavor and satisfaction. Join us for a memorable dining experience."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu", href: "#menu"},
|
||||
text: "View Our Menu", href: "/products"},
|
||||
{
|
||||
text: "Make a Reservation", href: "#contact"},
|
||||
]}
|
||||
@@ -159,8 +158,8 @@ export default function LandingPage() {
|
||||
id: "salad", brand: "Fresh Greens", name: "Big Fellas Garden Salad", price: "$12.99", rating: 4.5,
|
||||
reviewCount: "100+", imageSrc: "https://images.unsplash.com/photo-1540189549336-e69e735e2978?auto=format&fit=crop&q=80&w=400&h=400", imageAlt: "Big Fellas Garden Salad"},
|
||||
]}
|
||||
title="Explore Our Full Menu"
|
||||
description="From prime steaks to hearty burgers and fresh salads, our menu offers something delicious for everyone."
|
||||
title="Our Featured Dishes"
|
||||
description="Taste a sample of our most popular items, crafted for exceptional flavor."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -253,7 +252,7 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Menu", href: "#menu"},
|
||||
label: "Our Products", href: "/products"},
|
||||
{
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user