Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dee1f80393 | |||
| 4dd03f465b | |||
| ea95f50810 | |||
| 3688b03b89 | |||
| 8b1f6e16dc | |||
| 16c97b67a2 | |||
| 835c4c6921 | |||
| 107819c23a | |||
| 48d716df85 | |||
| 74f72c3b84 | |||
| f0549ca5a7 | |||
| f0bc214c75 | |||
| 52a2d7fec8 | |||
| dec50ac4e1 |
@@ -11,8 +11,8 @@ import { Playfair_Display, Inter } from "next/font/google";
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
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.',
|
||||
title: 'Osogbo Dining | Elegant Experiences',
|
||||
description: 'Experience the finest dining in Osogbo. Perfect for dates, celebrations, and culinary adventures.',
|
||||
};
|
||||
|
||||
const playfair = Playfair_Display({ variable: "--font-playfair", subsets: ["latin"] });
|
||||
|
||||
@@ -22,7 +22,6 @@ 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