7 Commits

Author SHA1 Message Date
226413422a Merge version_4 into main
Merge version_4 into main
2026-03-04 03:32:52 +00:00
da512853f4 Update src/app/page.tsx 2026-03-04 03:32:48 +00:00
d4f11b4a88 Merge version_3 into main
Merge version_3 into main
2026-03-04 03:31:23 +00:00
856af1293a Update src/app/page.tsx 2026-03-04 03:31:19 +00:00
85ab206107 Merge version_2 into main
Merge version_2 into main
2026-03-04 03:29:45 +00:00
c3c1e0d711 Update src/app/page.tsx 2026-03-04 03:29:41 +00:00
6ffbf6ae71 Merge version_1 into main
Merge version_1 into main
2026-03-04 03:26:21 +00:00

View File

@@ -40,8 +40,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
title="Gravity Lab"
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"