Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aea72d60ce | |||
| 37d75ae0ac | |||
| ff8ca33d0a | |||
| 139c6d161f | |||
| f446d22d63 | |||
| 1236a45c1a | |||
| b84efe5de5 |
@@ -11,8 +11,8 @@ import { Playfair_Display, Inter } from "next/font/google";
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Osogbo Dining | Elegant Experiences',
|
||||
description: 'Experience the finest dining in Osogbo. Perfect for dates, celebrations, and culinary adventures.',
|
||||
title: 'Osogbo Dining | Luxury Culinary Experience',
|
||||
description: 'Experience Osogbo\'s premium dining destination. Perfect for dates, celebrations, and special moments with exquisite flavor and hospitality.',
|
||||
};
|
||||
|
||||
const playfair = Playfair_Display({ variable: "--font-playfair", subsets: ["latin"] });
|
||||
|
||||
@@ -22,6 +22,7 @@ export default function Page() {
|
||||
title="Elevate Your Space"
|
||||
description="Discover our curated collection of premium designs."
|
||||
background={{ variant: 'animated-grid' }}
|
||||
buttons={[{ text: 'Reserve Your Table Now' }]}
|
||||
carouselItems={Array(6).fill({ id: '1', imageSrc: 'https://images.unsplash.com/photo-1513519245088-0e12902e5a38?q=80&w=2000' })}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user