Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
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 NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
@@ -151,7 +151,7 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "feature-1", title: "Smart Note Organization", tags: ["AI-Powered", "Auto-Categorization"],
|
id: "feature-1", title: "Smart Note Organization", tags: ["AI-Powered", "Auto-Categorization"],
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/close-up-person-working-alternative-energy_23-2149311496.jpg?_wi=1", imageAlt: "AI-powered note organization interface"
|
imageSrc: "https://img.b2bpic.net/free-photo/close-up-person-working-alternative-energy_23-2149311496.jpg", imageAlt: "AI-powered note organization interface"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "feature-2", title: "Real-Time Collaboration", tags: ["Team Sync", "Instant Updates"],
|
id: "feature-2", title: "Real-Time Collaboration", tags: ["Team Sync", "Instant Updates"],
|
||||||
@@ -220,7 +220,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "testimonial-2", name: "Michael Rodriguez", role: "Data Analyst", company: "Insight Analytics", rating: 5,
|
id: "testimonial-2", name: "Michael Rodriguez", role: "Data Analyst", company: "Insight Analytics", rating: 5,
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/close-up-person-working-alternative-energy_23-2149311496.jpg?_wi=2", imageAlt: "Michael Rodriguez, Data Analyst at Insight Analytics"
|
imageSrc: "https://img.b2bpic.net/free-photo/close-up-person-working-alternative-energy_23-2149311496.jpg", imageAlt: "Michael Rodriguez, Data Analyst at Insight Analytics"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "testimonial-3", name: "Elena Petrov", role: "Marketing Director", company: "BrandVision Ltd.", rating: 5,
|
id: "testimonial-3", name: "Elena Petrov", role: "Marketing Director", company: "BrandVision Ltd.", rating: 5,
|
||||||
|
|||||||
Reference in New Issue
Block a user