Merge version_2 into main #5

Merged
bender merged 2 commits from version_2 into main 2026-03-09 19:46:44 +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>
);
}
}