Merge version_1 into main #2
275
src/app/page.tsx
275
src/app/page.tsx
@@ -32,23 +32,16 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
name: "Our Story", id: "about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Pork & Go"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -58,63 +51,33 @@ export default function LandingPage() {
|
||||
description="Indulge in premium, sustainably sourced pork dishes crafted with culinary passion in a modern setting."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Julian V.",
|
||||
handle: "@julian_v",
|
||||
testimonial: "The best pork belly I've ever had in my life. Pure perfection.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-having-laugh_23-2148395406.jpg",
|
||||
},
|
||||
name: "Julian V.", handle: "@julian_v", testimonial: "The best pork belly I've ever had in my life. Pure perfection.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-having-laugh_23-2148395406.jpg"},
|
||||
{
|
||||
name: "Maria S.",
|
||||
handle: "@maria_s",
|
||||
testimonial: "An incredible fine-dining experience. The ambiance is unmatched.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
},
|
||||
name: "Maria S.", handle: "@maria_s", testimonial: "An incredible fine-dining experience. The ambiance is unmatched.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg"},
|
||||
{
|
||||
name: "David L.",
|
||||
handle: "@david_l",
|
||||
testimonial: "Sustainable, delicious, and perfectly plated. A must-visit.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-african-caucasian-lesbians-enjoying-nice-time-together-lunch-cozy-cafe_273609-9091.jpg",
|
||||
},
|
||||
name: "David L.", handle: "@david_l", testimonial: "Sustainable, delicious, and perfectly plated. A must-visit.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-african-caucasian-lesbians-enjoying-nice-time-together-lunch-cozy-cafe_273609-9091.jpg"},
|
||||
{
|
||||
name: "Elena R.",
|
||||
handle: "@elena_r",
|
||||
testimonial: "The flavor profiles here are truly sophisticated. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg",
|
||||
},
|
||||
name: "Elena R.", handle: "@elena_r", testimonial: "The flavor profiles here are truly sophisticated. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg"},
|
||||
{
|
||||
name: "Mark T.",
|
||||
handle: "@mark_t",
|
||||
testimonial: "A culinary journey that I will be repeating very soon. Exceptional service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-chain-necklace_23-2149409803.jpg",
|
||||
},
|
||||
name: "Mark T.", handle: "@mark_t", testimonial: "A culinary journey that I will be repeating very soon. Exceptional service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-chain-necklace_23-2149409803.jpg"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dark-plate-bowl-with-poppy-seeds-black-background_23-2148340361.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dark-plate-bowl-with-poppy-seeds-black-background_23-2148340361.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-sommelier_1098-14998.jpg",
|
||||
alt: "Diner 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-sommelier_1098-14998.jpg", alt: "Diner 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-luxury-restaurant_23-2150598336.jpg",
|
||||
alt: "Diner 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-luxury-restaurant_23-2150598336.jpg", alt: "Diner 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-female-with-broad-pleasant-smile-rests-sidewalk-cafe-alone-enjoys-good-rest-summer-vacation_273609-3491.jpg",
|
||||
alt: "Diner 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-female-with-broad-pleasant-smile-rests-sidewalk-cafe-alone-enjoys-good-rest-summer-vacation_273609-3491.jpg", alt: "Diner 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-happy-woman-her-boyfriend-reading-text-message-mobile-phone-while-sitting-dining-table_637285-10328.jpg",
|
||||
alt: "Diner 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-happy-woman-her-boyfriend-reading-text-message-mobile-phone-while-sitting-dining-table_637285-10328.jpg", alt: "Diner 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg",
|
||||
alt: "Diner 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg", alt: "Diner 5"},
|
||||
]}
|
||||
avatarText="Join 15k+ happy diners"
|
||||
/>
|
||||
@@ -126,9 +89,7 @@ export default function LandingPage() {
|
||||
title="Crafting Flavors That Define Excellence"
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve Table", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -140,32 +101,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Farm to Table",
|
||||
descriptions: [
|
||||
"Sourced from local sustainable farms for maximum freshness.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/culinary-expert-commercial-kitchen-prepares-dish-with-fresh-basil-parsley_482257-124314.jpg",
|
||||
imageAlt: "restaurant kitchen professional chef",
|
||||
},
|
||||
id: "f1", title: "Farm to Table", descriptions: [
|
||||
"Sourced from local sustainable farms for maximum freshness."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/culinary-expert-commercial-kitchen-prepares-dish-with-fresh-basil-parsley_482257-124314.jpg", imageAlt: "restaurant kitchen professional chef"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Chef-Inspired",
|
||||
descriptions: [
|
||||
"Crafted by award-winning chefs using premium seasonings.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-bowl-with-poppy-seeds-black-background_23-2148340361.jpg?_wi=2",
|
||||
imageAlt: "restaurant kitchen professional chef",
|
||||
},
|
||||
id: "f2", title: "Chef-Inspired", descriptions: [
|
||||
"Crafted by award-winning chefs using premium seasonings."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-bowl-with-poppy-seeds-black-background_23-2148340361.jpg", imageAlt: "restaurant kitchen professional chef"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Modern Ambiance",
|
||||
descriptions: [
|
||||
"Elegant and intimate environment for your special occasion.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-steak-with-berries-cherry-tomatoes-dark-plate_84443-82593.jpg?_wi=1",
|
||||
imageAlt: "restaurant kitchen professional chef",
|
||||
},
|
||||
id: "f3", title: "Modern Ambiance", descriptions: [
|
||||
"Elegant and intimate environment for your special occasion."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-steak-with-berries-cherry-tomatoes-dark-plate_84443-82593.jpg", imageAlt: "restaurant kitchen professional chef"},
|
||||
]}
|
||||
title="Why Pork & Go?"
|
||||
description="We blend traditional techniques with modern culinary arts."
|
||||
@@ -180,47 +126,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Signature Pork Belly",
|
||||
price: "$38",
|
||||
variant: "Gourmet",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-steak-with-berries-cherry-tomatoes-dark-plate_84443-82593.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", name: "Signature Pork Belly", price: "$38", variant: "Gourmet", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-steak-with-berries-cherry-tomatoes-dark-plate_84443-82593.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Smoked Pork Ribs",
|
||||
price: "$42",
|
||||
variant: "BBQ",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-pomegranate-glass-wine_140725-3638.jpg",
|
||||
},
|
||||
id: "p2", name: "Smoked Pork Ribs", price: "$42", variant: "BBQ", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-pomegranate-glass-wine_140725-3638.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Herb-Crusted Loin",
|
||||
price: "$45",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-rack-cream-butter-sauce-served-with-rice-garnish-green-salad_114579-965.jpg",
|
||||
},
|
||||
id: "p3", name: "Herb-Crusted Loin", price: "$45", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/beef-rack-cream-butter-sauce-served-with-rice-garnish-green-salad_114579-965.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Pork Belly Sliders",
|
||||
price: "$28",
|
||||
variant: "Appetizer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slices-meat-served-with-lettuce-sesame-seeds-sauce_141793-955.jpg",
|
||||
},
|
||||
id: "p4", name: "Pork Belly Sliders", price: "$28", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/slices-meat-served-with-lettuce-sesame-seeds-sauce_141793-955.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Crispy Roast Cutlet",
|
||||
price: "$34",
|
||||
variant: "Traditional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-lamb-ribs-with-copy-space_23-2148516957.jpg",
|
||||
},
|
||||
id: "p5", name: "Crispy Roast Cutlet", price: "$34", variant: "Traditional", imageSrc: "http://img.b2bpic.net/free-photo/grilled-lamb-ribs-with-copy-space_23-2148516957.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Chef's Tasting Board",
|
||||
price: "$85",
|
||||
variant: "Full",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-california-sushi-rolls-with-red-caviar_114579-2128.jpg",
|
||||
},
|
||||
id: "p6", name: "Chef's Tasting Board", price: "$85", variant: "Full", imageSrc: "http://img.b2bpic.net/free-photo/hot-california-sushi-rolls-with-red-caviar_114579-2128.jpg"},
|
||||
]}
|
||||
title="Signature Delicacies"
|
||||
description="Discover our most celebrated pork creations."
|
||||
@@ -234,59 +150,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Food Critic",
|
||||
company: "Fine Dining Daily",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-enjoying-drinks_23-2147859549.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Food Critic", company: "Fine Dining Daily", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-enjoying-drinks_23-2147859549.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael R.",
|
||||
role: "Enthusiast",
|
||||
company: "Local Gourmet",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166180.jpg",
|
||||
},
|
||||
id: "2", name: "Michael R.", role: "Enthusiast", company: "Local Gourmet", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166180.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elise T.",
|
||||
role: "Designer",
|
||||
company: "Creative Co.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-friends-enjoying-restaurant_23-2147861914.jpg",
|
||||
},
|
||||
id: "3", name: "Elise T.", role: "Designer", company: "Creative Co.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-friends-enjoying-restaurant_23-2147861914.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jason W.",
|
||||
role: "Business Owner",
|
||||
company: "Global Trade",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-gathering-with-gay-partners_23-2151077662.jpg",
|
||||
},
|
||||
id: "4", name: "Jason W.", role: "Business Owner", company: "Global Trade", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-gathering-with-gay-partners_23-2151077662.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Nancy B.",
|
||||
role: "Editor",
|
||||
company: "Style Magazine",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/human-happy-woman-clanging-glasses-wine-table-cafe_23-2148016789.jpg",
|
||||
},
|
||||
id: "5", name: "Nancy B.", role: "Editor", company: "Style Magazine", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/human-happy-woman-clanging-glasses-wine-table-cafe_23-2148016789.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9",
|
||||
label: "Avg Rating",
|
||||
},
|
||||
value: "4.9", label: "Avg Rating"},
|
||||
{
|
||||
value: "15k+",
|
||||
label: "Satisfied Guests",
|
||||
},
|
||||
value: "15k+", label: "Satisfied Guests"},
|
||||
{
|
||||
value: "5",
|
||||
label: "Years Excellence",
|
||||
},
|
||||
value: "5", label: "Years Excellence"},
|
||||
]}
|
||||
title="Guest Voices"
|
||||
description="What our guests are saying about their dining experience."
|
||||
@@ -301,20 +186,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "50+",
|
||||
description: "Farm Partners",
|
||||
},
|
||||
id: "m1", value: "50+", description: "Farm Partners"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "12",
|
||||
description: "Global Awards",
|
||||
},
|
||||
id: "m2", value: "12", description: "Global Awards"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
description: "Dedicated Prep",
|
||||
},
|
||||
id: "m3", value: "24/7", description: "Dedicated Prep"},
|
||||
]}
|
||||
title="Our Culinary Impact"
|
||||
description="Committed to quality in every dish we serve."
|
||||
@@ -326,20 +202,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you accept reservations?",
|
||||
content: "Yes, we recommend booking in advance via our website or calling us directly.",
|
||||
},
|
||||
id: "q1", title: "Do you accept reservations?", content: "Yes, we recommend booking in advance via our website or calling us directly."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are there vegetarian options?",
|
||||
content: "While pork is our specialty, we offer curated seasonal vegetarian dishes.",
|
||||
},
|
||||
id: "q2", title: "Are there vegetarian options?", content: "While pork is our specialty, we offer curated seasonal vegetarian dishes."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer private dining?",
|
||||
content: "Absolutely. Our private lounge is perfect for events and business gatherings.",
|
||||
},
|
||||
id: "q3", title: "Do you offer private dining?", content: "Absolutely. Our private lounge is perfect for events and business gatherings."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -349,17 +216,13 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Ready to Eat?"
|
||||
title="Reserve Your Table"
|
||||
description="Join us for an unforgettable dining experience at Pork & Go."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Book Now", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -368,29 +231,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Pork & Go",
|
||||
items: [
|
||||
title: "Pork & Go", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Menu", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user