Update src/app/page.tsx
This commit is contained in:
@@ -22,7 +22,7 @@ export default function SiaSalonPage() {
|
||||
|
||||
const heroMediaItems = [
|
||||
{
|
||||
imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6qkyq5&_wi=1',
|
||||
imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6qkyq5',
|
||||
imageAlt: 'Luxury salon interior with elegant mirrors and lighting'
|
||||
},
|
||||
{
|
||||
@@ -274,7 +274,6 @@ export default function SiaSalonPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
className="testimonials-section"
|
||||
titleClassName="text-3xl md:text-4xl"
|
||||
descriptionClassName="text-base md:text-lg"
|
||||
/>
|
||||
</div>
|
||||
@@ -290,7 +289,6 @@ export default function SiaSalonPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
className="metrics-section"
|
||||
titleClassName="text-3xl md:text-4xl"
|
||||
descriptionClassName="text-base md:text-lg"
|
||||
/>
|
||||
</div>
|
||||
@@ -312,7 +310,7 @@ export default function SiaSalonPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6qkyq5&_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6qkyq5"
|
||||
imageAlt="Sia Salon luxury interior"
|
||||
columns={footerColumns}
|
||||
logoText="Sia Salon"
|
||||
|
||||
Reference in New Issue
Block a user