Update src/app/page.tsx
This commit is contained in:
@@ -8,7 +8,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
|
||||
@@ -70,24 +70,22 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "a1", name: "Appetizer: Zucchini Strips", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/hot-dog-with-orange-juice-cucumbers-tomato-wooden-plank_176474-2970.jpg" },
|
||||
{ id: "s1", name: "Garden Salad", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/fresh-salad-with-vegetables_23-2148281143.jpg" },
|
||||
{ id: "sw1", name: "Famous French Dip", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg" },
|
||||
{ id: "b1", name: "Classic Cheeseburger", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-lettuce-tomato-on-wooden-board_23-2148443900.jpg" },
|
||||
{ id: "h1", name: "Italian Hoagie", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/club-sandwiches-with-potatoes-red-sauce_114579-3080.jpg" },
|
||||
{ id: "p1", name: "Large Cheese Pizza", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-with-vegetables-cheese_140725-3755.jpg" },
|
||||
{ id: "c1", name: "Traditional Calzone", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/calzone-with-tomato-sauce-plate_23-2148281143.jpg" },
|
||||
{ id: "d1", name: "Veal Parm Dinner", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/chicken-dish-restaurant-table_7939-3126.jpg" },
|
||||
{ id: "d2", name: "Homemade Lasagna", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-grilled-chicken-leg-vegetables_23-2148167602.jpg" },
|
||||
]}
|
||||
<PricingCardOne
|
||||
title="Our Full Menu"
|
||||
description="201 Saline Street, Pittsburgh, PA 15207 | 412-421-0532"
|
||||
textboxLayout="split"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "apps", badge: "Appetizers", price: "", subtitle: "", features: ["Zucchini Strips - $9.99", "Garden Salad - $7.99"]
|
||||
},
|
||||
{
|
||||
id: "main", badge: "Entrees", price: "", subtitle: "", features: [
|
||||
"Famous French Dip - $14.99", "Classic Cheeseburger - $13.99", "Italian Hoagie - $12.99", "Large Cheese Pizza - $16.99", "Traditional Calzone - $15.99", "Veal Parm Dinner - $19.99", "Homemade Lasagna - $18.99"
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -145,7 +143,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Food Network", "Pittsburgh Magazine", "TripAdvisor", "Yelp", "Local News 4", "City Guide", "Best of Run"]}
|
||||
"Food Network", "Pittsburgh Magazine", "TripAdvisor", "Yelp", "Local News 4", "City Guide", "Best of Run"]}
|
||||
title="Recognized Excellence"
|
||||
description="Proudly serving Pittsburgh for years."
|
||||
/>
|
||||
@@ -192,4 +190,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user