Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 958ac8564d | |||
| a2a3d08419 | |||
| 6b4e2c7464 | |||
| 704f5a38ee | |||
| 81e41535d9 | |||
| 5351916d2c | |||
| a681447b33 | |||
| c562a45684 |
107
src/app/page.tsx
107
src/app/page.tsx
@@ -30,14 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Offers", id: "features"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Offers", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Raysab Place"
|
||||
/>
|
||||
@@ -45,15 +41,11 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Hotel Raysab Place"
|
||||
description="Experience the authentic essence of Indian multi-cuisine. From traditional North Indian delights to savory street food, delivered with 3D-inspired passion."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/indian-delicious-roti-with-copy-space_23-2149073332.jpg?_wi=1"
|
||||
description="Experience the authentic essence of Indian multi-cuisine. We now feature a stunning 3D rotating Thali display to showcase our tradition!"
|
||||
buttons={[{ text: "Order Now", href: "#menu" }]}
|
||||
imageSrc="https://img.freepik.com/free-photo/thali-set-traditional-indian-food-gray-background_23-2148747715.jpg?t=st=1716380000~exp=1716383600~hmac=e20986161401f868297d264f3316e1050a4176d65f57a0740956272545802213"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -62,12 +54,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Street Flavors", description: "Authentic street food recipes recreated.", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-with-coffee-patties_2829-17907.jpg", imageAlt: "Street Food"},
|
||||
{
|
||||
title: "Sweets Paradise", description: "Traditional desserts that melt away.", imageSrc: "http://img.b2bpic.net/free-photo/small-colorful-chocolate-bowl-marble-table_114579-72541.jpg", imageAlt: "Sweets"},
|
||||
{
|
||||
title: "Signature Chai", description: "Hand-brewed spices for your soul.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-cappuccino_1098-16954.jpg", imageAlt: "Tea"},
|
||||
{ title: "Street Flavors", description: "Authentic street food recipes recreated.", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-with-coffee-patties_2829-17907.jpg", imageAlt: "Street Food" },
|
||||
{ title: "Sweets Paradise", description: "Traditional desserts that melt away.", imageSrc: "http://img.b2bpic.net/free-photo/small-colorful-chocolate-bowl-marble-table_114579-72541.jpg", imageAlt: "Sweets" },
|
||||
{ title: "Signature Chai", description: "Hand-brewed spices for your soul.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-cappuccino_1098-16954.jpg", imageAlt: "Tea" },
|
||||
]}
|
||||
title="Our Specialties"
|
||||
description="Discover flavors crafted to perfection."
|
||||
@@ -81,21 +70,15 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Paneer Butter Masala", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-indian-food-frame_23-2148747715.jpg"},
|
||||
{
|
||||
id: "p2", name: "Masala Dosa", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086040.jpg?_wi=1"},
|
||||
{
|
||||
id: "p3", name: "Chicken Biryani", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-indian-rice-dish_23-2148747676.jpg?_wi=1"},
|
||||
{
|
||||
id: "p4", name: "Garden Salad", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-sliced-chopped-foods-marinated-olives_114579-19589.jpg"},
|
||||
{
|
||||
id: "p5", name: "Garlic Naan", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pastry-tray_23-2149358092.jpg"},
|
||||
{
|
||||
id: "p6", name: "Mango Lassi", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-dovga-salted-peppered-fresh-like-drink-with-greens-grey-background-soup-liquid_140725-15929.jpg"},
|
||||
{ id: "p1", name: "North Indian: Butter Paneer", price: "₹499", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-indian-food-frame_23-2148747715.jpg" },
|
||||
{ id: "p2", name: "South Indian: Masala Dosa", price: "₹249", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086040.jpg?_wi=1" },
|
||||
{ id: "p3", name: "Street Food: Spicy Chaat", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-indian-rice-dish_23-2148747676.jpg?_wi=1" },
|
||||
{ id: "p4", name: "Sweets: Gulab Jamun", price: "₹199", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-sliced-chopped-foods-marinated-olives_114579-19589.jpg" },
|
||||
{ id: "p5", name: "Beverage: Masala Chai", price: "₹99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pastry-tray_23-2149358092.jpg" },
|
||||
{ id: "p6", name: "Beverage: Mango Lassi", price: "₹149", imageSrc: "http://img.b2bpic.net/free-photo/front-view-dovga-salted-peppered-fresh-like-drink-with-greens-grey-background-soup-liquid_140725-15929.jpg" },
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="Handpicked favorites from our kitchens."
|
||||
description="Traditional flavors, local prices."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -105,15 +88,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "500+", title: "Daily Orders", description: "Delivering excellence with fresh ingredients daily.", imageSrc: "http://img.b2bpic.net/free-photo/indian-delicious-roti-with-copy-space_23-2149073332.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "m2", value: "12", title: "Cuisine Types", description: "Diverse regional menus with authentic recipes.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086040.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "m3", value: "4.8", title: "Rating", description: "Loved by thousands, rated globally.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-indian-rice-dish_23-2148747676.jpg?_wi=2"
|
||||
},
|
||||
{ id: "m1", value: "500+", title: "Daily Orders", description: "Delivering excellence with fresh ingredients daily.", imageSrc: "http://img.b2bpic.net/free-photo/indian-delicious-roti-with-copy-space_23-2149073332.jpg?_wi=2" },
|
||||
{ id: "m2", value: "12", title: "Cuisine Types", description: "Diverse regional menus with authentic recipes.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086040.jpg?_wi=2" },
|
||||
{ id: "m3", value: "4.8", title: "Rating", description: "Loved by thousands, rated globally.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-indian-rice-dish_23-2148747676.jpg?_wi=2" },
|
||||
]}
|
||||
title="Serving Joy Daily"
|
||||
description="Our numbers tell a delicious story."
|
||||
@@ -125,10 +102,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Ananya P.", date: "2024-05-15", title: "Amazing food", quote: "The best Paneer I've had in years!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/human-happy-woman-clanging-glasses-wine-table-cafe_23-2148016789.jpg"},
|
||||
{
|
||||
id: "2", name: "Vikram S.", date: "2024-06-02", title: "Great experience", quote: "Authentic and quick. The menu is great.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018818.jpg"}
|
||||
{ id: "1", name: "Ananya P.", date: "2024-05-15", title: "Amazing food", quote: "The best Paneer I've had in years!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/human-happy-woman-clanging-glasses-wine-table-cafe_23-2148016789.jpg" },
|
||||
{ id: "2", name: "Vikram S.", date: "2024-06-02", title: "Great experience", quote: "Authentic and quick. The menu is great.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018818.jpg" }
|
||||
]}
|
||||
title="What Guests Say"
|
||||
description="Real experiences from our community."
|
||||
@@ -142,12 +117,9 @@ export default function LandingPage() {
|
||||
mediaAnimation="blur-reveal"
|
||||
faqsAnimation="blur-reveal"
|
||||
faqs={[
|
||||
{
|
||||
id: "q1", title: "Do you deliver?", content: "Yes, we offer doorstep delivery via our app."},
|
||||
{
|
||||
id: "q2", title: "Are you open on Sundays?", content: "We operate 7 days a week from 11 AM to 11 PM."},
|
||||
{
|
||||
id: "q3", title: "Do you accept digital payments?", content: "Absolutely, we support UPI, Cards, and COD."},
|
||||
{ id: "q1", title: "Do you deliver?", content: "Yes, we offer doorstep delivery via our app." },
|
||||
{ id: "q2", title: "Are you open on Sundays?", content: "We operate 7 days a week from 11 AM to 11 PM." },
|
||||
{ id: "q3", title: "Do you accept digital payments?", content: "Absolutely, we support UPI, Cards, and COD." },
|
||||
]}
|
||||
title="Frequently Asked"
|
||||
description="Everything you need to know."
|
||||
@@ -160,13 +132,10 @@ export default function LandingPage() {
|
||||
title="Get in Touch"
|
||||
description="Reserve a table or ask questions."
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name"},
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Email"},
|
||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||
{ name: "email", type: "email", placeholder: "Email" },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Your request..."}}
|
||||
textarea={{ name: "message", placeholder: "Your request..." }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/unfocused-background-with-wooden-furniture_1203-1690.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -175,22 +144,8 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Raysab Place"
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "#hero"},
|
||||
{
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Help Center", href: "#"},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#hero" }, { label: "Careers", href: "#" }] },
|
||||
{ title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "Help Center", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fcf6ec;
|
||||
--card: #f3ede2;
|
||||
--foreground: #2e2521;
|
||||
--primary-cta: #E34400;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #106EFB;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f3ede2;
|
||||
--secondary-cta-text: #2e2521;
|
||||
--accent: #FF7B05;
|
||||
--background-accent: #b2a28b;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #106EFB;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user