Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 666385d4aa | |||
| 8f817273ff | |||
| 42e9516297 | |||
| 328cd7968c | |||
| 40648f25cd | |||
| 2de4b5279a | |||
| 909b79b71b | |||
| 0c954ebc0f | |||
| 25a2f5a4cf | |||
| 50ab431078 | |||
| 5a6043befd | |||
| a84ddff123 | |||
| ce353f9abf | |||
| 56e6f9e84c | |||
| cf13322bab | |||
| ee91d0519a | |||
| 3dd5d16e24 | |||
| c3157fab3b |
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
@@ -41,20 +41,38 @@ export default function AboutPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<MetricSplitMediaAbout
|
||||
tag="Our Heritage"
|
||||
<HeroBillboardRotatedCarousel
|
||||
title="Our Heritage"
|
||||
description="For over two decades, Koliba Ukrainska has been a beacon of Ukrainian culture and tradition. Our family-owned restaurant celebrates the warmth, generosity, and authentic flavors that define our heritage."
|
||||
tag="Ukrainian Traditions"
|
||||
tagIcon={Sparkles}
|
||||
title="Ukrainian Traditions"
|
||||
description="For over two decades, Koliba Ukrainska has been a beacon of Ukrainian culture and tradition. Our family-owned restaurant celebrates the warmth, generosity, and authentic flavors that define our heritage. Every gathering here is more than just a meal—it's a celebration of family, community, and the timeless traditions that connect us."
|
||||
metrics={[
|
||||
{ value: "20+", title: "Years of Tradition" },
|
||||
{ value: "5000+", title: "Happy Celebrations" }
|
||||
buttons={[
|
||||
{ text: "Explore More", href: "#values" },
|
||||
{ text: "Book a Table", href: "#contact" }
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SgGlSmvaVv2SYOkECykbr8Q49/tmp/restaurant-1771515733895-84d8b845.jpg"
|
||||
imageAlt="Traditional Ukrainian restaurant ambiance"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SgGlSmvaVv2SYOkECykbr8Q49/tmp/restaurant-1771515733895-84d8b845.jpg", imageAlt: "Traditional Ukrainian restaurant ambiance"
|
||||
},
|
||||
{
|
||||
id: "2", imageSrc: "https://img.b2bpic.net/free-photo/beautifully-decorated-venue-interior-wedding_181624-58530.jpg?_wi=2", imageAlt: "Main banquet hall with stage and fireplace"
|
||||
},
|
||||
{
|
||||
id: "3", imageSrc: "https://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-french-windows-navy-coloured-ceiling_140725-8448.jpg?_wi=2", imageAlt: "Comfortable lounge area with traditional decor"
|
||||
},
|
||||
{
|
||||
id: "4", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-luxurious-wedding-ceremony-hall_181624-59290.jpg?_wi=2", imageAlt: "Elegant dining hall with Ukrainian elements"
|
||||
},
|
||||
{
|
||||
id: "5", imageSrc: "https://img.b2bpic.net/free-photo/table-setting-with-floral-centerpiece-wedding-reception-venue_637285-5627.jpg?_wi=2", imageAlt: "Beautiful table setting for celebrations"
|
||||
},
|
||||
{
|
||||
id: "6", imageSrc: "https://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg?_wi=2", imageAlt: "Spacious banquet hall from above"
|
||||
}
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -111,23 +111,23 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Main Complex", name: "Main Banquet Hall", price: "80+ guests", rating: 5,
|
||||
reviewCount: "Stage & Fireplace", imageSrc: "https://img.b2bpic.net/free-photo/beautifully-decorated-venue-interior-wedding_181624-58530.jpg", imageAlt: "Main banquet hall with stage and fireplace"
|
||||
reviewCount: "Stage & Fireplace", imageSrc: "https://img.b2bpic.net/free-photo/beautifully-decorated-venue-interior-wedding_181624-58530.jpg?_wi=1", imageAlt: "Main banquet hall with stage and fireplace"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Relaxation Space", name: "Lounge Zone", price: "20-40 guests", rating: 5,
|
||||
reviewCount: "Hookah & Terrace", imageSrc: "https://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-french-windows-navy-coloured-ceiling_140725-8448.jpg", imageAlt: "Comfortable lounge area with hookah"
|
||||
reviewCount: "Hookah & Terrace", imageSrc: "https://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-french-windows-navy-coloured-ceiling_140725-8448.jpg?_wi=1", imageAlt: "Comfortable lounge area with hookah"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Private Dining", name: "VIP Room", price: "15-30 guests", rating: 5,
|
||||
reviewCount: "Exclusive & Elegant", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-luxurious-wedding-ceremony-hall_181624-59290.jpg", imageAlt: "VIP room with elegant Ukrainian decor"
|
||||
reviewCount: "Exclusive & Elegant", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-luxurious-wedding-ceremony-hall_181624-59290.jpg?_wi=1", imageAlt: "VIP room with elegant Ukrainian decor"
|
||||
},
|
||||
{
|
||||
id: "4", brand: "Family Friendly", name: "Kids' Room", price: "10-20 guests", rating: 5,
|
||||
reviewCount: "Fun & Safe", imageSrc: "https://img.b2bpic.net/free-photo/table-setting-with-floral-centerpiece-wedding-reception-venue_637285-5627.jpg", imageAlt: "Colorful kids' room with traditional elements"
|
||||
reviewCount: "Fun & Safe", imageSrc: "https://img.b2bpic.net/free-photo/table-setting-with-floral-centerpiece-wedding-reception-venue_637285-5627.jpg?_wi=1", imageAlt: "Colorful kids' room with traditional elements"
|
||||
},
|
||||
{
|
||||
id: "5", brand: "Large Events", name: "Second Floor Hall", price: "100+ guests", rating: 5,
|
||||
reviewCount: "Spacious & Elegant", imageSrc: "https://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg", imageAlt: "Spacious second floor banquet hall"
|
||||
reviewCount: "Spacious & Elegant", imageSrc: "https://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg?_wi=1", imageAlt: "Spacious second floor banquet hall"
|
||||
},
|
||||
{
|
||||
id: "6", brand: "Outdoor Dining", name: "Seasonal Terrace", price: "30-50 guests", rating: 5,
|
||||
|
||||
@@ -2,21 +2,21 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #010912;;;
|
||||
--card: #152840;;;
|
||||
--foreground: #e6f0ff;;;
|
||||
--primary-cta: #cee7ff;;;
|
||||
--secondary-cta: #0e1a29;;;
|
||||
--accent: #3f5c79;;;
|
||||
--background-accent: #004a93;;; */
|
||||
/* --background: #fff5f0;;;
|
||||
--card: #ffe8dd;;;
|
||||
--foreground: #2d1810;;;
|
||||
--primary-cta: #e67e50;;;
|
||||
--secondary-cta: #fff5f0;;;
|
||||
--accent: #ff9d6f;;;
|
||||
--background-accent: #ffc299;;; */
|
||||
|
||||
--background: #010912;;;
|
||||
--card: #152840;;;
|
||||
--foreground: #e6f0ff;;;
|
||||
--primary-cta: #cee7ff;;;
|
||||
--secondary-cta: #0e1a29;;;
|
||||
--accent: #3f5c79;;;
|
||||
--background-accent: #004a93;;;
|
||||
--background: #fff5f0;;;
|
||||
--card: #ffe8dd;;;
|
||||
--foreground: #2d1810;;;
|
||||
--primary-cta: #e67e50;;;
|
||||
--secondary-cta: #fff5f0;;;
|
||||
--accent: #ff9d6f;;;
|
||||
--background-accent: #ffc299;;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user