Update src/app/page.tsx
This commit is contained in:
@@ -21,7 +21,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -46,13 +46,13 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="ENVOQ"
|
||||
description="Experience the future of conversational AI. Envoq transforms how you interact with technology through intelligent, natural conversations that understand context and deliver results."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Start Free Trial", href: "#contact" },
|
||||
{ text: "See Demo", href: "#product" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWIXqvpqnPy0ILGweOl6vRAJ5e/a-sleek-modern-ai-chatbot-interface-dash-1772702606636-cdf383f6.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWIXqvpqnPy0ILGweOl6vRAJ5e/a-sleek-modern-ai-chatbot-interface-dash-1772702606636-cdf383f6.png"
|
||||
imageAlt="Envoq AI Chatbot Interface"
|
||||
frameStyle="browser"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -105,13 +105,13 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "ENVOQ", name: "Customer Support AI", price: "$299/mo", rating: 5,
|
||||
reviewCount: "2.4k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWIXqvpqnPy0ILGweOl6vRAJ5e/envoq-ai-chatbot-in-action-showing-natur-1772702607618-e7e5ef15.png?_wi=1", imageAlt: "Customer Support Solution"},
|
||||
reviewCount: "2.4k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWIXqvpqnPy0ILGweOl6vRAJ5e/envoq-ai-chatbot-in-action-showing-natur-1772702607618-e7e5ef15.png", imageAlt: "Customer Support Solution"},
|
||||
{
|
||||
id: "2", brand: "ENVOQ", name: "Sales Automation", price: "$599/mo", rating: 5,
|
||||
reviewCount: "1.8k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWIXqvpqnPy0ILGweOl6vRAJ5e/envoq-ai-chatbot-in-action-showing-natur-1772702607618-e7e5ef15.png?_wi=2", imageAlt: "Sales Automation Solution"},
|
||||
reviewCount: "1.8k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWIXqvpqnPy0ILGweOl6vRAJ5e/envoq-ai-chatbot-in-action-showing-natur-1772702607618-e7e5ef15.png", imageAlt: "Sales Automation Solution"},
|
||||
{
|
||||
id: "3", brand: "ENVOQ", name: "Enterprise Suite", price: "$1,299/mo", rating: 5,
|
||||
reviewCount: "890", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWIXqvpqnPy0ILGweOl6vRAJ5e/envoq-ai-chatbot-in-action-showing-natur-1772702607618-e7e5ef15.png?_wi=3", imageAlt: "Enterprise Solution"},
|
||||
reviewCount: "890", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWIXqvpqnPy0ILGweOl6vRAJ5e/envoq-ai-chatbot-in-action-showing-natur-1772702607618-e7e5ef15.png", imageAlt: "Enterprise Solution"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -210,14 +210,14 @@ export default function LandingPage() {
|
||||
{ text: "Get Started Free", href: "#" },
|
||||
{ text: "Schedule Demo", href: "#" },
|
||||
]}
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWIXqvpqnPy0ILGweOl6vRAJ5e/a-sleek-modern-ai-chatbot-interface-dash-1772702606636-cdf383f6.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWIXqvpqnPy0ILGweOl6vRAJ5e/a-sleek-modern-ai-chatbot-interface-dash-1772702606636-cdf383f6.png"
|
||||
imageAlt="Envoq Footer Background"
|
||||
logoText="Envoq"
|
||||
copyrightText="© 2025 Envoq AI. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user