Merge version_1 into main #3
@@ -4,7 +4,6 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne/ProductCardOne';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
@@ -87,36 +86,6 @@ export default function LandingPage() {
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
title="Our Signature Burgers"
|
||||
description="Explore our mouth-watering menu, from timeless classics to bold new creations, all crafted with passion."
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "classic-cheeseburger", name: "The Classic Cheeseburger", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/bacon-burger_1339-1385.jpg", imageAlt: "Classic cheeseburger with fries"
|
||||
},
|
||||
{
|
||||
id: "spicy-jalapeno", name: "Spicy Jalapeño Burger", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/sesame-pour-beef-burger_141793-17589.jpg", imageAlt: "Spicy jalapeno burger"
|
||||
},
|
||||
{
|
||||
id: "bacon-bbq", name: "Bacon BBQ Delight", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-wooden-board-tomato-onion-beans-walnuts-side-view_141793-2390.jpg", imageAlt: "Bacon BBQ burger"
|
||||
},
|
||||
{
|
||||
id: "veggie-delight", name: "Veggie Delight Burger", price: "$11.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-homemade-burgers-dark_114579-7620.jpg", imageAlt: "Veggie burger"
|
||||
},
|
||||
{
|
||||
id: "mushroom-swiss", name: "Mushroom Swiss Melt", price: "$13.49", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-burgers-with-pickles-cutting-board_23-2148784497.jpg", imageAlt: "Mushroom Swiss burger"
|
||||
},
|
||||
{
|
||||
id: "kids-mini", name: "Kids Mini Burger Combo", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/mini-burgers-wooden-board_140725-9894.jpg", imageAlt: "Mini burger for kids"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
title="What Our Customers Say"
|
||||
|
||||
Reference in New Issue
Block a user