Update src/app/store/page.tsx
This commit is contained in:
@@ -68,47 +68,17 @@ export default function StorePage() {
|
||||
<ProductCardOne
|
||||
products={[
|
||||
{
|
||||
id: "product-1",
|
||||
name: "Premium Starter Plan",
|
||||
price: "$299/mo",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AvGkBsCO0mginNgM2eTEuelCtW/a-premium-product-showcase-with-clean-mi-1773465859258-9a6abe50.png?_wi=2",
|
||||
imageAlt: "Premium starter package",
|
||||
},
|
||||
id: "product-1", name: "Premium Starter Plan", price: "$299/mo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AvGkBsCO0mginNgM2eTEuelCtW/a-premium-product-showcase-with-clean-mi-1773465859258-9a6abe50.png", imageAlt: "Premium starter package"},
|
||||
{
|
||||
id: "product-2",
|
||||
name: "Professional Suite",
|
||||
price: "$699/mo",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AvGkBsCO0mginNgM2eTEuelCtW/an-artistic-arrangement-of-modern-tech-g-1773465859231-91203964.png?_wi=2",
|
||||
imageAlt: "Professional business suite",
|
||||
},
|
||||
id: "product-2", name: "Professional Suite", price: "$699/mo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AvGkBsCO0mginNgM2eTEuelCtW/an-artistic-arrangement-of-modern-tech-g-1773465859231-91203964.png", imageAlt: "Professional business suite"},
|
||||
{
|
||||
id: "product-3",
|
||||
name: "Enterprise Platform",
|
||||
price: "Custom",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AvGkBsCO0mginNgM2eTEuelCtW/abstract-visualization-of-digital-softwa-1773465859702-95f46fa4.png?_wi=2",
|
||||
imageAlt: "Enterprise solution package",
|
||||
},
|
||||
id: "product-3", name: "Enterprise Platform", price: "Custom", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AvGkBsCO0mginNgM2eTEuelCtW/abstract-visualization-of-digital-softwa-1773465859702-95f46fa4.png", imageAlt: "Enterprise solution package"},
|
||||
{
|
||||
id: "product-4",
|
||||
name: "Developer Toolkit",
|
||||
price: "$99/mo",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AvGkBsCO0mginNgM2eTEuelCtW/a-premium-product-showcase-with-clean-mi-1773465859258-9a6abe50.png?_wi=3",
|
||||
imageAlt: "Developer tools and resources",
|
||||
},
|
||||
id: "product-4", name: "Developer Toolkit", price: "$99/mo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AvGkBsCO0mginNgM2eTEuelCtW/a-premium-product-showcase-with-clean-mi-1773465859258-9a6abe50.png", imageAlt: "Developer tools and resources"},
|
||||
{
|
||||
id: "product-5",
|
||||
name: "Agency Bundle",
|
||||
price: "$1,299/mo",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AvGkBsCO0mginNgM2eTEuelCtW/an-artistic-arrangement-of-modern-tech-g-1773465859231-91203964.png?_wi=3",
|
||||
imageAlt: "Agency comprehensive bundle",
|
||||
},
|
||||
id: "product-5", name: "Agency Bundle", price: "$1,299/mo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AvGkBsCO0mginNgM2eTEuelCtW/an-artistic-arrangement-of-modern-tech-g-1773465859231-91203964.png", imageAlt: "Agency comprehensive bundle"},
|
||||
{
|
||||
id: "product-6",
|
||||
name: "White Label Solution",
|
||||
price: "Contact",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AvGkBsCO0mginNgM2eTEuelCtW/abstract-visualization-of-digital-softwa-1773465859702-95f46fa4.png?_wi=3",
|
||||
imageAlt: "White label platform",
|
||||
},
|
||||
id: "product-6", name: "White Label Solution", price: "Contact", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AvGkBsCO0mginNgM2eTEuelCtW/abstract-visualization-of-digital-softwa-1773465859702-95f46fa4.png", imageAlt: "White label platform"},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -119,14 +89,12 @@ export default function StorePage() {
|
||||
useInvertedBackground={false}
|
||||
tag="Store & Pricing"
|
||||
tagIcon={Shield}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Features",
|
||||
href: "/about",
|
||||
},
|
||||
text: "View Features", href: "/about"},
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -134,32 +102,16 @@ export default function StorePage() {
|
||||
<MetricCardOne
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-starter",
|
||||
value: "Unlimited",
|
||||
title: "Content Items",
|
||||
description: "Manage unlimited blog posts and content across your CMS",
|
||||
icon: Users,
|
||||
id: "metric-starter", value: "Unlimited", title: "Content Items", description: "Manage unlimited blog posts and content across your CMS", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "metric-products",
|
||||
value: "Unlimited",
|
||||
title: "Products",
|
||||
description: "List and manage unlimited products in your Shopify store",
|
||||
icon: Zap,
|
||||
id: "metric-products", value: "Unlimited", title: "Products", description: "List and manage unlimited products in your Shopify store", icon: Zap,
|
||||
},
|
||||
{
|
||||
id: "metric-bandwidth",
|
||||
value: "10GB+",
|
||||
title: "Bandwidth",
|
||||
description: "Fast content delivery with generous bandwidth allocation",
|
||||
icon: TrendingUp,
|
||||
id: "metric-bandwidth", value: "10GB+", title: "Bandwidth", description: "Fast content delivery with generous bandwidth allocation", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
id: "metric-support",
|
||||
value: "24/7",
|
||||
title: "Priority Support",
|
||||
description: "Dedicated support team available round the clock",
|
||||
icon: Headphones,
|
||||
id: "metric-support", value: "24/7", title: "Priority Support", description: "Dedicated support team available round the clock", icon: Headphones,
|
||||
},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
@@ -171,14 +123,12 @@ export default function StorePage() {
|
||||
useInvertedBackground={false}
|
||||
tag="What's Included"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Compare Plans",
|
||||
href: "#",
|
||||
},
|
||||
text: "Compare Plans", href: "#"},
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -188,10 +138,9 @@ export default function StorePage() {
|
||||
title="Ready to Upgrade Your Platform?"
|
||||
description="Join thousands of businesses using Webild. Get exclusive discounts for annual subscriptions and personalized onboarding support."
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Get Special Offer"
|
||||
@@ -202,9 +151,7 @@ export default function StorePage() {
|
||||
|
||||
<div id="footer-store" data-section="footer-store">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AvGkBsCO0mginNgM2eTEuelCtW/a-sleek-abstract-technology-background-w-1773465857983-797553e2.png?_wi=4"
|
||||
imageAlt="Abstract futuristic technology background"
|
||||
videoSrc=""
|
||||
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AvGkBsCO0mginNgM2eTEuelCtW/a-sleek-abstract-technology-background-w-1773465857983-797553e2.png"
|
||||
columns={navItemsForFooter}
|
||||
logoText="Webild"
|
||||
copyrightText="© 2025 Webild Platform. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user