Bob AI: replace the existing hero section with the [Block: Hero Bill
This commit is contained in:
@@ -173,3 +173,37 @@ h6 {
|
||||
var(--color-secondary-cta);
|
||||
box-shadow: 2.10837px 3.16256px 9.48767px color-mix(in srgb, var(--color-accent) 10%, transparent);
|
||||
}
|
||||
|
||||
.testimonials-section {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
padding: 2rem 0;
|
||||
background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 20%, transparent);
|
||||
}
|
||||
|
||||
.testimonial-card {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
border: 1px solid rgba(255, 255, 255, 0.2);
|
||||
padding: 1.5rem;
|
||||
border-radius: var(--radius);
|
||||
max-width: 350px;
|
||||
text-align: left;
|
||||
backdrop-filter: blur(10px);
|
||||
-webkit-backdrop-filter: blur(10px);
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.testimonial-card .review {
|
||||
font-style: italic;
|
||||
margin-bottom: 1rem;
|
||||
font-size: var(--text-base);
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.testimonial-card .name {
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
font-size: var(--text-sm);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user