6 Commits

Author SHA1 Message Date
b5c032d487 Update src/app/page.tsx 2026-03-09 19:46:40 +00:00
947f8f5940 Update src/app/layout.tsx 2026-03-09 19:46:39 +00:00
0129b157d4 Merge version_1 into main
Merge version_1 into main
2026-03-09 19:44:11 +00:00
6a17eba7ec Merge version_1 into main
Merge version_1 into main
2026-03-09 19:43:21 +00:00
5e08e966b5 Merge version_1 into main
Merge version_1 into main
2026-03-09 19:41:57 +00:00
e5756dd91c Merge version_1 into main
Merge version_1 into main
2026-03-09 19:40:37 +00:00
2 changed files with 16 additions and 1413 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -23,6 +23,7 @@ import {
Package,
Heart,
CheckCircle,
ArrowRight,
} from "lucide-react";
export default function LandingPage() {
@@ -134,6 +135,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
buttons={[
{ text: "Explore Our Process", href: "contact" },
]}
buttonAnimation="slide-up"
features={[
{
title: "100% Hallmarked Gold", description: "All our gold is authenticated with official hallmarks, ensuring purity and value.", bentoComponent: "icon-info-cards", items: [
@@ -282,4 +287,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}