Update src/app/page.tsx

This commit is contained in:
2026-05-07 20:23:18 +00:00
parent 616e7068e6
commit a501ea01c9

View File

@@ -127,7 +127,7 @@ export default function LandingPage() {
products={[ products={[
{ id: "1", name: "Basic Tools", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/calculator-with-coin-icon_23-2152012412.jpg" }, { id: "1", name: "Basic Tools", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/calculator-with-coin-icon_23-2152012412.jpg" },
{ id: "2", name: "Pro Suite", price: "€9.99/mo", imageSrc: "http://img.b2bpic.net/free-vector/set-labour-day-stickers_23-2147616810.jpg" }, { id: "2", name: "Pro Suite", price: "€9.99/mo", imageSrc: "http://img.b2bpic.net/free-vector/set-labour-day-stickers_23-2147616810.jpg" },
{ id: "3", name: "Enterprise", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-isometric-house_23-2150727938.jpg" }, { id: "3", name: "Enterprise", price: "Custom", imageSrc: "http://img.b2bpic.net/free-rendering-isometric-house_23-2150727938.jpg" },
{ id: "4", name: "Financial Plus", price: "€14.99/mo", imageSrc: "http://img.b2bpic.net/free-vector/gradient-glassmorphism-elements_23-2149449330.jpg" }, { id: "4", name: "Financial Plus", price: "€14.99/mo", imageSrc: "http://img.b2bpic.net/free-vector/gradient-glassmorphism-elements_23-2149449330.jpg" },
{ id: "5", name: "Creator Pro", price: "€19.99/mo", imageSrc: "http://img.b2bpic.net/free-vector/flat-labour-day-sale-labels-collection_23-2149354543.jpg" }, { id: "5", name: "Creator Pro", price: "€19.99/mo", imageSrc: "http://img.b2bpic.net/free-vector/flat-labour-day-sale-labels-collection_23-2149354543.jpg" },
{ id: "6", name: "Full Access", price: "€29.99/mo", imageSrc: "http://img.b2bpic.net/free-photo/key-shaped-green-house_1156-626.jpg" }, { id: "6", name: "Full Access", price: "€29.99/mo", imageSrc: "http://img.b2bpic.net/free-photo/key-shaped-green-house_1156-626.jpg" },
@@ -204,7 +204,7 @@ export default function LandingPage() {
faqs={[ faqs={[
{ id: "1", title: "Is it free to use?", content: "Yes, basic tools are free with ads." }, { id: "1", title: "Is it free to use?", content: "Yes, basic tools are free with ads." },
{ id: "2", title: "Can I cancel my subscription?", content: "Yes, you can cancel at any time." }, { id: "2", title: "Can I cancel my subscription?", content: "Yes, you can cancel at any time." },
{ id: "3", title: "Is my data secure?", content: "We use bank-grade encryption." }, { id: "3", title: "Is my data secure?", content: "We use bank-grade 256-bit encryption, ensuring your financial data remains strictly private and inaccessible to third parties" },
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Get quick answers to common queries." description="Get quick answers to common queries."
@@ -235,4 +235,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }