Merge version_1 into main #1
225
src/app/page.tsx
225
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Uncle John's"
|
||||
/>
|
||||
@@ -54,43 +42,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="The Home of Sizzling Comfort Food in Valenzuela"
|
||||
description="Uncle John’s Sizzling House – where every meal is served hot, fresh, and unforgettable."
|
||||
tag="Sizzling & Authentic"
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Call for Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Order Now", href: "#menu" },
|
||||
{ text: "Call for Reservations", href: "#contact" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-spices-dish-brown-plate-green-beans-tomatoes-fork-dark-table_140725-123039.jpg",
|
||||
imageAlt: "Sizzling Steak",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-delicious-duck-breast-fillet-frying-pan_181624-57925.jpg",
|
||||
imageAlt: "Sizzling Sisig",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-steak-with-rosemary-mushrooms-barbecue-tongs-barbecue_176474-3113.jpg",
|
||||
imageAlt: "Grilled steak with rosemary",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-meat-cooked-with-organic-sunflower-oil-frying-pan_482257-40861.jpg",
|
||||
imageAlt: "Beef meat cooking in oil",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/perfectly-grilled-steak-with-rosemary-peppercorns_84443-74888.jpg",
|
||||
imageAlt: "Perfectly grilled steak",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-spices-dish-brown-plate-green-beans-tomatoes-fork-dark-table_140725-123039.jpg", imageAlt: "Sizzling Steak" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-delicious-duck-breast-fillet-frying-pan_181624-57925.jpg", imageAlt: "Sizzling Sisig" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -116,42 +77,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Sizzling Pork Sisig",
|
||||
price: "PHP 185",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spicy-vegan-salad-with-sticky-berry-grain-rice_1339-8203.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Liempo Silog",
|
||||
price: "PHP 160",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-pork-neck-white-plate-wooden-table_1150-21266.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Chicken Sizzling Plate",
|
||||
price: "PHP 175",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-white-plate-with-salad-tomatoes-carrots-chilies-cut-into-pieces_1150-21421.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Beef Steak Sizzling",
|
||||
price: "PHP 210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-slices-with-bell-pepper-spices_140725-2097.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Sizzling Bangus",
|
||||
price: "PHP 195",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-chicken-with-mayo-rice-garnish-tray_141793-4937.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Special Tapa Silog",
|
||||
price: "PHP 150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-ribs-with-barbecue-sauce_1203-2020.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Sizzling Pork Sisig", price: "PHP 185", imageSrc: "http://img.b2bpic.net/free-photo/spicy-vegan-salad-with-sticky-berry-grain-rice_1339-8203.jpg" },
|
||||
{ id: "p2", name: "Liempo Silog", price: "PHP 160", imageSrc: "http://img.b2bpic.net/free-photo/grilled-pork-neck-white-plate-wooden-table_1150-21266.jpg" },
|
||||
{ id: "p3", name: "Chicken Sizzling Plate", price: "PHP 175", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-white-plate-with-salad-tomatoes-carrots-chilies-cut-into-pieces_1150-21421.jpg" },
|
||||
{ id: "p4", name: "Beef Steak Sizzling", price: "PHP 210", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-slices-with-bell-pepper-spices_140725-2097.jpg" },
|
||||
{ id: "p5", name: "Sizzling Bangus", price: "PHP 195", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-chicken-with-mayo-rice-garnish-tray_141793-4937.jpg" },
|
||||
{ id: "p6", name: "Special Tapa Silog", price: "PHP 150", imageSrc: "http://img.b2bpic.net/free-photo/delicious-ribs-with-barbecue-sauce_1203-2020.jpg" },
|
||||
]}
|
||||
title="Signature Sizzling Dishes"
|
||||
description="Indulge in our mouth-watering selection of premium sizzling plates."
|
||||
@@ -165,31 +96,11 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Lightning Fast",
|
||||
description: "Served hot to your table in minutes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spicy-stir-fried-minced-meat-with-basil-fresh-ingredients_1150-28564.jpg",
|
||||
},
|
||||
{
|
||||
title: "Budget Friendly",
|
||||
description: "Value-for-money meals every time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-white-plate-with-salad-tomatoes-carrots-chilies-cut-into-pieces_1150-21425.jpg",
|
||||
},
|
||||
{
|
||||
title: "Hearty Servings",
|
||||
description: "Busog-sarap in every single plate.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glazed-grilled-chicken-thighs-plate_84443-85870.jpg",
|
||||
},
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "Locally sourced produce for best flavor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-vegetable-meal-gourmet-vintage_1203-3925.jpg",
|
||||
},
|
||||
{
|
||||
title: "Cozy Ambience",
|
||||
description: "Relaxed vibe for friends and family.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-portrait-retro-man-doing-housework-household-chores_23-2151448475.jpg",
|
||||
},
|
||||
{ title: "Lightning Fast", description: "Served hot to your table in minutes.", imageSrc: "http://img.b2bpic.net/free-photo/spicy-stir-fried-minced-meat-with-basil-fresh-ingredients_1150-28564.jpg" },
|
||||
{ title: "Budget Friendly", description: "Value-for-money meals every time.", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-white-plate-with-salad-tomatoes-carrots-chilies-cut-into-pieces_1150-21425.jpg" },
|
||||
{ title: "Hearty Servings", description: "Busog-sarap in every single plate.", imageSrc: "http://img.b2bpic.net/free-photo/glazed-grilled-chicken-thighs-plate_84443-85870.jpg" },
|
||||
{ title: "Fresh Ingredients", description: "Locally sourced produce for best flavor.", imageSrc: "http://img.b2bpic.net/free-photo/hot-vegetable-meal-gourmet-vintage_1203-3925.jpg" },
|
||||
{ title: "Cozy Ambience", description: "Relaxed vibe for friends and family.", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-portrait-retro-man-doing-housework-household-chores_23-2151448475.jpg" },
|
||||
]}
|
||||
title="Why Uncle John's?"
|
||||
description="The perfect spot for your next barkada craving or family dinner."
|
||||
@@ -200,31 +111,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-indigenous-person-integrated-into-modern-life_23-2151102451.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael C.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208283.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312225.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-grilled-spiral-sausages-pan-with-fork-butter-knife_23-2148206934.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jo M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-cooking_23-2148471936.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-indigenous-person-integrated-into-modern-life_23-2151102451.jpg" },
|
||||
{ id: "2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208283.jpg" },
|
||||
{ id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312225.jpg" },
|
||||
{ id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-grilled-spiral-sausages-pan-with-fork-butter-knife_23-2148206934.jpg" },
|
||||
{ id: "5", name: "Jo M.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-cooking_23-2148471936.jpg" },
|
||||
]}
|
||||
cardTitle="What People Say"
|
||||
cardTag="4.6/5 Average"
|
||||
@@ -239,33 +130,15 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "100+",
|
||||
description: "Happy Daily Customers",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "5 PM",
|
||||
description: "Opening Time Daily",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "15",
|
||||
description: "Signature Dishes",
|
||||
},
|
||||
{ id: "1", value: "100+", description: "Happy Daily Customers" },
|
||||
{ id: "2", value: "5 PM", description: "Opening Time Daily" },
|
||||
{ id: "3", value: "15", description: "Signature Dishes" },
|
||||
]}
|
||||
title="Ready for a Feast?"
|
||||
description="Don't wait for your next craving. Call us or visit us today!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+63999999999",
|
||||
},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#",
|
||||
},
|
||||
{ text: "Call Now", href: "tel:+63999999999" },
|
||||
{ text: "Visit Us", href: "#" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -276,18 +149,8 @@ export default function LandingPage() {
|
||||
title="Find Us & Reach Out"
|
||||
description="Located in the heart of Valenzuela. Opens at 5 PM daily."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Your Phone Number", required: true },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/map-marked-with-pins-by-tourist_23-2148232411.jpg"
|
||||
imageAlt="Map view"
|
||||
@@ -298,30 +161,14 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Navigation", items: [
|
||||
{ label: "Menu", href: "#menu" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Legal", items: [{ label: "Privacy Policy", href: "#" }],
|
||||
},
|
||||
]}
|
||||
logoText="Uncle John's"
|
||||
|
||||
Reference in New Issue
Block a user