4 Commits

Author SHA1 Message Date
8a01c0a680 Update src/app/page.tsx 2026-03-07 20:49:39 +00:00
7ec8a0dcb5 Update src/app/page.tsx 2026-03-07 20:48:32 +00:00
d9eb5bca22 Update src/app/page.tsx 2026-03-07 20:47:13 +00:00
0cfed112ba Merge version_1 into main
Merge version_1 into main
2026-03-07 20:43:02 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
import HeroOverlay from "@/components/sections/hero/HeroOverlay";
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven";
import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
@@ -41,18 +41,15 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
logoText="United States of America"
<HeroOverlay
title="United States of America"
description="Celebrating the spirit of liberty, democracy, and unity that define our nation. Explore the history, values, and achievements that make America exceptional."
buttons={[
{ text: "Discover Heritage", href: "#about" },
{ text: "Learn Our Story", href: "#features" }
]}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/front-view-usa-flag-drawer_23-2148513069.jpg"
imageAlt="American flag waving proudly"
frameStyle="card"
mediaAnimation="slide-up"
buttonAnimation="slide-up"
/>
</div>