Columns
This page showcases a collection of horizontally aligned component samples using use-bootstrap.
Header , Cards (icon, link, aos)
Accelerate Your Business with Cloud-Based Solutions
Choose a workflow that suits your team's needs or create your own to efficiently ship software.
Powerful Features
Utilize a wide range of tools to enhance your development process.
Discover featuresAdvanced HTML/CSS Editing
Customize your design with advanced HTML and CSS editing capabilities.
Start editing<template>
<HeroRow
size="lg-9"
justify-content="start"
>
<h2>
Accelerate Your Business with Cloud-Based Solutions
</h2>
<p>Choose a workflow that suits your team's needs or create your own to efficiently ship software.</p>
</HeroRow>
<Row columns="1 md-3">
<Col>
<Card
relative-height="100"
border-color="light"
shadow
data-aos="fade-up"
data-aos-delay="200"
>
<CardBody>
<BIcon
icon="bi:headset"
color="primary"
font-size="1"
/>
<CardTitle class="mt-2">
Easy and Quick Design
</CardTitle>
<CardText>Powerful features and advanced HTML/CSS editing.</CardText>
<CardLink to="/">
Learn more <BIcon icon="bi:chevron-right" />
</CardLink>
</CardBody>
</Card>
</Col>
<Col>
<Card
relative-height="100"
border-color="light"
shadow
data-aos="fade-up"
data-aos-delay="300"
>
<CardBody>
<BIcon
icon="bi:gear"
color="primary"
font-size="1"
/>
<CardTitle class="mt-2">
Powerful Features
</CardTItle>
<CardText>Utilize a wide range of tools to enhance your development process.</CardText>
<CardLink to="/">
Discover features <BIcon
class="small ms-1"
icon="bi:chevron-right"
/>
</CardLink>
</CardBody>
</Card>
</Col>
<Col>
<Card
relative-height="100"
border-color="light"
shadow
data-aos="fade-up"
data-aos-delay="400"
>
<CardBody>
<BIcon
icon="bi:code-slash"
color="primary"
font-size="1"
/>
<CardTitle>
Advanced HTML/CSS Editing
</CardTitle>
<CardText>Customize your design with advanced HTML and CSS editing capabilities.</CardText>
<CardLink to="/">
Start editing <BIcon
class="fas small ms-1"
icon="bi:chevron-right"
/>
</CardLink>
</CardBody>
</Card>
</Col>
</Row>
</template>
Blocks (link, aos)
If there is
a significant decrease
If there is
a significant increase
If there is
a significant increase
<template>
<Row
justify-content="center"
columns="1 md-3"
>
<Col>
<b-div text-alignment="center">
<b-div font-size="1">
<BIcon
icon="bi:arrow-down-short"
text-color="danger"
/>43%
</b-div>
<b-p>If there is<br />a significant decrease</b-p>
</b-div>
</Col>
<Col>
<b-div text-alignment="center">
<b-div font-size="1">
<BIcon
icon="bi:arrow-up-short"
text-color="success"
/>31%
</b-div>
<b-p>If there is<br />a significant increase</b-p>
</b-div>
</Col>
<Col>
<b-div text-alignment="center">
<b-div font-size="1">
<BIcon
icon="bi:arrow-up-short"
text-color="success"
/>12%
</b-div>
<b-p>If there is<br />a significant increase</b-p>
</b-div>
</Col>
</Row>
</template>
FlexIconBlocks (aos)
User Guide
Comprehensive guides and tutorials to help you get started quickly.
Configuration
Detailed configuration options to customize your experience.
Support
Reach out to our support team for assistance and troubleshooting.
API Reference
Detailed API documentation with examples and usage guidelines.
<template>
<Row
justify-content="center"
columns="1 md-2"
>
<Col>
<Flex
data-aos="fade-up"
data-aos-delay="300"
>
<FlexItem>
<BIcon
icon="bi:book"
text-color="success"
font-size="1"
/>
</FlexItem>
<FlexItem
margin="s-3"
grow="1"
>
<b-h level="4">
User Guide
</b-h>
<b-p text-color="secondary">
Comprehensive guides and tutorials to help you get started quickly.
</b-p>
</FlexItem>
</Flex>
</Col>
<Col>
<Flex
data-aos="fade-up"
data-aos-delay="400"
>
<FlexItem>
<BIcon
icon="bi:gear"
text-color="info"
font-size="1"
/>
</FlexItem>
<FlexItem
grow="1"
margin="s-3"
>
<b-h level="4">
Configuration
</b-h>
<b-p text-color="secondary">
Detailed configuration options to customize your experience.
</b-p>
</FlexItem>
</Flex>
</Col>
<Col>
<Flex
data-aos="fade-up"
data-aos-delay="500"
>
<FlexItem>
<BIcon
icon="bi:chat-dots"
text-color="warning"
font-size="1"
/>
</FlexItem>
<FlexItem
grow="1"
margin="s-3"
>
<b-h level="4">
Support
</b-h>
<b-p text-color="secondary">
Reach out to our support team for assistance and troubleshooting.
</b-p>
</FlexItem>
</Flex>
</Col>
<Col>
<Flex
data-aos="fade-up"
data-aos-delay="600"
>
<FlexItem>
<BIcon
icon="bi:files"
text-color="primary"
font-size="1"
/>
</FlexItem>
<FlexItem
grow="1"
margin="s-3"
>
<b-h level="4">
API Reference
</b-h>
<b-p text-color="secondary">
Detailed API documentation with examples and usage guidelines.
</b-p>
</FlexItem>
</Flex>
</Col>
</Row>
</template>
IconBlocks (aos)
4.82 out of 5 starts
from 83 reviews
Loved by 95% of users
based on 150 feedbacks
Awarded Best SaaS Product
in 2023
<template>
<Row>
<Col col="md-4">
<b-div
data-aos="fade-up"
data-aos-delay="100"
text-alignment="center"
padding="x-md-3"
>
<b-icon
icon="bi:star-fill"
text-color="warning"
font-size="1"
/>
<p>
<b>
4.82 out of 5 starts
</b><br /> from 83 reviews
</p>
</b-div>
</Col>
<ResponsiveRule vertical="md" />
<Col>
<b-div
data-aos="fade-up"
text-alignment="center"
padding="x-md-3"
>
<b-icon
icon="bi:chat-quote"
text-color="warning"
font-size="1"
/>
<p>
<b>
Loved by 95% of users
</b><br /> based on 150 feedbacks
</p>
</b-div>
</Col>
<ResponsiveRule vertical="md" />
<Col col="md-4">
<b-div
data-aos="fade-up"
data-aos-delay="100"
text-alignment="center"
padding="x-md-3"
>
<b-icon
icon="bi:cart"
text-color="warning"
font-size="1"
/>
<p>
<b>
Awarded Best SaaS Product
</b><br /> in 2023
</p>
</b-div>
</Col>
</Row>
</template>
Header (center) , IconBlocks
Optimize
your campaigns
Maximize your ad performance and achieve better results.
Analyze
data effectively
Gain insights from your data to make informed decisions.
Scale
operations smoothly
Expand your operations efficiently and boost your ROI.
<template>
<HeroRow
text-alignment="center"
margin="y-5"
>
<b-div
font-size="4"
font-weight="bold"
>
Key Advantages
</b-div>
<b-div font-size="2">
Why our 50,000+ users trust our platform
</b-div>
</HeroRow>
<Row
columns="1 md-3"
text-alignment="center"
>
<Col>
<BIcon
icon="bi:graph-up"
text-color="success"
margin="b-3"
font-size="1"
/>
<b-h level="4">
Optimize<br />your campaigns
</b-h>
<b-p text-color="secondary">
Maximize your ad performance and achieve better results.
</b-p>
</Col>
<Col>
<BIcon
icon="bi:pie-chart"
text-color="info"
margin="b-3"
font-size="1"
/>
<b-h level="4">
Analyze<br />data effectively
</b-h>
<b-p text-color="secondary">
Gain insights from your data to make informed decisions.
</b-p>
</Col>
<Col>
<BIcon
icon="bi:bar-chart-line"
text-color="primary"
margin="b-3"
font-size="1"
/>
<b-h level="4">
Scale<br />operations smoothly
</b-h>
<b-p text-color="secondary">
Expand your operations efficiently and boost your ROI.
</b-p>
</Col>
</Row>
</template>
Blocks
1,200,000
Our platform has received feedback from over 1,200,000 users worldwide.
150
We have a presence in over 150 countries, providing localized services.
98%
Our customer satisfaction rate is 98%, based on recent surveys.
<template>
<Row columns="1 md-3">
<Col>
<b-div text-alignment="center">
<b-small
text-color="primary"
class="text-cap"
>
<b-icon icon="bi:dash" /> User Feedback
</b-small>
<b-h
level="4"
display-headings="4"
>
1,200,000
</b-h>
<p>Our platform has received feedback from over 1,200,000 users worldwide.</p>
</b-div>
</Col>
<Col>
<b-div text-alignment="center">
<b-small
text-color="primary"
class="text-cap"
>
<b-icon icon="bi:dash" /> Global Reach
</b-small>
<b-h
level="4"
display-headings="4"
>
150
</b-h>
<p>We have a presence in over 150 countries, providing localized services.</p>
</b-div>
</Col>
<Col>
<b-div text-alignment="center">
<b-small
text-color="primary"
class="text-cap"
>
<b-icon icon="bi:dash" /> Customer Satisfaction
</b-small>
<b-h
level="4"
display-headings="4"
>
98%
</b-h>
<p>Our customer satisfaction rate is 98%, based on recent surveys.</p>
</b-div>
</Col>
</Row>
</template>
Header (inline-list), Cards (top-image, icon-list, stretched-icon-link)
Master the art of building websites with modern tools
- Real-time collaboration
- News and updates
- Workshops and seminars
Edge App
Edge App makes browsing on Android more efficient.
- In-depth Analytics
- Online Advertising
- Project Management
Wave App
Wave App simplifies your daily tasks on iOS.
- User Engagement
- Content Creation
- Team Collaboration
Pulse App
Pulse App helps you stay connected on the go.
- Instant Messaging
- Social Media Integration
- Event Scheduling
<template>
<HeroRow
text-alignment="center"
size="md-8"
>
<b-div
margin="x-auto"
>
<b-h level="2">
Master the art of building websites with modern tools
</b-h>
</b-div>
</HeroRow>
<HeroRow text-alignment="center">
<List inline>
<ListItem
inline
icon="bi:check"
icon-color="primary"
>
Real-time collaboration
</ListItem>
<ListItem
inline
icon="bi:check"
icon-color="primary"
>
News and updates
</ListItem>
<ListItem
inline
icon="bi:check"
icon-color="primary"
>
Workshops and seminars
</ListItem>
</List>
</HeroRow>
<Row columns="1 md-3">
<Col>
<Card
relative-height="100"
class="hover:-un-translate-y-0.5"
>
<CardImgTop src="/unsplash/image/480x220/redd-f-5U_28ojjgms-unsplash.jpg" />
<CardBody>
<CardTitle>Edge App</Cardtitle>
<CardText>Edge App makes browsing on Android more efficient.</CardText>
<List unstyled>
<ListItem icon="bi:chevron-right">
In-depth Analytics
</ListItem>
<ListItem icon="bi:chevron-right">
Online Advertising
</ListItem>
<ListItem icon="bi:chevron-right">
Project Management
</ListItem>
</List>
</CardBody>
<CardFooter>
<CardLink
stretched
to="/"
icon="bi:chevron-right"
icon-end
>
Discover more
</CardLink>
</CardFooter>
</Card>
</Col>
<Col>
<Card
relative-height="100"
class="hover:-un-translate-y-0.5"
>
<CardImgTop src="/unsplash/image/480x220/dlxmedia-hu-U-W8FKeC6Mo-unsplash.jpg" />
<CardBody>
<CardTitle>Wave App</CardTitle>
<CardText>Wave App simplifies your daily tasks on iOS.</CardText>
<List unstyled>
<ListItem icon="bi:chevron-right">
User Engagement
</ListItem>
<ListItem icon="bi:chevron-right">
Content Creation
</ListItem>
<ListItem icon="bi:chevron-right">
Team Collaboration
</ListItem>
</List>
</CardBody>
<CardFooter>
<CardLink
stretched
to="/"
icon="bi:chevron-right"
icon-end
>
Learn more
</CardLink>
</CardFooter>
</Card>
</Col>
<Col>
<Card
relative-height="100"
class="hover:-un-translate-y-0.5"
>
<CardImgTop src="/unsplash/image/480x220/unseen-studio-s9CC2SKySJM-unsplash.jpg" />
<CardBody>
<CardTitle>Pulse App</CardTitle>
<CardText>Pulse App helps you stay connected on the go.</CardText>
<List unstyled>
<ListItem icon="bi:chevron-right">
Instant Messaging
</ListItem>
<ListItem icon="bi:chevron-right">
Social Media Integration
</ListItem>
<ListItem icon="bi:chevron-right">
Event Scheduling
</ListItem>
</List>
</CardBody>
<CardFooter>
<CardLink
stretched
to="/"
icon="bi:chevron-right"
icon-end
>
Explore more
</CardLink>
</CardFooter>
</Card>
</Col>
</Row>
</template>
Header (center), Cards (background-color, grid, background-image)
Analytics solutions
<template>
<HeroRow
text-alignment="center"
margin="y-3"
>
<b-h level="2">
Analytics solutions
</b-h>
</HeroRow>
<Row columns="1 md-3">
<Col>
<Card
relative-height="100"
background-color="primary-subtle"
border-subtractive
class="hover:-un-translate-y-0.5"
>
<Row>
<Col col="md-8">
<CardBody>
<CardTitle heading="4">
Analytics you can trust
</CardTitle>
<CardLink
icon="bi:chevron-right"
icon-end
to="/"
stretched
>
Learn more
</CardLink>
</CardBody>
</Col>
<Col
background-image="/iradesign/svg/backgrounds/bg2.svg"
class="un-bg-cover un-bg-center un-bg-no-repeat"
style="background-size: 80%;"
/>
</Row>
</Card>
</Col>
<Col>
<Card
relative-height="100"
background-color="primary-subtle"
border-subtractive
class="hover:-un-translate-y-0.5"
>
<Row>
<Col col="md-8">
<CardBody>
<CardTitle>Scheduling made simple</CardTitle>
<CardLink
icon="bi:chevron-right"
icon-end
to="/"
stretched
>
Learn more
</CardLink>
</CardBody>
</Col>
<Col
background-image="/iradesign/svg/backgrounds/bg4.svg"
class="un-bg-cover un-bg-center un-bg-no-repeat"
style="background-size: 80%;"
/>
</Row>
</Card>
</Col>
<Col>
<Card
relative-height="100"
background-color="primary-subtle"
border-subtractive
class="hover:-un-translate-y-0.5"
>
<Row>
<Col col="md-8">
<CardBody>
<CardTitle>Listening made easy</CardTitle>
<CardLink
icon="bi:chevron-right"
to="/"
icon-end
stretched
>
Learn more
</CardLink>
</CardBody>
</Col>
<Col
background-image="/iradesign/svg/backgrounds/bg5.svg"
class="un-bg-cover un-bg-center un-bg-no-repeat"
style="background-size: 80%;"
/>
</Row>
</Card>
</Col>
</Row>
</template>
Header, Cards (top-image), Footer(stretched-icon-link)
Read our latest updates
We have collaborated with some amazing companies to brand, design, and launch their products.
Innovation
Success is when everything works seamlessly
Creativity
Innovation is the key to success
Business
Should Product Owners think like entrepreneurs?
Technology
The future of tech is here
<template>
<HeroRow
margin="b-3"
text-alignment="center"
size="md-8"
>
<b-h level="2">
Read our latest updates
</b-h>
<b-p>We have collaborated with some amazing companies to brand, design, and launch their products.</b-p>
</HeroRow>
<Row
margin="b-3"
columns="1 sm-2 md-4"
>
<Col>
<Card
relative-height="100"
>
<CardImgTop
src="/unsplash/image/500x280/arlington-research-nFLmPAf9dVc-unsplash.jpg"
alt="Image Description"
/>
<CardBody>
<CardSubTitle text-color="primary">
Innovation
</CardSubTitle>
<CardTitle
text-color="secondary"
margin="b-5"
>
Success is when everything works seamlessly
</CardTitle>
</CardBody>
</Card>
</Col>
<Col>
<Card
relative-height="100"
>
<CardImgTop
src="/unsplash/image/500x280/jason-goodman-bzqU01v-G54-unsplash.jpg"
alt="Image Description"
/>
<CardBody>
<CardSubTitle text-color="primary">
Creativity
</CardSubTitle>
<CardTitle text-color="secondary">
Innovation is the key to success
</CardTitle>
</CardBody>
</Card>
</Col>
<Col>
<Card
relative-height="100"
>
<CardImgTop
src="/unsplash/image/500x280/arlington-research-Kz8nHVg_tGI-unsplash.jpg"
alt="Image Description"
/>
<CardBody>
<CardSubTitle text-color="primary">
Business
</CardSubTitle>
<CardTitle text-color="secondary">
Should Product Owners think like entrepreneurs?
</CardTitle>
</CardBody>
</Card>
</Col>
<Col col="md-3">
<card
relative-height="100"
>
<CardImgTop
src="/unsplash/image/500x280/annie-spratt-hCb3lIB8L8E-unsplash.jpg"
alt="Image Description"
/>
<CardBody>
<CardSubTitle text-color="primary">
Technology
</CardSubTitle>
<CardTitle text-color="secondary">
The future of tech is here
</CardTitle>
</CardBody>
</Card>
</Col>
</Row>
<HeroRow text-alignment="center">
<Card>
<CardBody>
Want to explore more?
<CardLink
to="/"
icon="bi:chevron-right"
icon-end
stretched
>
Go here
</CardLink>
</CardBody>
</Card>
</HeroRow>
</template>
Header, Cards (different-col-size, top-image, stretched-icon-link, hover-translate)
Our services
Elevate your services with our comprehensive solutions.
Make a significant impact
We are committed to providing opportunities to those who have demonstrated their ability to execute effectively.
Guides
Whether you're a startup or a global enterprise, learn how to integrate with our solutions.
Explore the Tools
Quickly access sample components and copy-paste codes.
<template>
<HeroRow
margin="y-3"
size="md-8"
justify-content="start"
>
<b-p text-color="body-tertiary">
<b>Our services</b>
</b-p>
<b-p headings="3">
Elevate your services with our comprehensive solutions.
</b-p>
</HeroRow>
<Row>
<Col col="md-5">
<Card
relative-height="100"
class="hover:-un-translate-y-0.5"
>
<CardImgTop
src="/unsplash/image/500x280/arlington-research-nFLmPAf9dVc-unsplash.jpg"
alt="Image Description"
/>
<CardBody>
<CardTitle>
Make a significant impact
</CardTitle>
<CardText text-color="secondary">
We are committed to providing opportunities to those who have demonstrated their ability to execute effectively.
</CardText>
</CardBody>
<CardFooter>
<CardLink
icon="bi:chevron-right"
icon-end
to="/"
stretched
>
Learn more
</CardLink>
</CardFooter>
</Card>
</Col>
<Col col="md">
<Card
relative-height="100"
class="hover:-un-translate-y-0.5"
>
<CardImgTop
src="/unsplash/image/500x280/jason-goodman-bzqU01v-G54-unsplash.jpg"
alt="Image Description"
/>
<CardBody>
<CardTitle>Guides</CardTitle>
<CardText text-color="secondary">
Whether you're a startup or a global enterprise, learn how to integrate with our solutions.
</CardText>
</CardBody>
<CardFooter>
<CardLink
icon="bi:chevron-right"
icon-end
to="/"
stretched
>
Learn more
</CardLink>
</CardFooter>
</Card>
</Col>
<Col>
<Card
relative-height="100"
class="hover:-un-translate-y-0.5"
>
<CardImgTop
src="/unsplash/image/500x280/arlington-research-Kz8nHVg_tGI-unsplash.jpg"
alt="Image Description"
/>
<CardBody>
<CardTitle>
Explore the Tools
</CardTitle>
<CardText text-color="secondary">
Quickly access sample components and copy-paste codes.
</CardText>
</CardBody>
<CardFooter>
<CardLink
icon="bi:chevron-right"
icon-end
to="/"
stretched
>
Learn more
</CardLink>
</CardFooter>
</Card>
</Col>
</Row>
</template>
Header, Cards (stretched-icon-link, hover-translate)
Services
Multiple services – managed by one solution
Marketing Analytics
Automated processes, enhanced performance, and detailed reports.
Development Tools
Advanced tools and comprehensive reports for your team.
Automation Solutions
Optimize your operations and reduce costs with automated solutions.
<template>
<HeroRow
text-alignment="center"
margin="y-3"
size="md-6"
>
<b-p text-color="body-tertiary">
<b>Services</b>
</b-p>
<b-p headings="4">
Multiple services – managed by one solution
</b-p>
</HeroRow>
<Row columns="1 md-3">
<Col>
<Card
relative-height="100"
text-alignment="center"
class="hover:-un-translate-y-0.5"
>
<CardBody>
<b-div class="mb-4">
<b-icon
icon="bi:graph-up"
display-headings="3"
text-color="primary"
/>
</b-div>
<CardTitle>Marketing Analytics</CardTitle>
<CardText text-color="secondary">
Automated processes, enhanced performance, and detailed reports.
</CardText>
</CardBody>
<CardFooter>
<CardLink
icon="bi:chevron-right"
icon-end
stretched
>
Learn more
</CardLink>
</CardFooter>
</Card>
</Col>
<Col>
<Card
relative-height="100"
text-alignment="center"
class="hover:-un-translate-y-0.5"
>
<CardBody>
<b-icon
icon="bi:tools"
display-headings="3"
text-color="primary"
/>
<CardTitle>Development Tools</CardTitle>
<CardText text-color="secondary">
Advanced tools and comprehensive reports for your team.
</CardText>
</CardBody>
<CardFooter>
<CardLink
icon="bi:chevron-right"
icon-end
stretched
>
Learn more
</CardLink>
</CardFooter>
</Card>
</Col>
<Col>
<Card
relative-height="100"
text-alignment="center"
class="hover:-un-translate-y-0.5"
>
<CardBody>
<b-icon
icon="bi:gear"
display-headings="3"
text-color="primary"
/>
<CardTitle>Automation Solutions</CardTitle>
<CardText text-color="secondary">
Optimize your operations and reduce costs with automated solutions.
</CardText>
</CardBody>
<CardFooter>
<CardLink
icon="bi:chevron-right"
icon-end
stretched
>
Learn more
</CardLink>
</CardFooter>
</Card>
</Col>
</Row>
</template>
Cards (background-color, background-pattern, stretched-icon-link, hover-translate)
Transforming the landscape of customer acquisition
Streamline top strategies and concentrate on creating high-quality content.
Learn morePioneering the future of industry
Discover moreStrategies to save significant costs
Discover more<template>
<Row>
<Col col="md-6">
<Card
relative-height="100"
data-aos="fade-up"
border-subtractive
>
<Background
background-color="primary"
pattern-src="/hero-patterns/jigsaw.svg"
relative-height="100"
class="hover:-un-translate-y-0.5"
rounded
>
<CardBody>
<CardTitle
text-color="white"
>
Transforming the landscape of customer acquisition
</CardTitle>
<CardText text-color="white">
Streamline top strategies and concentrate on creating high-quality content.
</CardText>
<CardLink
text-color="light"
icon="bi:chevron-right"
icon-end
to="/"
stretched
>
Learn more
</CardLink>
</CardBody>
</Background>
</Card>
</Col>
<Col col="md-3 sm-6">
<Card
relative-height="100"
data-aos="fade-up"
data-aos-delay="100"
border-subtractive
>
<Background
background-color="primary"
pattern-src="/hero-patterns/hideout.svg"
relative-height="100"
class="hover:-un-translate-y-0.5"
rounded
>
<CardBody>
<CardTitle
text-color="white"
>
Pioneering the future of industry
</CardTitle>
<CardLink
text-color="light"
icon="bi:chevron-right"
icon-end
to="/"
stretched
>
Discover more
</CardLink>
</CardBody>
</Background>
</Card>
</Col>
<Col col="md-3 sm-6">
<Card
relative-height="100"
data-aos="fade-up"
data-aos-delay="150"
border-subtractive
>
<Background
background-color="primary"
pattern-src="/hero-patterns/hexagons.svg"
relative-height="100"
class="hover:-un-translate-y-0.5"
rounded
>
<CardBody>
<CardTitle
text-color="white"
>
Strategies to save significant costs
</CardTitle>
<CardLink
text-color="light"
icon="bi:chevron-right"
icon-end
to="/"
stretched
>
Discover more
</CardLink>
</CardBody>
</Background>
</Card>
</Col>
</Row>
</template>
Cards (aos, flex-icon-block)
Contact Support
Reach out to our support team for assistance with your inquiries.
Explore Documentation
Dive into our comprehensive guides and technical resources.
<template>
<b-div>
<Row columns="1 md-2">
<Col data-aos="fade-up">
<Card relation-height="100">
<CardBody>
<Flex>
<FlexItem padding="3 e-4">
<BIcon
icon="bi:chat-left-text"
display-headings="5"
text-color="primary"
/>
</FlexItem>
<FlexItem grow="1">
<CardTitle>Contact Support</CardTitle>
<CardText text-color="secondary">
Reach out to our support team for assistance with your inquiries.
</CardText>
</FlexItem>
</Flex>
</CardBody>
</Card>
</Col>
<Col
data-aos="fade-up"
data-aos-delay="100"
>
<Card relation-height="100">
<CardBody>
<Flex>
<FlexItem padding="3">
<BIcon
icon="bi:files"
display-headings="5"
text-color="primary"
/>
</FlexItem>
<FlexItem grow="1">
<CardTitle>Explore Documentation</CardTitle>
<CardText text-color="secondary">
Dive into our comprehensive guides and technical resources.
</CardText>
</FlexItem>
</Flex>
</CardBody>
</Card>
</Col>
</Row>
</b-div>
</template>
Header, Cards (aos, top-image, background-color, button-hover-translate)
3 Unique Themes Included
Effortlessly create new pages with any of the 12 pre-designed grids and a vast array of components and elements.
Basic
Available on:
Dark mode
Available on:
Wireframe
Available on:
<template>
<HeroRow
text-alignment="center"
size="md-8"
margin="b-3"
>
<b-h level="2">
3 Unique Themes Included
</b-h>
<b-p>Effortlessly create new pages with any of the 12 pre-designed grids and a vast array of components and elements.</b-p>
</HeroRow>
<Row
margin="b-3"
columns="1 md-3"
>
<Col>
<Card
background-color="primary-subtle"
text-alignment="center"
data-aos="fade-up"
data-aos-delay="100"
class="hover:-un-translate-y-0.5"
border-subtractive
>
<CardBody>
<b-img
src="/unsplash/image/480x220/redd-f-5U_28ojjgms-unsplash.jpg"
fluid
alt="Image Description"
/>
<CardTitle>Basic</CardTitle>
<CardText>Available on:</CardText>
<b-div margin="b-3">
<b-icon
icon="bi:vimeo"
text-color="primary"
headings="3"
margin="e-2"
/>
<b-icon
icon="bi:twitch"
text-color="primary"
headings="3"
margin="e-2"
/>
</b-div>
<b-div display="grid">
<b-button
color="primary"
class="hover:-un-translate-y-0.5"
>
View Demo
</b-button>
</b-div>
</CardBody>
</Card>
</Col>
<Col>
<Card
background-color="dark-subtle"
text-alignment="center"
data-aos="fade-up"
class="hover:-un-translate-y-0.5"
border-subtractive
>
<CardBody>
<b-img
src="/unsplash/image/480x220/dlxmedia-hu-U-W8FKeC6Mo-unsplash.jpg"
fluid
alt="Image Description"
/>
<CardTitle>Dark mode</CardTitle>
<CardText>Available on:</CardText>
<b-div margin="b-3">
<b-icon
icon="bi:vimeo"
text-color="primary"
headings="3"
margin="e-2"
/>
<b-icon
icon="bi:twitch"
text-color="primary"
headings="3"
margin="e-2"
/>
</b-div>
<b-div display="grid">
<b-button
color="white"
disabled
>
Coming soon ...
</b-button>
</b-div>
</CardBody>
</Card>
</Col>
<Col>
<Card
background-color="success-subtle"
text-alignment="center"
data-aos="fade-up"
data-aos-delay="100"
class="hover:-un-translate-y-0.5"
border-subtractive
>
<CardBody>
<b-img
src="/unsplash/image/480x220/unseen-studio-s9CC2SKySJM-unsplash.jpg"
fluid
alt="Image Description"
/>
<CardTitle>Wireframe</CardTitle>
<CardText>Available on:</CardText>
<b-div margin="b-3">
<b-icon
icon="bi:vimeo"
text-color="primary"
headings="3"
margin="e-2"
/>
<b-icon
icon="bi:twitch"
text-color="primary"
headings="3"
margin="e-2"
/>
</b-div>
<b-div display="grid">
<b-button
color="white"
disabled
>
Coming soon ...
</b-button>
</b-div>
</CardBody>
</Card>
</Col>
</Row>
<HeroRow
size="md-4"
>
<b-button
color="outline-primary"
relative-width="100"
>
Watch and learn how it works
</b-button>
</HeroRow>
</template>
Header, Cards (different-col-size, top-image, stretched), Footer
Elements and Sizes
Discover the easiest way to select elements and adjust sizes.
Visual Data Representation
Learn the optimal methods to create and utilize charts and data visualizations in web applications.
Layer Effects
Top tips and guidelines on how to effectively use shadows with layers.
<template>
<HeroRow
text-alignment="center"
size="md-8"
margin="y-3"
>
<b-div text-color="body-tertiary">
<b>Instructions and Guides</b>
</b-div>
<b-div headings="3">
Master the Essentials
</b-div>
</HeroRow>
<Row margin="b-3">
<Col col="md-5">
<Card
relative-height="100"
data-aos="fade-up"
>
<CardImgTop
src="/unsplash/image/480x220/redd-f-5U_28ojjgms-unsplash.jpg"
alt="Image Description"
/>
<CardBody>
<Badge>Free</Badge>
<CardTitle>
Elements and Sizes
</CardTitle>
<CardText text-color="secondary">
Discover the easiest way to select elements and adjust sizes.
</CardText>
</CardBody>
<CardFooter>
<CardLink
to="/"
stretched
icon="bi:chevron-right"
icon-end
>
Find out more
</CardLink>
</CardFooter>
</Card>
</Col>
<Col col="md-4">
<Card
relative-height="100"
data-aos="fade-up"
data-aos-delay="150"
>
<CardImgTop
src="/unsplash/image/480x220/dlxmedia-hu-U-W8FKeC6Mo-unsplash.jpg"
alt="Image Description"
/>
<CardBody>
<Badge color="primary">
NEW
</Badge>
<CardTitle class="text-inherit">
Visual Data Representation
</CardTitle>
<CardText text-coplor="secondary">
Learn the optimal methods to create and utilize charts and data visualizations in web applications.
</CardText>
</CardBody>
<CardFooter>
<CardLink
icon="bi:chevron-right"
icon-end
to="/"
stretched
>
Find out more
</CardLink>
</CardFooter>
</Card>
</Col>
<Col col="md-3">
<Card
relative-height="100"
data-aos="fade-up"
data-aos-delay="200"
>
<CardImgTop
src="/unsplash/image/480x220/unseen-studio-s9CC2SKySJM-unsplash.jpg"
alt="Image Description"
/>
<CardBody>
<CardTitle>
Layer Effects
</CardTitle>
<CardText text-color="secondary">
Top tips and guidelines on how to effectively use shadows with layers.
</CardText>
</CardBody>
<CardFooter>
<CardLink
icon="bi:chevron-right"
icon-end
to="/"
stretched
>
Find out more
</CardLink>
</CardFooter>
</Card>
</Col>
</Row>
<HeroRow
size="12"
text-alignment="center"
>
<Card>
<CardBody>
Interested in more?
<CardLink
icon="bi:chevron-right"
icon-end
stretched
>
Explore all guides
</CardLink>
</CardBody>
</Card>
</HeroRow>
</template>
Cards (grid, image, stretched)
Discover the Widget Suite
Launch your enterprise across multiple channels effortlessly.
Find out more<template>
<Row columns="1 md-2">
<Col>
<Card relative-height="100">
<Row>
<Col>
<CardBody>
<CardTitle>Discover the Widget Suite</CardTitle>
<CardText>Launch your enterprise across multiple channels effortlessly.</CardText>
<CardLink
to="/"
icon="bi:chevron-right"
icon-end
stretched
>
Find out more
</CardLink>
</CardBody>
</Col>
<Col col="3">
<b-img
fluid
src="/iradesign/svg/gradient/characters/woman check phone.svg"
class="un-max-h-48"
padding="3"
/>
</Col>
</Row>
</Card>
</Col>
<Col>
<Card relative-height="100">
<Row>
<Col>
<CardBody>
<CardTitle>Empower teams to innovate</CardTitle>
<CardText>Make informed decisions and explore your possibilities.</CardText>
<CardLink
to="/"
icon="bi:chevron-right"
icon-end
stretched
>
Find out more
</CardLink>
</CardBody>
</Col>
<Col col="3">
<b-img
src="/iradesign/svg/gradient/characters/man with ipad.svg"
class="un-max-h-48"
padding="3"
/>
</Col>
</Row>
</Card>
</Col>
</Row>
</template>
Header, Cards (footer, stretched)
Core Advantages
Accelerate your design process with a diverse collection of stunning templates.
Adaptive
Our platform is beautifully designed, fully responsive, and optimized for mobile-first projects.
Flexible
Easily customize our template with state-of-the-art components and features.
Premium design
Our platform is designed for both developers and designers, including a comprehensive design file.
Guides
Each component and plugin is thoroughly documented with interactive examples.
<template>
<HeroRow
size="md-8"
text-alignment="center"
margin="y-3"
>
<b-h levle="2">
Core Advantages
</b-h>
<b-p>Accelerate your design process with a diverse collection of stunning templates.</b-p>
</HeroRow>
<Row columns="1 sm-2 md-4">
<Col>
<Card relative-height="100">
<CardBody>
<BIcon
text-color="primary"
display-headings="5"
icon="bi:phone"
/>
<CardTitle margin="t-3">
Adaptive
</CardTitle>
<CardText text-color="secondary">
Our platform is beautifully designed, fully responsive, and optimized for mobile-first projects.
</CardText>
</CardBody>
<CardFooter>
<CardLink
to="/"
stretched
icon="bi:chevron-right"
icon-end
>
Discover more
</CardLink>
</CardFooter>
</Card>
</Col>
<Col>
<Card
relative-height="100"
>
<CardBody>
<BIcon
text-color="primary"
display-headings="5"
icon="bi:toggles"
/>
<CardTitle margin="t-3">
Flexible
</CardTitle>
<CardText text-color="secondary">
Easily customize our template with state-of-the-art components and features.
</CardText>
</CardBody>
<CardFooter>
<CardLink
to="/"
stretched
icon="bi:chevron-right"
icon-end
>
Discover more
</CardLink>
</CardFooter>
</Card>
</Col>
<Col>
<Card
relative-height="100"
>
<CardBody>
<BIcon
text-color="primary"
display-headings="5"
icon="bi:shield-check"
/>
<CardTitle margin="t-3">
Premium <Badge
color="success"
rounded="pill"
margin="l-1"
>
design
</Badge>
</CardTitle>
<CardText text-color="secondary">
Our platform is designed for both developers and designers, including a comprehensive design file.
</CardText>
</CardBody>
<CardFooter>
<CardLink
to="/"
stretched
icon="bi:chevron-right"
icon-end
>
Discover more
</CardLink>
</CardFooter>
</Card>
</Col>
<Col>
<Card
relative-height="100"
>
<CardBody>
<BIcon
text-color="primary"
display-headings="5"
icon="bi:files"
/>
<CardTitle margin="t-3">
Guides
</CardTitle>
<CardText text-color="secondary">
Each component and plugin is thoroughly documented with interactive examples.
</CardText>
</CardBody>
<CardFooter>
<CardLink
text-color="primary"
to="/"
stretched
icon="bi:chevron-right"
icon-end
>
Discover more
</CardLink>
</CardFooter>
</Card>
</Col>
</Row>
</template>
Cards (hover-translate, background-color)
Initial Setup
Once you join our platform, your company will be up and running in no time.
Design Process
Easily customize elements with our user-friendly template.
<template>
<Row
margin="t-5"
columns="1 md-2"
>
<Col>
<Card
relative-height="100"
border-subtractive
>
<Background
background-color="primary"
relative-height="100"
class="hover:-un-translate-y-0.5"
rounded
>
<CardBody col="10">
<CardTitle text-color="white">
Initial Setup
</CardTitle>
<CardText text-color="white">
Once you join our platform, your company will be up and running in no time.
</CardText>
<b-button
color="light"
icon="bi:chevron-right"
icon-end
>
Discover more
</b-button>
</CardBody>
<b-img
class="un-h-32"
bottom="0"
end="0"
position="absolute"
margin="3"
src="/iradesign/svg/gradient/characters/woman check phone.svg"
alt="Image Description"
/>
</Background>
</Card>
</Col>
<Col>
<Card
relative-height="100"
border-subtractive
>
<Background
background-color="success"
relative-height="100"
class="hover:-un-translate-y-0.5"
rounded
>
<CardBody col="10">
<CardTitle text-color="white">
Design Process
</CardTitle>
<CardText text-color="white">
Easily customize elements with our user-friendly template.
</CardText>
<b-button color="light" icon="bi:chevron-right" icon-end>
Discover more
</b-button>
</CardBody>
<b-img
class="un-h-32"
bottom="0"
end="0"
position="absolute"
margin="3"
src="/iradesign/svg/gradient/characters/man with ipad.svg"
alt="Image Description"
/>
</Background>
</Card>
</Col>
</Row>
</template>
Header, Cards (image-top, footer, stretched), Footer
Success Stories
A leading company launched their enterprise platform and built a powerful user experience.
A marketing team was empowered to create digital dashboards easily and share them with their team.
A tech company aimed to innovate and simplify their processes to achieve their mission.
<template>
<HeroRow
size="8"
text-alignment="center"
margin="y-3"
>
<b-p><b>Success Stories</b></b-p>
<b-div headings="2">
Discover how our platform is enabling teams to streamline their workflows and enhance productivity
</b-div>
</HeroRow>
<Row
margin="b-3"
columns="1 md-3"
>
<Col>
<Card relative-height="100">
<CardImgTop
src="/unsplash/image/480x220/redd-f-5U_28ojjgms-unsplash.jpg"
alt="Image Description"
/>
<CardBody>
<b-div margin="b-3">
<b-icon
icon="bi:graph-up"
display-headings="5"
text-color="primary"
/>
</b-div>
<CardText>A leading company launched their enterprise platform and built a powerful user experience.</CardText>
</CardBody>
<CardFooter>
<CardLink
icon="bi:chevron-right"
icon-end
to="/"
stretched
>
Read story
</CardLink>
</CardFooter>
</Card>
</Col>
<Col>
<Card relative-height="100">
<CardImgTop
src="/unsplash/image/480x220/dlxmedia-hu-U-W8FKeC6Mo-unsplash.jpg"
alt="Image Description"
/>
<CardBody>
<b-div margin="b-3">
<b-icon
icon="bi:tools"
display-headings="5"
text-color="primary"
/>
</b-div>
<CardText>A marketing team was empowered to create digital dashboards easily and share them with their team.</CardText>
</CardBody>
<CardFooter>
<CardLink
icon="bi:chevron-right"
icon-end
to="/"
stretched
>
Read story
</CardLink>
</CardFooter>
</Card>
</Col>
<Col>
<Card relative-height="100">
<CardImgTop
src="/unsplash/image/480x220/unseen-studio-s9CC2SKySJM-unsplash.jpg"
alt="Image Description"
/>
<CardBody>
<b-div margin="b-3">
<b-icon
icon="bi:gear"
display-headings="5"
text-color="primary"
/>
</b-div>
<CardText>A tech company aimed to innovate and simplify their processes to achieve their mission.</CardText>
</CardBody>
<CardFooter>
<CardLink
icon="bi:chevron-right"
icon-end
to="/"
stretched
>
Read story
</CardLink>
</CardFooter>
</Card>
</Col>
</Row>
<HeroRow
size="md-4"
>
<b-button
color="outline-primary"
relative-width="100"
>
view all stories
</b-button>
</HeroRow>
</template>
Header, Cards (badge, top-background-pattern, footer), Footer
Featured Programs
Web Development
Mastering JavaScript: From Basics to Advanced
- 12 lessons
- 4h 10m
Data Science
Data Analysis with Python: A Comprehensive Guide
- 15 lessons
- 5h 30m
Machine Learning
Introduction to Machine Learning with Python
- 8 lessons
- 2h 45m
Cybersecurity
Cybersecurity Fundamentals: Protecting Your Digital World
- 9 lessons
- 3h 10m
Cloud Computing
Cloud Computing Essentials: From Zero to Hero
- 10 lessons
- 3h 25m
Artificial Intelligence
AI for Everyone: Understanding Artificial Intelligence
- 11 lessons
- 4h 50m
<template>
<Background
text-alignment="center"
margin="b-5"
>
<b-h level="2">
Featured Programs
</b-h>
<b-div>Explore our diverse range of courses and find the perfect one for you.</b-div>
</Background>
<Row
columns="1 md-2 lg-3"
gutter="y-3"
>
<Col>
<Card
relative-height="100"
background-color="transparent"
>
<Background
background-color="blue-600"
pattern-src="/hero-patterns/jigsaw.svg"
rounded="top"
class="un-h-36"
>
<CardHeader>
<Badge
color="primary"
rounded="pill"
>
Trending
</Badge>
<b-div
margin="b-3"
position="absolute"
bottom="0"
>
<Rating
:value="4.7"
:max="5"
margin="e-1"
/>
<b-span
font-weight="semibold"
margin="s-3"
text-color="light"
>
4.75
</b-span>
<b-span
margin="e-1"
text-color="light"
>
(1.2k+ reviews)
</b-span>
</b-div>
</CardHeader>
</Background>
<CardBody>
<CardSubTitle text-color="body-secondary">
Web Development
</CardSubTitle>
<b-div margin="b-3">
<CardTitle>
Mastering JavaScript: From Basics to Advanced
</CardTitle>
</b-div>
<Row align-items="center">
<Col>
<Avatar
circle
size="sm"
img-src="https://reqres.in/img/faces/1-image.jpg"
img-alt="Image Description"
/>
</Col>
<Col col="auto">
<List inline>
<ListItem inline>
<BIcon icon="bi:book" /> 12 lessons
</ListItem>
<ListItem inline>
<BIcon icon="bi:clock" /> 4h 10m
</ListItem>
</List>
</Col>
</Row>
</CardBody>
<CardFooter>
<Flex
justify-content="between"
align-items="center"
>
<FlexItem class="me-2">
<b-div
text-color="body-secondary"
>
<del>$129.99</del>
</b-div>
<CardTitle>$89.99</CardTitle>
</FlexItem>
<b-button color="primary">
Preview
</b-button>
</Flex>
</CardFooter>
</Card>
</Col>
<Col>
<Card
relative-height="100"
background-color="transparent"
>
<Background
background-color="purple-600"
pattern-src="/hero-patterns/architect.svg"
rounded="top"
class="un-h-36"
>
<CardHeader>
<Badge
color="primary"
rounded="pill"
>
Popular
</Badge>
<b-div
margin="b-3"
position="absolute"
bottom="0"
>
<Rating
:value="4.9"
:max="5"
margin="e-1"
/>
<b-span
font-weight="semibold"
margin="s-3"
text-color="light"
>
4.90
</b-span>
<b-span
margin="e-1"
text-color="light"
>
(2k+ reviews)
</b-span>
</b-div>
</CardHeader>
</Background>
<CardBody>
<CardSubTitle text-color="body-secondary">
Data Science
</CardSubTitle>
<b-div margin="b-3">
<CardTitle>
Data Analysis with Python: A Comprehensive Guide
</CardTitle>
</b-div>
<Row align-items="center">
<Col>
<Avatar
circle
size="sm"
img-src="https://reqres.in/img/faces/2-image.jpg"
img-alt="Image Description"
/>
</Col>
<Col col="auto">
<List inline>
<ListItem inline>
<BIcon icon="bi:book" /> 15 lessons
</ListItem>
<ListItem inline>
<BIcon icon="bi:clock" /> 5h 30m
</ListItem>
</List>
</Col>
</Row>
</CardBody>
<CardFooter>
<Flex
justify-content="between"
align-items="center"
>
<FlexItem class="me-2">
<b-div
text-color="body-secondary"
>
<del>$149.99</del>
</b-div>
<CardTitle>$109.99</CardTitle>
</FlexItem>
<b-button color="primary">
Preview
</b-button>
</Flex>
</CardFooter>
</Card>
</Col>
<Col>
<Card
relative-height="100"
background-color="transparent"
>
<Background
background-color="green-600"
pattern-src="/hero-patterns/hideout.svg"
rounded="top"
class="un-h-36"
>
<CardHeader>
<Badge
color="primary"
rounded="pill"
>
New
</Badge>
<b-div
margin="b-3"
position="absolute"
bottom="0"
>
<Rating
:value="4.8"
:max="5"
margin="e-1"
/>
<b-span
font-weight="semibold"
margin="s-3"
text-color="light"
>
4.85
</b-span>
<b-span
margin="e-1"
text-color="light"
>
(900+ reviews)
</b-span>
</b-div>
</CardHeader>
</Background>
<CardBody>
<CardSubTitle text-color="body-secondary">
Machine Learning
</CardSubTitle>
<b-div margin="b-3">
<CardTitle>
Introduction to Machine Learning with Python
</CardTitle>
</b-div>
<Row align-items="center">
<Col>
<Avatar
circle
size="sm"
img-src="https://reqres.in/img/faces/3-image.jpg"
img-alt="Image Description"
/>
</Col>
<Col col="auto">
<List inline>
<ListItem inline>
<BIcon icon="bi:book" /> 8 lessons
</ListItem>
<ListItem inline>
<BIcon icon="bi:clock" /> 2h 45m
</ListItem>
</List>
</Col>
</Row>
</CardBody>
<CardFooter>
<Flex
justify-content="between"
align-items="center"
>
<FlexItem class="me-2">
<b-div
text-color="body-secondary"
>
<del>$99.99</del>
</b-div>
<CardTitle>$69.99</CardTitle>
</FlexItem>
<b-button color="primary">
Preview
</b-button>
</Flex>
</CardFooter>
</Card>
</Col>
<Col>
<Card
relative-height="100"
background-color="transparent"
>
<Background
background-color="indigo-600"
pattern-src="/hero-patterns/piano-man.svg"
rounded="top"
class="un-h-36"
>
<CardHeader>
<Badge
color="primary"
rounded="pill"
>
Recommended
</Badge>
<b-div
margin="b-3"
position="absolute"
bottom="0"
>
<Rating
:value="4.8"
:max="5"
margin="e-1"
/>
<b-span
font-weight="semibold"
margin="s-3"
text-color="light"
>
4.88
</b-span>
<b-span
margin="e-1"
text-color="light"
>
(1.1k+ reviews)
</b-span>
</b-div>
</CardHeader>
</Background>
<CardBody>
<CardSubTitle text-color="body-secondary">
Cybersecurity
</CardSubTitle>
<b-div margin="b-3">
<CardTitle>
Cybersecurity Fundamentals: Protecting Your Digital World
</CardTitle>
</b-div>
<Row align-items="center">
<Col>
<Avatar
circle
size="sm"
img-src="https://reqres.in/img/faces/4-image.jpg"
img-alt="Image Description"
/>
</Col>
<Col col="auto">
<List inline>
<ListItem inline>
<BIcon icon="bi:book" /> 9 lessons
</ListItem>
<ListItem inline>
<BIcon icon="bi:clock" /> 3h 10m
</ListItem>
</List>
</Col>
</Row>
</CardBody>
<CardFooter>
<Flex
justify-content="between"
align-items="center"
>
<FlexItem class="me-2">
<b-div
text-color="body-secondary"
>
<del>$119.99</del>
</b-div>
<CardTitle>$79.99</CardTitle>
</FlexItem>
<b-button color="primary">
Preview
</b-button>
</Flex>
</CardFooter>
</Card>
</Col>
<Col>
<Card
relative-height="100"
background-color="transparent"
>
<Background
background-color="teal-600"
pattern-src="/hero-patterns/hexagons.svg"
rounded="top"
class="un-h-36"
>
<CardHeader>
<Badge
color="primary"
rounded="pill"
>
Bestseller
</Badge>
<b-div
margin="b-3"
position="absolute"
bottom="0"
>
<Rating
:value="4.9"
:max="5"
margin="e-1"
/>
<b-span
font-weight="semibold"
margin="s-3"
text-color="light"
>
4.95
</b-span>
<b-span
margin="e-1"
text-color="light"
>
(3k+ reviews)
</b-span>
</b-div>
</CardHeader>
</Background>
<CardBody>
<CardSubTitle text-color="body-secondary">
Cloud Computing
</CardSubTitle>
<b-div margin="b-3">
<CardTitle>
Cloud Computing Essentials: From Zero to Hero
</CardTitle>
</b-div>
<Row align-items="center">
<Col>
<Avatar
circle
size="sm"
img-src="https://reqres.in/img/faces/5-image.jpg"
img-alt="Image Description"
/>
</Col>
<Col col="auto">
<List inline>
<ListItem inline>
<BIcon icon="bi:book" /> 10 lessons
</ListItem>
<ListItem inline>
<BIcon icon="bi:clock" /> 3h 25m
</ListItem>
</List>
</Col>
</Row>
</CardBody>
<CardFooter>
<Flex
justify-content="between"
align-items="center"
>
<FlexItem class="me-2">
<b-div
text-color="body-secondary"
>
<del>$134.99</del>
</b-div>
<CardTitle>$99.99</CardTitle>
</FlexItem>
<b-button color="primary">
Preview
</b-button>
</Flex>
</CardFooter>
</Card>
</Col>
<Col>
<Card
relative-height="100"
background-color="transparent"
>
<Background
background-color="blue-600"
pattern-src="/hero-patterns/temple.svg"
rounded="top"
class="un-h-36"
>
<CardHeader>
<Badge
color="primary"
rounded="pill"
>
Bestseller
</Badge>
<b-div
margin="b-3"
position="absolute"
bottom="0"
>
<Rating
:value="4.9"
:max="5"
margin="e-1"
/>
<b-span
font-weight="semibold"
margin="s-3"
text-color="light"
>
4.93
</b-span>
<b-span
margin="e-1"
text-color="light"
>
(2.5k+ reviews)
</b-span>
</b-div>
</CardHeader>
</Background>
<CardBody>
<CardSubTitle text-color="body-secondary">
Artificial Intelligence
</CardSubTitle>
<b-div margin="b-3">
<CardTitle>
AI for Everyone: Understanding Artificial Intelligence
</CardTitle>
</b-div>
<Row align-items="center">
<Col>
<Avatar
circle
size="sm"
img-src="https://reqres.in/img/faces/6-image.jpg"
img-alt="Image Description"
/>
</Col>
<Col col="auto">
<List inline>
<ListItem inline>
<BIcon icon="bi:book" /> 11 lessons
</ListItem>
<ListItem inline>
<BIcon icon="bi:clock" /> 4h 50m
</ListItem>
</List>
</Col>
</Row>
</CardBody>
<CardFooter>
<Flex
justify-content="between"
align-items="center"
>
<FlexItem class="me-2">
<b-div
text-color="body-secondary"
>
<del>$129.99</del>
</b-div>
<CardTitle>$89.99</CardTitle>
</FlexItem>
<b-button color="primary">
Preview
</b-button>
</Flex>
</CardFooter>
</Card>
</Col>
</Row>
<HeroRow
text-alignment="center"
position="relative"
>
<Anchor
type="button"
color="link"
stretched
>
See all courses
</Anchor>
</HeroRow>
</template>
Header, Cards (top-image, hover-translate, stretched)
Explore More Projects
<template>
<HeroRow
text-alignment="center"
margin="b-3"
>
<b-h level="2">
Explore More Projects
</b-h>
</HeroRow>
<Row columns="1 md-2">
<Col>
<Card
text-alignment="center"
class="hover:-un-translate-y-0.5"
>
<CardImgTop
src="/unsplash/image/480x220/unseen-studio-s9CC2SKySJM-unsplash.jpg"
alt="Image Description"
/>
<CardBody>
<CardTitle>Project Alpha</CardTitle>
<CardText text-color="secondary">
Design, Marketing
</CardText>
<CardLink
to="/"
icon="bi:chevron-right"
icon-end
stretched
>
Learn more
</CardLink>
</CardBody>
</Card>
</Col>
<Col>
<Card
text-alignment="center"
class="hover:-un-translate-y-0.5"
>
<CardImgTop src="/unsplash/image/480x220/redd-f-5U_28ojjgms-unsplash.jpg" />
<CardBody>
<CardTitle>Project Beta</CardTitle>
<CardText text-color="secondary">
Development, Strategy
</CardText>
<CardLink
to="/"
icon="bi:chevron-right"
icon-end
stretched
>
Learn more
</CardLink>
</CardBody>
</Card>
</Col>
</Row>
</template>
Header, IconBlocks
Our Services
Making design simple and performance efficient
Enhanced Creativity
We transform your initial ideas into stunning visual representations.
Budget Optimization
We organize and streamline your budget for maximum efficiency.
Interactive Dashboards
Our dashboards provide clear insights and visualizations.
Centralized Control
Manage all your operations from a single, unified platform.
Automated Reports
Receive regular updates and reports directly to your inbox.
Predictive Analysis
Use data-driven insights to forecast future trends and outcomes.
<template>
<HeroRow
size="md-8"
text-alignment="center"
margin="y-3"
>
<b-p><b>Our Services</b></b-p>
<b-p headings="2">
Making design simple and performance efficient
</b-p>
</HeroRow>
<Row
gutter="y-3"
columns="1 md-3"
>
<Col
padding="3"
>
<BIcon
icon="bi:x-diamond-fill"
text-color="primary"
class="h2"
/>
<b-h level="4">
Enhanced Creativity
</b-h>
<b-p text-color="secondary">
We transform your initial ideas into stunning visual representations.
</b-p>
</Col>
<Col
padding="3"
>
<BIcon
icon="bi:currency-dollar"
text-color="primary"
class="h2"
/>
<b-h level="4">
Budget Optimization
</b-h>
<b-p text-color="secondary">
We organize and streamline your budget for maximum efficiency.
</b-p>
</Col>
<Col
padding="3"
>
<BIcon
icon="bi:pie-chart-fill"
text-color="primary"
class="h2"
/>
<b-h level="4">
Interactive Dashboards
</b-h>
<b-p text-color="secondary">
Our dashboards provide clear insights and visualizations.
</b-p>
</Col>
<Col
padding="3"
>
<BIcon
icon="bi:circle-square"
text-color="primary"
class="h2"
/>
<b-h level="4">
Centralized Control
</b-h>
<b-p text-color="secondary">
Manage all your operations from a single, unified platform.
</b-p>
</Col>
<Col
col="md-4"
padding="3"
>
<BIcon
icon="bi:envelope-paper"
text-color="primary"
class="h2"
/>
<b-h level="4">
Automated Reports
</b-h>
<b-p text-color="secondary">
Receive regular updates and reports directly to your inbox.
</b-p>
</Col>
<Col
padding="3"
>
<BIcon
icon="bi:calculator-fill"
text-color="primary"
class="h2"
/>
<b-h level="4">
Predictive Analysis
</b-h>
<b-p text-color="secondary">
Use data-driven insights to forecast future trends and outcomes.
</b-p>
</Col>
</Row>
</template>
Cards, IconBox
Explore Our UI Kit
200+
Components
300+
Layouts
150+
Templates
This UI kit provides all the tools you need to create a seamless and modern user experience for your projects.
Responsive Grid
1200pxCustom Fonts
Open SansIcon Library
Bootstrap IconsCustomizable Settings
Flexible Options<template>
<HeroRow
text-alignment="center"
margin="y-3"
>
<b-p headings="3">
<b>Explore Our UI Kit</b>
</b-p>
</HeroRow>
<HeroRow
text-alignment="center"
margin="b-3"
size="md-8"
>
<Row
gutter="x-4"
columns="1 md-3"
>
<Col>
<Card
text-alignment="center"
relative-height="100"
>
<CardBody>
<BIcon
icon="bi:collection"
text-color="primary"
display-headings="5"
margin="b-3"
/>
<CardTitle>200+</CardTitle>
<CardText>Components</CardText>
</CardBody>
</Card>
</Col>
<Col>
<Card
text-alignment="center"
relative-height="100"
>
<CardBody>
<BIcon
icon="bi:layout-text-window-reverse"
text-color="primary"
display-headings="5"
margin="b-3"
/>
<CardTitle>300+</CardTitle>
<CardText>Layouts</CardText>
</CardBody>
</Card>
</Col>
<Col>
<Card
text-alignment="center"
relative-height="100"
>
<CardBody>
<BIcon
icon="bi:x-diamond-fill"
text-color="primary"
display-headings="5"
margin="b-3"
/>
<CardTitle>150+</CardTitle>
<CardText>Templates</CardText>
</CardBody>
</Card>
</Col>
</Row>
</HeroRow>
<HeroRow
text-alignment="center"
size="md-8"
margin="b-3"
>
<b-p text-color="secondary">
This UI kit provides all the tools you need to create a seamless and modern user experience for your projects.
</b-p>
</HeroRow>
<HeroRow
text-alignment="center"
margin="y-3"
size="md-8"
>
<Row
columns="1 md-4"
>
<Col>
<b-div class="text-center">
<IconBox
icon="bi:grid-3x3-gap"
shadow
border-color="light"
size="h4"
margin="b-3"
/>
<b-h level="6">
Responsive Grid
</b-h>
<small>1200px</small>
</b-div>
</Col>
<Col>
<b-div class="text-center">
<IconBox
icon="bi:calendar2-month"
shadow
border-color="light"
size="h4"
margin="b-3"
/>
<b-h level="6">
Custom Fonts
</b-h>
<small>Open Sans</small>
</b-div>
</Col>
<Col>
<b-div class="text-center">
<IconBox
icon="bi:emoji-smile"
shadow
border-color="light"
size="h4"
margin="b-3"
/>
<h6>Icon Library</h6>
<small>Bootstrap Icons</small>
</b-div>
</Col>
<Col>
<b-div class="text-center">
<IconBox
icon="bi:gear"
shadow
border-color="light"
size="h4"
margin="b-3"
/>
<b-h level="6">
Customizable Settings
</b-h>
<small>Flexible Options</small>
</b-div>
</Col>
</Row>
</HeroRow>
</template>
Header, FlexIconBlocks, Footer
Why Choose Us
Achieve More with Our Comprehensive Solution
Utilize our well-documented resources to manage your projects efficiently.
Quickly integrate sample components and start your project with ease.
Learn how to integrate our solutions, whether you're a startup or a large enterprise.
Choose from a variety of layout options to suit your needs.
Save time and effort with our streamlined design and development tools.
Our platform offers everything you need, from corporate to educational layouts.
<template>
<HeroRow
text-alignment="center"
size="md-8"
margin="b-3"
>
<b-p><b>Why Choose Us</b></b-p>
<b-h levle="2">
Achieve More with Our Comprehensive Solution
</b-h>
</HeroRow>
<Row
margin="b-3"
gutter="y-3"
columns="1 sm-2 md-3"
>
<Col>
<Flex
align-items="center"
headings="5"
>
<BIcon
icon="bi:book"
text-color="primary"
/>
<FlexItem
grow="1"
margin="s-3"
>
Extensive Resources
</FlexItem>
</Flex>
<b-p text-color="secondary">
Utilize our well-documented resources to manage your projects efficiently.
</b-p>
</Col>
<Col>
<Flex
align-items="center"
headings="5"
>
<BIcon
icon="bi:code-slash"
text-color="primary"
/>
<FlexItem
grow="1"
margin="s-3"
>
Simplified Code Snippets
</FlexItem>
</Flex>
<b-p text-color="secondary">
Quickly integrate sample components and start your project with ease.
</b-p>
</Col>
<Col>
<Flex
align-items="center"
headings="5"
>
<BIcon
icon="bi:journal-text"
text-color="primary"
/>
<FlexItem
grow="1"
margin="s-3"
>
Detailed Documentation
</FlexItem>
</Flex>
<b-p text-color="secondary">
Learn how to integrate our solutions, whether you're a startup or a large enterprise.
</b-p>
</Col>
<Col>
<Flex
align-items="center"
headings="5"
>
<BIcon
icon="bi:grid-1x2"
text-color="primary"
/>
<FlexItem
grow="1"
margin="s-3"
>
Versatile Layouts
</FlexItem>
</Flex>
<b-p text-color="secondary">
Choose from a variety of layout options to suit your needs.
</b-p>
</Col>
<Col>
<Flex
align-items="center"
headings="5"
>
<BIcon
icon="bi:speedometer2"
text-color="primary"
/>
<FlexItem
glow="1"
margin="s-3"
>
Accelerate Development
</FlexItem>
</Flex>
<b-p text-color="secondary">
Save time and effort with our streamlined design and development tools.
</b-p>
</Col>
<Col>
<Flex
align-items="center"
headings="5"
>
<BIcon
icon="bi:briefcase"
text-color="primary"
/>
<FlexItem
grow="1"
margin="s-3"
>
Complete Startup Solution
</FlexItem>
</Flex>
<b-p text-color="secondary">
Our platform offers everything you need, from corporate to educational layouts.
</b-p>
</Col>
</Row>
<HeroRow
text-alignment="center"
margin="b-3"
>
<b-button
color="primary"
>
Get Started Today
</b-button>
<b-button
color="link"
>
Contact Us
</b-button>
<b-div>
<small>Start your free trial. * No credit card required.</small>
</b-div>
</HeroRow>
</template>
Header, FlexIconBlocks
Our Advantages
Unlock Your Potential with Our Expertise
Talented Team
Our team consists of highly skilled professionals dedicated to delivering exceptional results.
Proven Success
We have a track record of helping clients achieve significant growth and success.
Innovative Solutions
We provide creative and innovative solutions tailored to your unique needs.
Reliable Service
Our services are reliable and trusted by numerous clients worldwide.
Efficient Processes
Our streamlined processes ensure timely and efficient project completion.
Outstanding Quality
We are committed to delivering the highest quality in all our projects.
<template>
<HeroRow
size="md-8"
margin="y-3"
text-alignment="center"
>
<b-p><b>Our Advantages</b></b-p>
<b-h levle="2">
Unlock Your Potential with Our Expertise
</b-h>
</HeroRow>
<Row
gutter="y-3"
columns="1 md-2"
>
<Col>
<Flex>
<FlexItem display-headings="4">
<BIcon
icon="bi:people-fill"
text-color="primary"
display-headings="5"
/>
</FlexItem>
<FlexItem
grow="1"
margin="s-3"
>
<b-h level="4">
Talented Team
</b-h>
<b-p text-color="secondary">
Our team consists of highly skilled professionals dedicated to delivering exceptional results.
</b-p>
</FlexItem>
</Flex>
</Col>
<Col>
<Flex>
<FlexItem display-headings="4">
<BIcon
icon="bi:file-bar-graph-fill"
text-color="primary"
/>
</FlexItem>
<FlexItem
grow="1"
margin="s-3"
>
<b-h level="4">
Proven Success
</b-h>
<b-p text-color="secondary">
We have a track record of helping clients achieve significant growth and success.
</b-p>
</FlexItem>
</Flex>
</Col>
<Col>
<Flex>
<FlexItem display-headings="5">
<BIcon
icon="bi:lightbulb-fill"
text-color="primary"
/>
</FlexItem>
<FlexItem
grow="1"
margin="s-3"
>
<b-h level="4">
Innovative Solutions
</b-h>
<b-p text-color="secondary">
We provide creative and innovative solutions tailored to your unique needs.
</b-p>
</FlexItem>
</Flex>
</Col>
<Col>
<Flex>
<FlexItem display-headings="5">
<BIcon
icon="bi:shield-fill-check"
text-color="primary"
/>
</FlexItem>
<FlexItem
grow="1"
margin="s-3"
>
<b-h level="4">
Reliable Service
</b-h>
<b-p text-color="secondary">
Our services are reliable and trusted by numerous clients worldwide.
</b-p>
</FlexItem>
</Flex>
</Col>
<Col>
<Flex>
<FlexItem display-headings="5">
<BIcon
icon="bi:gear-fill"
text-color="primary"
/>
</FlexItem>
<FlexItem
grow="1"
margin="s-3"
>
<b-h level="4">
Efficient Processes
</b-h>
<b-p text-color="secondary">
Our streamlined processes ensure timely and efficient project completion.
</b-p>
</FlexItem>
</Flex>
</Col>
<Col>
<Flex>
<FlexItem display-headings="5">
<BIcon
icon="bi:star-fill"
text-color="primary"
/>
</FlexItem>
<FlexItem
grow="1"
margin="s-3"
>
<b-h level="4">
Outstanding Quality
</b-h>
<b-p text-color="secondary">
We are committed to delivering the highest quality in all our projects.
</b-p>
</FlexItem>
</Flex>
</Col>
</Row>
</template>
Header, FlexIconBlocks
Our Advantages
Unlock Your Potential with Our Expertise
Agile and Efficient
Small, dynamic teams work with more agility, communication, and freedom than large-scale companies.
Driven by Ambition
We love people who aim for greatness. They inspire and excite their teammates, raising the bar for all of us.
Autonomy and Ownership
We're a team of self-starters who take serious pride in our work – and it shows.
Supportive Culture
When we empower others to succeed, we all win. (And we're not talking about participation trophies.)
Collaborative Teamwork
We work together to bring our passions and expertise to make our projects the best they can be.
Teamwork makes the dream work
We work together to bring our passions and expertise to make Teachable the best it can be.
<template>
<HeroRow
size="md-8"
margin="y-5"
text-alignment="center"
>
<b-p><b>Our Advantages</b></b-p>
<b-p headings="4">
Unlock Your Potential with Our Expertise
</b-p>
</HeroRow>
<Row
gutter="x-3 y-3"
columns="1 sm-2 md-3"
>
<Col>
<Flex>
<FlexItem>
<b-icon
icon="bi:dash"
headings="4"
/>
</FlexItem>
<FlexItem
grow="1"
margin="s-2"
>
<b-h level="4">
Agile and Efficient
</b-h>
<b-p>Small, dynamic teams work with more agility, communication, and freedom than large-scale companies.</b-p>
</FlexItem>
</Flex>
</Col>
<Col>
<Flex>
<FlexItem>
<b-icon
icon="bi:dash"
headings="4"
/>
</FlexItem>
<FlexItem
grow="1"
margin="s-2"
>
<b-h level="4">
Driven by Ambition
</b-h>
<b-p>We love people who aim for greatness. They inspire and excite their teammates, raising the bar for all of us.</b-p>
</FlexItem>
</Flex>
</Col>
<Col>
<Flex>
<FlexItem>
<b-icon
icon="bi:dash"
headings="4"
/>
</FlexItem>
<FlexItem
grow="1"
margin="s-2"
>
<b-h level="4">
Autonomy and Ownership
</b-h>
<b-p>We're a team of self-starters who take serious pride in our work – and it shows.</b-p>
</FlexItem>
</Flex>
</Col>
<Col>
<Flex>
<FlexItem>
<b-icon
icon="bi:dash"
headings="4"
/>
</FlexItem>
<FlexItem
grow="1"
margin="s-2"
>
<b-h level="4">
Supportive Culture
</b-h>
<b-p>When we empower others to succeed, we all win. (And we're not talking about participation trophies.)</b-p>
</FlexItem>
</Flex>
</Col>
<Col>
<Flex>
<FlexItem>
<b-icon
icon="bi:dash"
headings="4"
/>
</FlexItem>
<FlexItem
grow="1"
margin="s-2"
>
<b-h level="4">
Collaborative Teamwork
</b-h>
<b-p>We work together to bring our passions and expertise to make our projects the best they can be.</b-p>
</FlexItem>
</Flex>
</Col>
<Col>
<Flex>
<FlexItem>
<b-icon
icon="bi:dash"
headings="4"
/>
</FlexItem>
<FlexItem
grow="1"
margin="s-2"
>
<b-h level="4">
Teamwork makes the dream work
</b-h>
<b-p>We work together to bring our passions and expertise to make Teachable the best it can be.</b-p>
</FlexItem>
</Flex>
</Col>
</Row>
</template>
Header, Blocks
Our Services
Tailored solutions for modern businesses
Creative Designs
Bring your vision to life with our innovative design solutions.
Comprehensive Documentation
Access detailed guides and resources to help you get started quickly.
Boost Your Growth
Empower your business with our tools and expertise to achieve new heights.
<template>
<HeroRow
size="md-8"
margin="y-5"
text-alignment="center"
>
<b-p><b>Our Services</b></b-p>
<b-p headings="4">
Tailored solutions for modern businesses
</b-p>
</HeroRow>
<Row columns="1 md-3">
<Col>
<b-div text-alignment="center">
<BIcon
icon="bi:palette-fill"
text-color="primary"
display-headings="5"
margin="b-3"
/>
<b-p
headings="3"
margin="b-3"
>
Creative Designs
</b-p>
<b-p text-color="secondary">
Bring your vision to life with our innovative design solutions.
</b-p>
</b-div>
</Col>
<Col>
<b-div text-alignment="center">
<BIcon
icon="bi:book-half"
text-color="primary"
display-headings="5"
margin="b-3"
/>
<b-p
headings="3"
margin="b-3"
>
Comprehensive Documentation
</b-p>
<b-p text-color="secondary">
Access detailed guides and resources to help you get started quickly.
</b-p>
</b-div>
</Col>
<Col>
<b-div text-alignment="center">
<BIcon
icon="bi:lightning-charge-fill"
text-color="primary"
display-headings="5"
margin="b-3"
/>
<b-p
headings="3"
margin="b-3"
>
Boost Your Growth
</b-p>
<b-p text-color="secondary">
Empower your business with our tools and expertise to achieve new heights.
</b-p>
</b-div>
</Col>
</Row>
</template>
FlexIconBlocks
Secure checkout
Guaranteed safe checkout30 Days return
We offer you a full refund within 30 days of purchase.Free shipping
Automatically receive free standard shipping on every order.<template>
<Row gutter="x-3" columns="1 md-3">
<Col>
<Flex>
<FlexItem>
<BIcon
icon="bi:file-earmark-lock"
text-color="primary"
display-headings="5"
/>
</FlexItem>
<FlexItem
grow="1"
margin="s-3"
>
<b-h level="6">
Secure checkout
</b-h>
<small>Guaranteed safe checkout</small>
</FlexItem>
</Flex>
</Col>
<Col>
<Flex>
<FlexItem>
<BIcon
icon="bi:box"
text-color="primary"
display-headings="5"
/>
</FlexItem>
<FlexItem
grow="1"
margin="s-3"
>
<b-h level="6">
30 Days return
</b-h>
<small>We offer you a full refund within 30 days of purchase.</small>
</FlexItem>
</Flex>
</Col>
<Col>
<Flex>
<FlexItem>
<BIcon
icon="bi:truck"
text-color="primary"
display-headings="5"
/>
</FlexItem>
<FlexItem
grow="1"
margin="s-3"
>
<b-h level="6">
Free shipping
</b-h>
<small>Automatically receive free standard shipping on every order.</small>
</FlexItem>
</Flex>
</Col>
</Row>
</template>
Cards (header-background-color, icon-box)
Project Management
Streamline your tasks and boost productivity with our tools
Task Tracker
Monitor progress and stay on top of your projects with ease
Team Collaboration
Enhance communication and collaboration within your team
<template>
<Row columns="1 md-3">
<Col>
<Card
relative-height="100"
class="hover:-un-translate-y-0.5"
>
<Background
background-color="info"
rounded="top"
>
<CardHeader>
<b-div text-alignment="center">
<IconBox
icon="bi:graph-up"
color="light"
size="lg"
margin="3"
/>
</b-div>
</CardHeader>
</Background>
<CardBody>
<CardTitle>
Project Management
<b-icon
icon="bi:check-circle-fill"
text-color="primary"
/>
</CardTitle>
<CardText text-color="secondary">
Streamline your tasks and boost productivity with our tools
</CardText>
</CardBody>
</Card>
</Col>
<Col>
<Card
relative-height="100"
class="hover:-un-translate-y-0.5"
>
<Background
background-color="success"
rounded="top"
>
<CardHeader>
<b-div text-alignment="center">
<IconBox
icon="bi:bar-chart-line"
color="light"
size="lg"
margin="3"
/>
</b-div>
</CardHeader>
</Background>
<CardBody>
<b-div
display="flex"
align-items="center"
class="mb-2"
>
<CardTitle>
Task Tracker
<b-icon
icon="bi:check-circle-fill"
text-color="primary"
/>
</CardTitle>
</b-div>
<CardText text-color="secondary">
Monitor progress and stay on top of your projects with ease
</CardText>
</CardBody>
</Card>
</Col>
<Col>
<Card
relative-height="100"
class="hover:-un-translate-y-0.5"
>
<Background
background-color="warning"
rounded="top"
>
<CardHeader>
<b-div text-alignment="center">
<IconBox
icon="bi:calendar2-month"
color="light"
size="lg"
margin="3"
/>
</b-div>
</CardHeader>
</Background>
<CardBody>
<CardTitle>
Team Collaboration <b-icon
icon="bi:check-circle-fill"
text-color="primary"
/>
</CardTitle>
<CardText text-color="secondary">
Enhance communication and collaboration within your team
</CardText>
</CardBody>
</Card>
</Col>
</Row>
</template>
Row, Col
How long does it take to ship the product?
Orders are usually shipped within 3-5 business days. Delivery times vary by location and typically range from 2 to 7 days after shipping.
Can I return the product if I'm not satisfied?
Yes, returns and exchanges are accepted within 30 days of receiving the product,as long as it is unused and in its original condition.
How do I delete my account?
If you wish to delete your account, you can do so from the "Account Settings" page after logging in or by contacting our support team for assistance.
What benefits do members receive?
Members enjoy exclusive sales, early access to new products, and reward points. Membership is free, so feel free to sign up and start enjoying the benefits!
<template>
<HeroRow
size="md-10"
padding="y-3"
>
<Row
columns="2"
gutter="3"
>
<Col>
<b-h level="4">
How long does it take to ship the product?
</b-h>
<b-p>Orders are usually shipped within 3-5 business days. Delivery times vary by location and typically range from 2 to 7 days after shipping.</b-p>
</Col>
<Col>
<b-h level="4">
Can I return the product if I'm not satisfied?
</b-h>
<b-p>Yes, returns and exchanges are accepted within 30 days of receiving the product,as long as it is unused and in its original condition.</b-p>
</Col>
<Col>
<b-h level="4">
How do I delete my account?
</b-h>
<b-p>If you wish to delete your account, you can do so from the "Account Settings" page after logging in or by contacting our support team for assistance.</b-p>
</Col>
<Col>
<b-h level="4">
What benefits do members receive?
</b-h>
<b-p>Members enjoy exclusive sales, early access to new products, and reward points. Membership is free, so feel free to sign up and start enjoying the benefits!</b-p>
</Col>
</Row>
</HeroRow>
</template>