Compare commits
19 Commits
version_11
...
4d4ff6e0a0
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d4ff6e0a0 | |||
| 7c4b71906f | |||
| 8b75654bed | |||
| 7c01095ca9 | |||
| 72d3a51aeb | |||
| e57d3c3e94 | |||
| 1070bf740e | |||
| 556648f05e | |||
| f92f3e51f4 | |||
| 476ada74d9 | |||
| 0190e9d3e0 | |||
| 55b314aaa2 | |||
| d50e44645a | |||
| 06abe78f58 | |||
| 9be88da2b1 | |||
| 9610eb709a | |||
| 68f4a67133 | |||
| ea228313f7 | |||
| af56b4ac15 |
@@ -6,7 +6,7 @@ import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
||||
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterBaseSocial from "@/components/sections/footer/FooterBaseSocial";
|
||||
import { TrendingUp, Users, Zap, Youtube, Twitter, Linkedin } from "lucide-react";
|
||||
import { TrendingUp, Users, Zap, Youtube, Twitter, Linkedin, Star } from "lucide-react";
|
||||
|
||||
export default function StarWarsPage() {
|
||||
return (
|
||||
@@ -44,9 +44,9 @@ export default function StarWarsPage() {
|
||||
title="Our Galactic Impact"
|
||||
description="Experience the epic saga spanning decades of storytelling"
|
||||
metrics={[
|
||||
{ id: "1", value: "40", title: "Years", description: "Of Star Wars storytelling", icon: TrendingUp },
|
||||
{ id: "2", value: "11", title: "Films", description: "Complete Skywalker saga", icon: Zap },
|
||||
{ id: "3", value: "100M", title: "Fans", description: "Worldwide united by Force", icon: Users }
|
||||
{ id: "1", value: "40", title: "Years", description: "Of Star Wars storytelling", icon: TrendingUp, rating: 4.8, ratingCount: 128 },
|
||||
{ id: "2", value: "11", title: "Films", description: "Complete Skywalker saga", icon: Zap, rating: 4.9, ratingCount: 256 },
|
||||
{ id: "3", value: "100M", title: "Fans", description: "Worldwide united by Force", icon: Users, rating: 4.7, ratingCount: 512 }
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user