Replace component CTA with Button with new props
This commit is contained in:
@@ -16,8 +16,10 @@ const metadata = {
|
||||
tagline="Product Details Demo"
|
||||
title="Product Landing Page: Showcase with Precision and Passion!"
|
||||
subtitle="Step-by-step guide to designing a Landing Page that highlights every facet of your product or service."
|
||||
callToAction={{ text: 'Call to Action', href: '#', icon: 'tabler:square-rounded-arrow-right' }}
|
||||
callToAction2={{ text: 'Learn more', href: '#' }}
|
||||
actions={[
|
||||
{ variant: 'primary', text: 'Call to Action', href: '#', icon: 'tabler:square-rounded-arrow-right' },
|
||||
{ text: 'Learn more', href: '#' },
|
||||
]}
|
||||
image={{
|
||||
src: 'https://images.unsplash.com/photo-1473188588951-666fce8e7c68?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2174&q=80',
|
||||
alt: 'A spotlight on a product. Product Details Landing Page Demo',
|
||||
|
Reference in New Issue
Block a user