Merge version_1 into main #2
278
src/app/page.tsx
278
src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Fire & Ice"
|
||||
/>
|
||||
@@ -59,12 +44,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Moalboal's Best Burger & Sizzlers"
|
||||
description="Experience hearty, hand-crafted comfort food that makes every meal a local favorite."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/small-beef-burgers-without-cheese-wooden-board_114579-2449.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/small-beef-burgers-without-cheese-wooden-board_114579-2449.jpg"
|
||||
imageAlt="delicious grilled burger appetizing restaurant table"
|
||||
/>
|
||||
</div>
|
||||
@@ -77,7 +60,7 @@ export default function LandingPage() {
|
||||
description="We believe in honest, delicious cooking. From our signature burgers to authentic sizzling favorites, every dish is crafted with love and served with a smile."
|
||||
subdescription="Come for the burger, stay for the chill vibe."
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-scanning-qr-restaurant_23-2149357913.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-scanning-qr-restaurant_23-2149357913.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -89,42 +72,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Signature Hero Burger",
|
||||
price: "₱250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sac-qovurmasi-traditional-food-with-mixed-ingredients-bamboo-board_114579-1881.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Shawarma Fries",
|
||||
price: "₱150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-doner-plate-served-with-french-fries_141793-2223.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Sizzling Sisig",
|
||||
price: "₱180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-basil-liver-with-fried-egg-white-plate_1150-22425.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Double Cheese Burger",
|
||||
price: "₱320",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-vegan-burger_23-2149039331.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Bacon Pineapple Burger",
|
||||
price: "₱280",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-egg-pasta-flour-grey-space_140725-76016.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Classic Sizzler Plate",
|
||||
price: "₱350",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-slices-sauce-with-vegetables_140725-1168.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Signature Hero Burger", price: "₱250", imageSrc: "http://img.b2bpic.net/free-photo/sac-qovurmasi-traditional-food-with-mixed-ingredients-bamboo-board_114579-1881.jpg" },
|
||||
{ id: "p2", name: "Shawarma Fries", price: "₱150", imageSrc: "http://img.b2bpic.net/free-photo/chicken-doner-plate-served-with-french-fries_141793-2223.jpg" },
|
||||
{ id: "p3", name: "Sizzling Sisig", price: "₱180", imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-basil-liver-with-fried-egg-white-plate_1150-22425.jpg" },
|
||||
{ id: "p4", name: "Double Cheese Burger", price: "₱320", imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-vegan-burger_23-2149039331.jpg" },
|
||||
{ id: "p5", name: "Bacon Pineapple Burger", price: "₱280", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-egg-pasta-flour-grey-space_140725-76016.jpg" },
|
||||
{ id: "p6", name: "Classic Sizzler Plate", price: "₱350", imageSrc: "http://img.b2bpic.net/free-photo/meat-slices-sauce-with-vegetables_140725-1168.jpg" },
|
||||
]}
|
||||
title="Local Favorites"
|
||||
description="Freshly prepared every day with quality ingredients."
|
||||
@@ -136,61 +89,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
date: "Oct 2024",
|
||||
title: "Incredible burgers!",
|
||||
quote: "Hands down the best burger in Moalboal. Worth the travel.",
|
||||
tag: "Traveler",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-bartender-with-arms-crossed-leaning-bar-counter_107420-65491.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-beef-burgers-without-cheese-wooden-board_114579-2449.jpg?_wi=2",
|
||||
imageAlt: "happy diner portrait smiling restaurant patron",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark L.",
|
||||
date: "Sept 2024",
|
||||
title: "Hidden gem",
|
||||
quote: "Friendly staff and amazing sisig. A must-visit place.",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-dressed-denim-shirt-wearing-stylish-glasses_273609-6822.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-scanning-qr-restaurant_23-2149357913.jpg?_wi=2",
|
||||
imageAlt: "happy diner portrait smiling restaurant patron",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily C.",
|
||||
date: "Aug 2024",
|
||||
title: "Great value",
|
||||
quote: "Better quality than the beach prices. Highly recommend.",
|
||||
tag: "Traveler",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25269.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sac-qovurmasi-traditional-food-with-mixed-ingredients-bamboo-board_114579-1881.jpg?_wi=2",
|
||||
imageAlt: "happy diner portrait smiling restaurant patron",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
date: "Aug 2024",
|
||||
title: "So delicious",
|
||||
quote: "Loved the shawarma fries. Everything was perfect.",
|
||||
tag: "Tourist",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-outdoor-shot-happy-emotive-young-dark-skinned-male-with-afro-hairstyle-wearing-headphones-neck-denim-coat-holding-sandwich-looking-aside-while-being-city-festival_176420-19850.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-doner-plate-served-with-french-fries_141793-2223.jpg?_wi=2",
|
||||
imageAlt: "happy diner portrait smiling restaurant patron",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Ana R.",
|
||||
date: "July 2024",
|
||||
title: "Perfect vibe",
|
||||
quote: "Chill, authentic, and truly tasty food. Will come back.",
|
||||
tag: "Local",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/person-eating-fresh-cheese_52683-110414.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-basil-liver-with-fried-egg-white-plate_1150-22425.jpg?_wi=2",
|
||||
imageAlt: "happy diner portrait smiling restaurant patron",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", date: "Oct 2024", title: "Incredible burgers!", quote: "Hands down the best burger in Moalboal. Worth the travel.", tag: "Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-bartender-with-arms-crossed-leaning-bar-counter_107420-65491.jpg", imageSrc: "http://img.b2bpic.net/free-photo/small-beef-burgers-without-cheese-wooden-board_114579-2449.jpg", imageAlt: "happy diner portrait smiling restaurant patron" },
|
||||
{ id: "2", name: "Mark L.", date: "Sept 2024", title: "Hidden gem", quote: "Friendly staff and amazing sisig. A must-visit place.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-dressed-denim-shirt-wearing-stylish-glasses_273609-6822.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-scanning-qr-restaurant_23-2149357913.jpg", imageAlt: "happy diner portrait smiling restaurant patron" },
|
||||
{ id: "3", name: "Emily C.", date: "Aug 2024", title: "Great value", quote: "Better quality than the beach prices. Highly recommend.", tag: "Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25269.jpg", imageSrc: "http://img.b2bpic.net/free-photo/sac-qovurmasi-traditional-food-with-mixed-ingredients-bamboo-board_114579-1881.jpg", imageAlt: "happy diner portrait smiling restaurant patron" },
|
||||
{ id: "4", name: "David K.", date: "Aug 2024", title: "So delicious", quote: "Loved the shawarma fries. Everything was perfect.", tag: "Tourist", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-outdoor-shot-happy-emotive-young-dark-skinned-male-with-afro-hairstyle-wearing-headphones-neck-denim-coat-holding-sandwich-looking-aside-while-being-city-festival_176420-19850.jpg", imageSrc: "http://img.b2bpic.net/free-photo/chicken-doner-plate-served-with-french-fries_141793-2223.jpg", imageAlt: "happy diner portrait smiling restaurant patron" },
|
||||
{ id: "5", name: "Ana R.", date: "July 2024", title: "Perfect vibe", quote: "Chill, authentic, and truly tasty food. Will come back.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/person-eating-fresh-cheese_52683-110414.jpg", imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-basil-liver-with-fried-egg-white-plate_1150-22425.jpg", imageAlt: "happy diner portrait smiling restaurant patron" },
|
||||
]}
|
||||
title="Loved by Locals & Travelers"
|
||||
description="What our guests say about their Fire & Ice experience."
|
||||
@@ -204,65 +107,26 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "We source the best local produce for every burger.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-sauced-eggplants-inside-black-plate-dark-background_179666-17176.jpg",
|
||||
title: "Fresh Ingredients", description: "We source the best local produce for every burger.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-sauced-eggplants-inside-black-plate-dark-background_179666-17176.jpg"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Locally Sourced",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Daily Freshness",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-beef-burgers-without-cheese-wooden-board_114579-2449.jpg?_wi=3",
|
||||
imageAlt: "gourmet cheeseburger with pineapple topping",
|
||||
items: [{ icon: CheckCircle, text: "Locally Sourced" }, { icon: CheckCircle, text: "Daily Freshness" }],
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Honest Value",
|
||||
description: "Delicious, hearty food that won't break the bank.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-steak-plate-with-onions-ketchup-glass-red-wine_140725-9059.jpg",
|
||||
title: "Honest Value", description: "Delicious, hearty food that won't break the bank.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-steak-plate-with-onions-ketchup-glass-red-wine_140725-9059.jpg"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Affordable Pricing",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Generous Portions",
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-scanning-qr-restaurant_23-2149357913.jpg?_wi=3",
|
||||
imageAlt: "gourmet cheeseburger with pineapple topping",
|
||||
items: [{ icon: CheckCircle, text: "Affordable Pricing" }, { icon: CheckCircle, text: "Generous Portions" }],
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Friendly Service",
|
||||
description: "Welcoming staff ready to make your day better.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-cutlets-with-roasted-vegetables_114579-37017.jpg",
|
||||
title: "Friendly Service", description: "Welcoming staff ready to make your day better.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-cutlets-with-roasted-vegetables_114579-37017.jpg"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Fast Pickup",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Table Service",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sac-qovurmasi-traditional-food-with-mixed-ingredients-bamboo-board_114579-1881.jpg?_wi=3",
|
||||
imageAlt: "gourmet cheeseburger with pineapple topping",
|
||||
},
|
||||
items: [{ icon: CheckCircle, text: "Fast Pickup" }, { icon: CheckCircle, text: "Table Service" }],
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="Why Choose Us?"
|
||||
description="Experience consistent quality in every single meal."
|
||||
@@ -275,35 +139,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
price: "₱150",
|
||||
name: "Solo Treat",
|
||||
buttons: [
|
||||
{
|
||||
text: "Order Now",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Any Burger",
|
||||
"Drink included",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
price: "₱450",
|
||||
name: "Group Feast",
|
||||
buttons: [
|
||||
{
|
||||
text: "Order Now",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Two Burgers",
|
||||
"Shawarma Fries",
|
||||
"Sizzler",
|
||||
],
|
||||
},
|
||||
{ id: "basic", price: "₱150", name: "Solo Treat", buttons: [{ text: "Order Now" }], features: ["Any Burger", "Drink included"] },
|
||||
{ id: "pro", price: "₱450", name: "Group Feast", buttons: [{ text: "Order Now" }], features: ["Two Burgers", "Shawarma Fries", "Sizzler"] },
|
||||
]}
|
||||
title="Value Deals"
|
||||
description="Great packages for solo diners or groups."
|
||||
@@ -316,24 +153,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Star,
|
||||
title: "Rating",
|
||||
value: "4.8",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
icon: Flame,
|
||||
title: "Reviews",
|
||||
value: "70+",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
icon: Utensils,
|
||||
title: "Meals Served",
|
||||
value: "1000+",
|
||||
},
|
||||
{ id: "1", icon: Star, title: "Rating", value: "4.8" },
|
||||
{ id: "2", icon: Flame, title: "Reviews", value: "70+" },
|
||||
{ id: "3", icon: Utensils, title: "Meals Served", value: "1000+" },
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Growing one happy guest at a time."
|
||||
@@ -346,18 +168,8 @@ export default function LandingPage() {
|
||||
title="Get in Touch"
|
||||
description="Find us in Poblacion West, Moalboal. We're open from 11:30 AM daily."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-table-with-cutlery-plates_23-2149293587.jpg"
|
||||
/>
|
||||
@@ -368,16 +180,8 @@ export default function LandingPage() {
|
||||
logoText="Fire & Ice"
|
||||
copyrightText="© 2025 Fire & Ice | Moalboal"
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user