Update src/app/page.tsx
This commit is contained in:
@@ -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