Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d851f542f2 | |||
| e3247be249 | |||
| 1c046173dd | |||
| c8dcf300ab |
1438
src/app/layout.tsx
1438
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -68,10 +68,10 @@ export default function HomePage() {
|
||||
<AboutMetric
|
||||
title="Why Families Love Jumanji - Quality, Affordability & Atmosphere"
|
||||
metrics={[
|
||||
{ icon: Heart, label: "Family-Friendly Atmosphere", value: "★★★★★" },
|
||||
{ icon: Zap, label: "Affordable Entertainment", value: "Best Value" },
|
||||
{ icon: Users, label: "Trusted Locally", value: "4.5★" },
|
||||
{ icon: Smile, label: "Multi-Level Fun", value: "All Ages" },
|
||||
{ icon: Heart, label: "Family-Friendly Atmosphere", value: "10,000+ Visits Annually" },
|
||||
{ icon: Zap, label: "Affordable Entertainment", value: "$20-50 per Visit" },
|
||||
{ icon: Users, label: "Trusted Locally", value: "2,500+ Happy Families" },
|
||||
{ icon: Smile, label: "Multi-Level Fun", value: "All Ages Welcome" },
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
@@ -234,4 +234,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user