Merge version_1 into main #1
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
@@ -30,7 +30,7 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
brandName="Okean"
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Arrangements", id: "arrangements" },
|
||||
{ name: "Services", id: "services" },
|
||||
@@ -75,7 +75,7 @@ export default function LandingPage() {
|
||||
imageSrc="https://img.b2bpic.net/free-photo/full-shot-woman-holding-flowers_23-2149247574.jpg"
|
||||
imageAlt="Okean studio workspace"
|
||||
imagePosition="right"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -116,7 +116,7 @@ export default function LandingPage() {
|
||||
tag="How We Work"
|
||||
tagIcon={Sparkles}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
@@ -162,7 +162,7 @@ export default function LandingPage() {
|
||||
tag="Help & Support"
|
||||
tagIcon={HelpCircle}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How far in advance should I order?", content: "For custom arrangements, we recommend ordering at least 2-3 days in advance. For weddings and large events, please contact us 2-4 weeks ahead to ensure availability and perfect planning."
|
||||
|
||||
Reference in New Issue
Block a user