Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 87d6dbb776 | |||
| d8bba0cddc |
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
@@ -67,16 +67,16 @@ export default function LandingPage() {
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Performance", values: ["A18 Pro", "6-core CPU", "GPU Optimized"],
|
||||
title: "Performance", values: [1850, 2200, 2450],
|
||||
description: "Latest chip technology"
|
||||
},
|
||||
{
|
||||
title: "Camera Quality", values: ["48MP", "ProRAW", "Night Mode"],
|
||||
title: "Camera Quality", values: [48, 52, 58],
|
||||
description: "Professional-grade imaging"
|
||||
},
|
||||
{
|
||||
title: "Battery Life", values: ["24 Hours", "Super", "Cycle"],
|
||||
valuePrefix: "", description: "All-day battery with MagSafe"
|
||||
title: "Battery Life", values: [24, 26, 28],
|
||||
description: "All-day battery with MagSafe"
|
||||
}
|
||||
],
|
||||
chartTitle: "iPhone Sales Trend", chartData: [
|
||||
|
||||
Reference in New Issue
Block a user