diff --git a/src/app/page.tsx b/src/app/page.tsx index a8d4077..4955d32 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,31 +20,23 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -190,30 +83,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - id: "f1", - title: "Fusion Cuisine", - descriptions: [ - "Unique interpretation of European classics with local ingredients.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/vegetables-lying-wooden-dark-table-board_482257-34704.jpg", - }, - { - id: "f2", - title: "Local Soul", - descriptions: [ - "Honoring the traditions of North Ossetia with a modern twist.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-medicinal-herbs-spices_23-2148776405.jpg", - }, - { - id: "f3", - title: "Wine Cellar", - descriptions: [ - "A carefully curated selection of the finest wines.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/putting-red-wine-from-bottle-into-glass-jar_114579-3043.jpg", - }, + { id: "f1", title: "Fusion Cuisine", descriptions: ["Unique interpretation of European classics with local ingredients."], imageSrc: "http://img.b2bpic.net/free-photo/vegetables-lying-wooden-dark-table-board_482257-34704.jpg" }, + { id: "f2", title: "Local Soul", descriptions: ["Honoring the traditions of North Ossetia with a modern twist."], imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-medicinal-herbs-spices_23-2148776405.jpg" }, + { id: "f3", title: "Wine Cellar", descriptions: ["A carefully curated selection of the finest wines."], imageSrc: "http://img.b2bpic.net/free-photo/putting-red-wine-from-bottle-into-glass-jar_114579-3043.jpg" } ]} title="Искусство Вкуса" description="Fusion of European finesse and Caucasian warmth." @@ -224,42 +96,13 @@ export default function LandingPage() { @@ -321,21 +140,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { - id: "q1", - title: "Нужно ли бронировать стол?", - content: "Yes, we highly recommend it for weekend evenings.", - }, - { - id: "q2", - title: "Есть ли вегетарианские опции?", - content: "Yes, our menu includes curated plant-based options.", - }, - { - id: "q3", - title: "Можно ли проводить мероприятия?", - content: "Yes, we specialize in private events.", - }, + { id: "q1", title: "Нужно ли бронировать стол?", content: "Yes, we highly recommend it for weekend evenings." }, + { id: "q2", title: "Есть ли вегетарианские опции?", content: "Yes, our menu includes curated plant-based options." }, + { id: "q3", title: "Можно ли проводить мероприятия?", content: "Yes, we specialize in private events." } ]} imageSrc="http://img.b2bpic.net/free-photo/elegant-dessert-presentation-with-edible-flowers_23-2151973718.jpg" mediaAnimation="blur-reveal" @@ -348,16 +155,9 @@ export default function LandingPage() {
@@ -365,53 +165,9 @@ export default function LandingPage() {