Update src/app/features/page.tsx
This commit is contained in:
@@ -96,7 +96,7 @@ export default function FeaturesPage() {
|
||||
"Mobile and desktop sync ensures consistency across all devices",
|
||||
"Live alerts for low stock situations",
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwWhLByadMoUaITKjtdrpUUpv7/an-illustration-showing-multiple-devices-1773504310168-d92d9310.png?_wi=2",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwWhLByadMoUaITKjtdrpUUpv7/an-illustration-showing-multiple-devices-1773504310168-d92d9310.png",
|
||||
},
|
||||
{
|
||||
id: "quick-add-inventory",
|
||||
@@ -107,7 +107,7 @@ export default function FeaturesPage() {
|
||||
"Bulk upload capabilities for large inventory additions",
|
||||
"Smart auto-complete for faster data entry",
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwWhLByadMoUaITKjtdrpUUpv7/a-clean-minimal-form-interface-on-a-mobi-1773504310253-a71cc35d.png?_wi=3",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwWhLByadMoUaITKjtdrpUUpv7/a-clean-minimal-form-interface-on-a-mobi-1773504310253-a71cc35d.png",
|
||||
},
|
||||
{
|
||||
id: "sales-tracking",
|
||||
@@ -118,7 +118,7 @@ export default function FeaturesPage() {
|
||||
"AI-powered reorder recommendations based on sales trends",
|
||||
"Forecasting tools to predict future inventory needs",
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwWhLByadMoUaITKjtdrpUUpv7/a-detailed-analytics-dashboard-showing-i-1773504310479-1daf25c0.png?_wi=3",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwWhLByadMoUaITKjtdrpUUpv7/a-detailed-analytics-dashboard-showing-i-1773504310479-1daf25c0.png",
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -131,6 +131,8 @@ export default function FeaturesPage() {
|
||||
cardClassName="bg-white rounded-xl p-8 shadow-sm border border-gray-100"
|
||||
cardTitleClassName="text-xl font-bold mb-4"
|
||||
cardDescriptionClassName="text-gray-600 space-y-3 list-disc list-inside"
|
||||
titleClassName="text-3xl md:text-4xl font-bold mb-4"
|
||||
descriptionClassName="text-base text-gray-600 max-w-3xl mb-12"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -182,6 +184,8 @@ export default function FeaturesPage() {
|
||||
cardTitleClassName="text-lg font-bold"
|
||||
valueClassName="text-4xl font-bold text-blue-600 my-3"
|
||||
categoryClassName="text-xs font-semibold text-gray-500 uppercase tracking-wide"
|
||||
titleClassName="text-3xl md:text-4xl font-bold"
|
||||
descriptionClassName="text-base text-gray-600 max-w-2xl"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -226,6 +230,8 @@ export default function FeaturesPage() {
|
||||
accordionClassName="bg-white rounded-lg border border-gray-100 p-6"
|
||||
accordionTitleClassName="text-lg font-semibold text-gray-900"
|
||||
accordionContentClassName="text-gray-600 mt-4 leading-relaxed"
|
||||
titleClassName="text-3xl md:text-4xl font-bold mb-4"
|
||||
descriptionClassName="text-base text-gray-600 max-w-2xl mb-12"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user