Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-04-25 23:03:28 +00:00
2 changed files with 143 additions and 332 deletions

View File

@@ -11,8 +11,8 @@ import { Public_Sans } from "next/font/google";
export const metadata: Metadata = {
title: 'Rosa e Tymosur | Fine Albanian Cuisine in Pogradec',
description: 'Experience luxury traditional Albanian cuisine at Rosa e Tymosur. Enjoy authentic flavors, premium service, and elegant ambiance in Pogradec.',
title: 'Rosa e Tymosur | Traditional Albanian Cuisine',
description: 'Experience the finest traditional Albanian cuisine in the heart of Pogradec.',
keywords: ["restaurant pogradec, albanian food, fine dining albania, rosa e tymosur, traditional food, luxury dining"],
openGraph: {
"title": "Rosa e Tymosur | Fine Albanian Cuisine",

View File

@@ -27,344 +27,155 @@ export default function LandingPage() {
headingFontWeight="extrabold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Dishes",
id: "dishes",
},
{
name: "Gallery",
id: "gallery",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="Rosa e Tymosur"
button={{
text: "Book Now",
href: "#contact",
}}
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Dishes", id: "dishes" },
{ name: "Gallery", id: "gallery" },
{ name: "Contact", id: "contact" },
]}
brandName="Rosa e Tymosur"
button={{ text: "Book Now", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "gradient-bars",
}}
title="Rosa e Tymosur"
description="Experience the finest traditional Albanian cuisine in the heart of Pogradec. A journey of flavors, tradition, and luxury."
buttons={[
{
text: "Book Your Table",
href: "#contact",
},
{
text: "View Menu",
href: "#dishes",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/comfortable-dining-room-with-modern-rustic-elegance-generated-by-ai_188544-21418.jpg"
imageAlt="Luxurious interior of Rosa e Tymosur restaurant"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{ variant: "gradient-bars" }}
title="Rosa e Tymosur"
description="Experience the finest traditional Albanian cuisine in the heart of Pogradec. A journey of flavors, tradition, and luxury."
buttons={[
{ text: "Book Your Table", href: "#contact" },
{ text: "View Menu", href: "#dishes" },
]}
imageSrc="http://img.b2bpic.net/free-photo/comfortable-dining-room-with-modern-rustic-elegance-generated-by-ai_188544-21418.jpg"
imageAlt="Luxurious interior of Rosa e Tymosur restaurant"
/>
</div>
<div id="about" data-section="about">
<InlineImageSplitTextAbout
useInvertedBackground={true}
heading={[
{
type: "text",
content: "The Soul of Albanian Traditions",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/close-up-turkish-iskender-kebab-garnished-with-tomato-sauce-grilled-pepper_140725-8710.jpg",
alt: "Traditional food",
},
]}
/>
</div>
<div id="about" data-section="about">
<InlineImageSplitTextAbout
useInvertedBackground={true}
heading={[
{ type: "text", content: "The Soul of Albanian Traditions" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/close-up-turkish-iskender-kebab-garnished-with-tomato-sauce-grilled-pepper_140725-8710.jpg", alt: "Traditional food" },
]}
/>
</div>
<div id="dishes" data-section="dishes">
<ProductCardTwo
animationType="slide-up"
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "1",
brand: "Signature",
name: "Smoked Duck Breast",
price: "€24.00",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cutlery-with-pork-meat-tomatoes_23-2148439453.jpg",
},
{
id: "2",
brand: "Signature",
name: "Slow-Roasted Lamb",
price: "€28.00",
rating: 5,
reviewCount: "98",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-od-delicious-italian-food-wooden-table_23-2148305653.jpg",
},
{
id: "3",
brand: "Classic",
name: "Artisan Homemade Bread",
price: "€6.00",
rating: 5,
reviewCount: "210",
imageSrc: "http://img.b2bpic.net/free-photo/high-view-bread-basket_23-2148718996.jpg",
},
{
id: "4",
brand: "Antipasto",
name: "Traditional Antipasto Platter",
price: "€18.00",
rating: 5,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/cheese-chopping-board-with-tomatoes-pastry-desk_23-2148162012.jpg",
},
{
id: "5",
brand: "Daily",
name: "Fresh Lake Trout",
price: "€22.00",
rating: 5,
reviewCount: "145",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-painted-black-baked-tomatoes-chilli-peppers_23-2148425535.jpg",
},
{
id: "6",
brand: "Special",
name: "Wild Mushroom Risotto",
price: "€19.00",
rating: 5,
reviewCount: "75",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751996.jpg",
},
]}
title="Signature Dishes"
description="Indulge in our carefully curated menu, celebrating the rich heritage of Pogradec with a modern twist."
/>
</div>
<div id="dishes" data-section="dishes">
<ProductCardTwo
animationType="slide-up"
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "1", brand: "Signature", name: "Smoked Duck Breast", price: "€24.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cutlery-with-pork-meat-tomatoes_23-2148439453.jpg" },
{ id: "2", brand: "Signature", name: "Slow-Roasted Lamb", price: "€28.00", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-od-delicious-italian-food-wooden-table_23-2148305653.jpg" },
{ id: "3", brand: "Classic", name: "Artisan Homemade Bread", price: "€6.00", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/high-view-bread-basket_23-2148718996.jpg" },
{ id: "4", brand: "Antipasto", name: "Traditional Antipasto Platter", price: "€18.00", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/cheese-chopping-board-with-tomatoes-pastry-desk_23-2148162012.jpg" },
{ id: "5", brand: "Daily", name: "Fresh Lake Trout", price: "€22.00", rating: 5, reviewCount: "145", imageSrc: "http://img.b2bpic.net/free-photo/top-view-painted-black-baked-tomatoes-chilli-peppers_23-2148425535.jpg" },
{ id: "6", brand: "Special", name: "Wild Mushroom Risotto", price: "€19.00", rating: 5, reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751996.jpg" },
]}
title="Signature Dishes"
description="Indulge in our carefully curated menu, celebrating the rich heritage of Pogradec with a modern twist."
/>
</div>
<div id="gallery" data-section="gallery">
<TeamCardFive
textboxLayout="inline-image"
useInvertedBackground={true}
team={[
{
id: "g1",
name: "Dining Room",
role: "Atmosphere",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157810.jpg",
},
{
id: "g2",
name: "Bar Area",
role: "Elegance",
imageSrc: "http://img.b2bpic.net/free-photo/man-embracing-with-woman-restaurant_23-2148016783.jpg",
},
{
id: "g3",
name: "Interior",
role: "Design",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-arranging-table-restaurant_23-2147936228.jpg",
},
{
id: "g4",
name: "Presentation",
role: "Artistry",
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-cakes-blue-tray-biscuits-dark-table_140725-86432.jpg",
},
{
id: "g5",
name: "Kitchen",
role: "Craft",
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934670.jpg",
},
{
id: "g6",
name: "Seating",
role: "Comfort",
imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg",
},
]}
title="Our Sanctuary"
description="Visual echoes of our warm hospitality and the elegant ambiance that awaits you."
/>
</div>
<div id="gallery" data-section="gallery">
<TeamCardFive
animationType="slide-up"
textboxLayout="inline-image"
useInvertedBackground={true}
team={[
{ id: "g1", name: "Dining Room", role: "Atmosphere", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157810.jpg" },
{ id: "g2", name: "Bar Area", role: "Elegance", imageSrc: "http://img.b2bpic.net/free-photo/man-embracing-with-woman-restaurant_23-2148016783.jpg" },
{ id: "g3", name: "Interior", role: "Design", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-arranging-table-restaurant_23-2147936228.jpg" },
{ id: "g4", name: "Presentation", role: "Artistry", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-cakes-blue-tray-biscuits-dark-table_140725-86432.jpg" },
{ id: "g5", name: "Kitchen", role: "Craft", imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934670.jpg" },
{ id: "g6", name: "Seating", role: "Comfort", imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg" },
]}
title="Our Sanctuary"
description="Visual echoes of our warm hospitality and the elegant ambiance that awaits you."
/>
</div>
<div id="reviews" data-section="reviews">
<TestimonialCardOne
animationType="slide-up"
textboxLayout="split"
gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Elena Gjika",
role: "Food Critic",
company: "Albanian Gastronomy",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cafe-dines-traditional-shakshuka-ayran_169016-16512.jpg",
},
{
id: "2",
name: "Marko Vasi",
role: "Frequent Diner",
company: "Pogradec Locals",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-experience-cityscape-night-generated-by-ai_188544-16619.jpg",
},
{
id: "3",
name: "Sarah Miller",
role: "Traveler",
company: "Global Tours",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg",
},
{
id: "4",
name: "Arben Hoxha",
role: "Business Owner",
company: "Local Hospitality",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517398.jpg",
},
{
id: "5",
name: "Sofia Leka",
role: "Visitor",
company: "Cultural Explorer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-cutting-parmesan-cheese-from-cheese-plate_140725-10808.jpg",
},
]}
title="Guest Reflections"
description="Hear what our patrons say about their culinary journey at Rosa e Tymosur."
/>
</div>
<div id="reviews" data-section="reviews">
<TestimonialCardOne
animationType="slide-up"
textboxLayout="split"
gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Elena Gjika", role: "Food Critic", company: "Albanian Gastronomy", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cafe-dines-traditional-shakshuka-ayran_169016-16512.jpg" },
{ id: "2", name: "Marko Vasi", role: "Frequent Diner", company: "Pogradec Locals", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-experience-cityscape-night-generated-by-ai_188544-16619.jpg" },
{ id: "3", name: "Sarah Miller", role: "Traveler", company: "Global Tours", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg" },
{ id: "4", name: "Arben Hoxha", role: "Business Owner", company: "Local Hospitality", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517398.jpg" },
{ id: "5", name: "Sofia Leka", role: "Visitor", company: "Cultural Explorer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-cutting-parmesan-cheese-from-cheese-plate_140725-10808.jpg" },
]}
title="Guest Reflections"
description="Hear what our patrons say about their culinary journey at Rosa e Tymosur."
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="split"
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "Do you accept reservations?",
content: "Yes, we highly recommend booking in advance to secure your preferred table.",
},
{
id: "2",
title: "Are you pet friendly?",
content: "Unfortunately, we only allow service animals in our dining area.",
},
{
id: "3",
title: "Is there parking available?",
content: "Yes, public parking is available adjacent to the restaurant premises.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/scene-with-miscellaneous-items-being-sold-yard-sale-bargains_23-2151216799.jpg"
mediaAnimation="slide-up"
title="Common Queries"
description="Everything you need to know before visiting us."
faqsAnimation="blur-reveal"
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="split"
useInvertedBackground={true}
faqs={[
{ id: "1", title: "Do you accept reservations?", content: "Yes, we highly recommend booking in advance to secure your preferred table." },
{ id: "2", title: "Are you pet friendly?", content: "Unfortunately, we only allow service animals in our dining area." },
{ id: "3", title: "Is there parking available?", content: "Yes, public parking is available adjacent to the restaurant premises." },
]}
imageSrc="http://img.b2bpic.net/free-photo/scene-with-miscellaneous-items-being-sold-yard-sale-bargains_23-2151216799.jpg"
mediaAnimation="slide-up"
title="Common Queries"
description="Everything you need to know before visiting us."
faqsAnimation="blur-reveal"
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "rotated-rays-static",
}}
text="Join us today for an unforgettable dining experience in Pogradec.\n\n📍 Pogradec, Albania\n📞 +355 69 407 5791\n⏰ Opens daily at 12 PM"
buttons={[
{
text: "Call Now",
href: "tel:+355694075791",
},
{
text: "Get Directions",
href: "https://maps.google.com",
},
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{ variant: "rotated-rays-static" }}
text="Join us today for an unforgettable dining experience in Pogradec.\n\n📍 Pogradec, Albania\n📞 +355 69 407 5791\n⏰ Opens daily at 12 PM"
buttons={[
{ text: "Call Now", href: "tel:+355694075791" },
{ text: "Get Directions", href: "https://maps.google.com" },
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Rosa e Tymosur"
columns={[
{
title: "Experience",
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Signature Dishes",
href: "#dishes",
},
{
label: "Gallery",
href: "#gallery",
},
],
},
{
title: "Visit",
items: [
{
label: "Contact Us",
href: "#contact",
},
{
label: "Reservations",
href: "#contact",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
]}
copyrightText="© 2024 Rosa e Tymosur. All rights reserved."
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Rosa e Tymosur"
columns={[
{
title: "Experience", items: [
{ label: "About Us", href: "#about" },
{ label: "Signature Dishes", href: "#dishes" },
{ label: "Gallery", href: "#gallery" },
],
},
{
title: "Visit", items: [
{ label: "Contact Us", href: "#contact" },
{ label: "Reservations", href: "#contact" },
],
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
],
},
]}
copyrightText="© 2024 Rosa e Tymosur. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);