Merge version_1 into main #1
183
src/app/page.tsx
183
src/app/page.tsx
@@ -29,56 +29,25 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Visit Us",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Visit Us", id: "contact" },
|
||||
]}
|
||||
brandName="RBIELS"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="RBIELS: Where Comfort Meets Elegance"
|
||||
description="Experience a curated blend of Filipino and Western comfort food in the heart of Quezon City. Rated 4.8/5 by our community."
|
||||
tag="Congressional Ave, QC"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157778.jpg",
|
||||
imageAlt: "cozy restaurant interior warm lighting",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-showing-menu-touchpad-his-customers-cafe_637285-7832.jpg",
|
||||
imageAlt: "friendly restaurant staff serving",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-wedding-table-arrangement_23-2150279480.jpg",
|
||||
imageAlt: "Top view wedding table arrangement",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157791.jpg",
|
||||
imageAlt: "Top view of dining tables without food",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg",
|
||||
imageAlt: "Cocktail on wooden table in the restaurant",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157778.jpg", imageAlt: "cozy restaurant interior warm lighting" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-showing-menu-touchpad-his-customers-cafe_637285-7832.jpg", imageAlt: "friendly restaurant staff serving" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -104,60 +73,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Classic",
|
||||
name: "Baby Back Ribs",
|
||||
price: "₱395",
|
||||
rating: 5,
|
||||
reviewCount: "84",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-rustic-wood-table-cooked-perfectly-generated-by-ai_188544-39136.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Signature",
|
||||
name: "Fried Chicken",
|
||||
price: "₱250",
|
||||
rating: 5,
|
||||
reviewCount: "62",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189816.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Classic",
|
||||
name: "Pasta Bolognese",
|
||||
price: "₱280",
|
||||
rating: 4,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-ingredients-kitchen-table-spaghetti-olive-oil-t_1220-820.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Filipino",
|
||||
name: "Pork Sisig",
|
||||
price: "₱220",
|
||||
rating: 5,
|
||||
reviewCount: "91",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-from-afar-appetizing-dish-appetizing-dish-green-beans-with-tomatoes-left-side-dark-table_140725-123102.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Healthy",
|
||||
name: "Shrimp Salad",
|
||||
price: "₱260",
|
||||
rating: 4,
|
||||
reviewCount: "38",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-waldorf-salad-wooden-background-top-view_127032-3264.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Refreshing",
|
||||
name: "Blue Lemonade",
|
||||
price: "₱95",
|
||||
rating: 5,
|
||||
reviewCount: "75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-alchocol-cocktail-glass-goblet-served-with-lemon-slice-blue-background_140725-130706.jpg",
|
||||
},
|
||||
{ id: "1", brand: "Classic", name: "Baby Back Ribs", price: "₱395", rating: 5, reviewCount: "84", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-rustic-wood-table-cooked-perfectly-generated-by-ai_188544-39136.jpg" },
|
||||
{ id: "2", brand: "Signature", name: "Fried Chicken", price: "₱250", rating: 5, reviewCount: "62", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189816.jpg" },
|
||||
{ id: "3", brand: "Classic", name: "Pasta Bolognese", price: "₱280", rating: 4, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/healthy-ingredients-kitchen-table-spaghetti-olive-oil-t_1220-820.jpg" }
|
||||
]}
|
||||
title="Chef's Favorites"
|
||||
description="Discover our most requested dishes that define the RBIELS experience."
|
||||
@@ -168,61 +86,22 @@ export default function LandingPage() {
|
||||
<TestimonialCardSixteen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Food Blogger",
|
||||
company: "Local Eats",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-eating-watermelon_23-2151553597.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Food Blogger", company: "Local Eats", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-eating-watermelon_23-2151553597.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
role: "Regular Guest",
|
||||
company: "QC Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-holding-glass_23-2148965394.jpg",
|
||||
},
|
||||
id: "2", name: "Mark D.", role: "Regular Guest", company: "QC Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-holding-glass_23-2148965394.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena R.",
|
||||
role: "Foodie",
|
||||
company: "Student",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-having-orange-juice-restaurant_23-2148172695.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David C.",
|
||||
role: "Business Pro",
|
||||
company: "Local Office",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018784.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Maria K.",
|
||||
role: "Blogger",
|
||||
company: "City Life",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520109.jpg",
|
||||
},
|
||||
id: "3", name: "Elena R.", role: "Foodie", company: "Student", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-having-orange-juice-restaurant_23-2148172695.jpg"}
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.8",
|
||||
label: "Avg Rating",
|
||||
},
|
||||
{
|
||||
value: "100+",
|
||||
label: "Reviews",
|
||||
},
|
||||
{
|
||||
value: "Daily",
|
||||
label: "Freshly Served",
|
||||
},
|
||||
{ value: "4.8", label: "Avg Rating" },
|
||||
{ value: "100+", label: "Reviews" },
|
||||
{ value: "Daily", label: "Freshly Served" }
|
||||
]}
|
||||
title="Loved by the Community"
|
||||
description="Hear what our wonderful guests have to say about their dining experience at RBIELS."
|
||||
@@ -235,23 +114,11 @@ export default function LandingPage() {
|
||||
title="Ready to Visit Us?"
|
||||
description="Located on Congressional Ave, we are open until 10 PM. Drop us a message for reservations or inquiries!"
|
||||
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 }
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Any special occasion or request?",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Any special occasion or request?", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/making-order-cafe_1098-13290.jpg"
|
||||
@@ -269,4 +136,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user