Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/components/theme/ThemeProvider";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo";
|
||||
import AboutMetric from "@/components/sections/about/AboutMetric";
|
||||
@@ -135,8 +135,8 @@ export default function Home() {
|
||||
title="Advanced Security Features"
|
||||
description="Experience financial management with military-grade encryption and offline-first architecture."
|
||||
tag="Security"
|
||||
imageSrc="asset://feature-image"
|
||||
imageAlt="Secure encryption features"
|
||||
videoSrc="asset://feature-video"
|
||||
videoAriaLabel="Secure encryption features"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1", title: "End-to-End Encryption", content:
|
||||
|
||||
Reference in New Issue
Block a user