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
|
<AboutMetric
|
||||||
title="Why Families Love Jumanji - Quality, Affordability & Atmosphere"
|
title="Why Families Love Jumanji - Quality, Affordability & Atmosphere"
|
||||||
metrics={[
|
metrics={[
|
||||||
{ icon: Heart, label: "Family-Friendly Atmosphere", value: "★★★★★" },
|
{ icon: Heart, label: "Family-Friendly Atmosphere", value: "10,000+ Visits Annually" },
|
||||||
{ icon: Zap, label: "Affordable Entertainment", value: "Best Value" },
|
{ icon: Zap, label: "Affordable Entertainment", value: "$20-50 per Visit" },
|
||||||
{ icon: Users, label: "Trusted Locally", value: "4.5★" },
|
{ icon: Users, label: "Trusted Locally", value: "2,500+ Happy Families" },
|
||||||
{ icon: Smile, label: "Multi-Level Fun", value: "All Ages" },
|
{ icon: Smile, label: "Multi-Level Fun", value: "All Ages Welcome" },
|
||||||
]}
|
]}
|
||||||
metricsAnimation="blur-reveal"
|
metricsAnimation="blur-reveal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -234,4 +234,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user