Update src/app/page.tsx
This commit is contained in:
118
src/app/page.tsx
118
src/app/page.tsx
@@ -51,13 +51,9 @@ export default function HomePage() {
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-table-setting-wedding-reception-with-sea-view-through-windows_637285-997.jpg",
|
||||
imageAlt: "Elegant restaurant dining ambiance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-table-setting-wedding-reception-with-sea-view-through-windows_637285-997.jpg", imageAlt: "Elegant restaurant dining ambiance"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-milk-beans_114579-16692.jpg",
|
||||
imageAlt: "Premium specialty coffee",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-milk-beans_114579-16692.jpg", imageAlt: "Premium specialty coffee"},
|
||||
]}
|
||||
rating={5}
|
||||
ratingText="Loved by Kandy's finest"
|
||||
@@ -67,7 +63,6 @@ export default function HomePage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -80,7 +75,7 @@ export default function HomePage() {
|
||||
description="Café Nuwara is more than just a restaurant—it's a destination for food lovers seeking authentic flavors and exceptional experiences."
|
||||
subdescription="Since opening our doors, we've been committed to serving the finest cuisine with impeccable service in an elegant atmosphere."
|
||||
icon={ChefHat}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-nice-baristas-uniform-working-bar-counter_176420-7883.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-nice-baristas-uniform-working-bar-counter_176420-7883.jpg"
|
||||
imageAlt="Café Nuwara interior ambiance"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -96,26 +91,11 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Pan-Seared Catch of the Day",
|
||||
price: "Rs. 1,850",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cucumber-slices-topped-with-creamy-side-dish_140725-8868.jpg?_wi=1",
|
||||
imageAlt: "Pan-Seared Catch of the Day",
|
||||
},
|
||||
id: "1", name: "Pan-Seared Catch of the Day", price: "Rs. 1,850", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cucumber-slices-topped-with-creamy-side-dish_140725-8868.jpg", imageAlt: "Pan-Seared Catch of the Day"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Vegan Buddha Bowl",
|
||||
price: "Rs. 950",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-autumn-fig-salad-plate-with-walnuts-copy-space_23-2148684120.jpg?_wi=1",
|
||||
imageAlt: "Vegan Buddha Bowl",
|
||||
},
|
||||
id: "2", name: "Vegan Buddha Bowl", price: "Rs. 950", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-autumn-fig-salad-plate-with-walnuts-copy-space_23-2148684120.jpg", imageAlt: "Vegan Buddha Bowl"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Signature Cocktail Collection",
|
||||
price: "Rs. 650",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-drinks_23-2149132183.jpg?_wi=1",
|
||||
imageAlt: "Signature Cocktail",
|
||||
},
|
||||
id: "3", name: "Signature Cocktail Collection", price: "Rs. 650", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-drinks_23-2149132183.jpg", imageAlt: "Signature Cocktail"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -133,38 +113,11 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Ambiance",
|
||||
title: "Our Outdoor Seating",
|
||||
excerpt: "Dine under the stars in our enchanting outdoor garden with warm lighting and lush surroundings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-hugging-young-cheerful-lady-table_23-2148016786.jpg?_wi=1",
|
||||
imageAlt: "Outdoor seating area",
|
||||
authorName: "Café Nuwara Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg",
|
||||
date: "All Year Round",
|
||||
},
|
||||
id: "1", category: "Ambiance", title: "Our Outdoor Seating", excerpt: "Dine under the stars in our enchanting outdoor garden with warm lighting and lush surroundings.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-hugging-young-cheerful-lady-table_23-2148016786.jpg", imageAlt: "Outdoor seating area", authorName: "Café Nuwara Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg", date: "All Year Round"},
|
||||
{
|
||||
id: "2",
|
||||
category: "Interior",
|
||||
title: "Elegant Dining Spaces",
|
||||
excerpt: "Experience intimate fine dining in our beautifully designed interior with premium décor and soft lighting.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-chairs-antique-store_23-2149640752.jpg?_wi=1",
|
||||
imageAlt: "Restaurant interior",
|
||||
authorName: "Café Nuwara Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-vector/business-people-group_24908-55472.jpg",
|
||||
date: "Timeless Design",
|
||||
},
|
||||
id: "2", category: "Interior", title: "Elegant Dining Spaces", excerpt: "Experience intimate fine dining in our beautifully designed interior with premium décor and soft lighting.", imageSrc: "http://img.b2bpic.net/free-photo/vintage-chairs-antique-store_23-2149640752.jpg", imageAlt: "Restaurant interior", authorName: "Café Nuwara Team", authorAvatar: "http://img.b2bpic.net/free-vector/business-people-group_24908-55472.jpg", date: "Timeless Design"},
|
||||
{
|
||||
id: "3",
|
||||
category: "Cuisine",
|
||||
title: "Culinary Creations",
|
||||
excerpt: "Witness the artistry of our chefs through beautifully presented dishes that celebrate flavor and freshness.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-creamy-delicious-cakes-with-chocolate-cips-white-surface-cake-biscuit-cookie-tea-sweet-cream_140725-101385.jpg?_wi=1",
|
||||
imageAlt: "Food presentation",
|
||||
authorName: "Café Nuwara Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-pointing-her-smile-checked-shirt-looking-cheerful-front-view_176474-112653.jpg",
|
||||
date: "Daily Creation",
|
||||
},
|
||||
id: "3", category: "Cuisine", title: "Culinary Creations", excerpt: "Witness the artistry of our chefs through beautifully presented dishes that celebrate flavor and freshness.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-creamy-delicious-cakes-with-chocolate-cips-white-surface-cake-biscuit-cookie-tea-sweet-cream_140725-101385.jpg", imageAlt: "Food presentation", authorName: "Café Nuwara Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-pointing-her-smile-checked-shirt-looking-cheerful-front-view_176474-112653.jpg", date: "Daily Creation"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -183,25 +136,17 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Friday & Saturday Live Music",
|
||||
description: "Experience the magic of live performances every Friday and Saturday evening. Our talented musicians create the perfect soundtrack to your dining experience with jazz, acoustic, and contemporary music.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-donut_23-2148773571.jpg?_wi=1",
|
||||
},
|
||||
title: "Friday & Saturday Live Music", description: "Experience the magic of live performances every Friday and Saturday evening. Our talented musicians create the perfect soundtrack to your dining experience with jazz, acoustic, and contemporary music.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-donut_23-2148773571.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-with-delicious-cocktails_23-2150244954.jpg?_wi=1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-with-delicious-cocktails_23-2150244954.jpg"},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Private Events & Gatherings",
|
||||
description: "Celebrate your special moments at Café Nuwara. Whether it's a birthday, anniversary, or corporate gathering, our team ensures an unforgettable event with personalized service and exquisite cuisine.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-with-delicious-cocktails_23-2150244954.jpg?_wi=2",
|
||||
},
|
||||
title: "Private Events & Gatherings", description: "Celebrate your special moments at Café Nuwara. Whether it's a birthday, anniversary, or corporate gathering, our team ensures an unforgettable event with personalized service and exquisite cuisine.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-with-delicious-cocktails_23-2150244954.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-donut_23-2148773571.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-donut_23-2148773571.jpg"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -215,29 +160,13 @@ export default function HomePage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Priya Sharma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg?_wi=1",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rajesh Kumar",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-people-group_24908-55472.jpg?_wi=1",
|
||||
imageAlt: "Rajesh Kumar",
|
||||
},
|
||||
id: "2", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-vector/business-people-group_24908-55472.jpg", imageAlt: "Rajesh Kumar"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ananya Fernando",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-pointing-her-smile-checked-shirt-looking-cheerful-front-view_176474-112653.jpg?_wi=1",
|
||||
imageAlt: "Ananya Fernando",
|
||||
},
|
||||
id: "3", name: "Ananya Fernando", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-pointing-her-smile-checked-shirt-looking-cheerful-front-view_176474-112653.jpg", imageAlt: "Ananya Fernando"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marco Perera",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-make-up-half-his-face_23-2148784406.jpg?_wi=1",
|
||||
imageAlt: "Marco Perera",
|
||||
},
|
||||
id: "4", name: "Marco Perera", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-make-up-half-his-face_23-2148784406.jpg", imageAlt: "Marco Perera"},
|
||||
]}
|
||||
cardTitle="Loved by over 5,000 delighted diners who return again and again for exceptional dining and warm hospitality"
|
||||
cardTag="See What Our Guests Say"
|
||||
@@ -251,8 +180,7 @@ export default function HomePage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Café Nuwara",
|
||||
items: [
|
||||
title: "Café Nuwara", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Menu", href: "#menu" },
|
||||
{ label: "Gallery", href: "#gallery" },
|
||||
@@ -260,8 +188,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Reviews", href: "#reviews" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -269,8 +196,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "146 DS Senanayake Veediya, Kandy 20000", href: "#" },
|
||||
{ label: "+94 76 022 1222", href: "tel:+94760221222" },
|
||||
{ label: "Open Daily: 10 AM - 11 PM", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user