Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
@@ -30,7 +30,7 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
brandName="Okean"
|
brandName="Okean"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "home" },
|
{ name: "Home", id: "hero" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Arrangements", id: "arrangements" },
|
{ name: "Arrangements", id: "arrangements" },
|
||||||
{ name: "Services", id: "services" },
|
{ 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"
|
imageSrc="https://img.b2bpic.net/free-photo/full-shot-woman-holding-flowers_23-2149247574.jpg"
|
||||||
imageAlt="Okean studio workspace"
|
imageAlt="Okean studio workspace"
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -116,7 +116,7 @@ export default function LandingPage() {
|
|||||||
tag="How We Work"
|
tag="How We Work"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
@@ -162,7 +162,7 @@ export default function LandingPage() {
|
|||||||
tag="Help & Support"
|
tag="Help & Support"
|
||||||
tagIcon={HelpCircle}
|
tagIcon={HelpCircle}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
faqs={[
|
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."
|
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