6 Commits

Author SHA1 Message Date
7589bcccd0 Merge version_3 into main
Merge version_3 into main
2026-03-12 09:18:32 +00:00
af72001882 Update src/app/page.tsx 2026-03-12 09:18:28 +00:00
c16a2aa14c Merge version_2 into main
Merge version_2 into main
2026-03-12 09:17:36 +00:00
92910c5686 Update src/app/page.tsx 2026-03-12 09:17:32 +00:00
2e856dc0ca Merge version_1 into main
Merge version_1 into main
2026-03-12 09:16:20 +00:00
254d93f625 Merge version_1 into main
Merge version_1 into main
2026-03-12 09:15:51 +00:00

View File

@@ -80,6 +80,9 @@ export default function LandingPage() {
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
buttons={[
{ text: "Get Started on Your Project", href: "#contact" }
]}
products={[
{
id: "1", brand: "Brand Design", name: "Custom Logo Design", price: "Starting at $2,500", rating: 5,
@@ -230,4 +233,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}