Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| da512853f4 | |||
| d4f11b4a88 | |||
| 856af1293a | |||
| 85ab206107 |
@@ -40,8 +40,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
title="Master Gravity Physics with Interactive Simulations"
|
||||
description="Explore the invisible force that shapes our universe. Calculate gravitational acceleration at your location, simulate gravity on other planets, and understand how physics works with interactive real-time calculations powered by your browser."
|
||||
title="Discover How Gravity Shapes Your World"
|
||||
description="Explore the invisible force that shapes our universe with interactive simulations. Calculate gravitational acceleration at your location, simulate gravity on other planets, and understand how physics works with interactive real-time calculations powered by your browser. Master gravity physics through exploration and discovery."
|
||||
tag="Physics Education"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
@@ -110,6 +110,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Start Calculator", href: "#" },
|
||||
{ text: "Calculate Your Weight", href: "#" }
|
||||
]}
|
||||
ariaLabel="Planet weight calculator section"
|
||||
|
||||
Reference in New Issue
Block a user