Update src/app/estimator/page.tsx
This commit is contained in:
@@ -25,7 +25,7 @@ export default function EstimatorPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLarge"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -76,6 +76,7 @@ export default function EstimatorPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/agreement-commitment-negotiation-partnership-collaboration_53876-13789.jpg"
|
||||
imageAlt="Estimator workflow automation"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -97,8 +98,7 @@ export default function EstimatorPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
@@ -106,8 +106,7 @@ export default function EstimatorPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Website Builder", href: "/services" },
|
||||
{ label: "Estimator Tool", href: "/estimator" },
|
||||
{ label: "Automation Suite", href: "/services" },
|
||||
@@ -115,8 +114,7 @@ export default function EstimatorPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Blog", href: "#" },
|
||||
@@ -124,8 +122,7 @@ export default function EstimatorPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Security", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user