Compare commits
5 Commits
version_13
...
version_14
| Author | SHA1 | Date | |
|---|---|---|---|
| e6bfa1f3a3 | |||
| 4ca4916952 | |||
| 0427491cdf | |||
| 9f6b962a12 | |||
| aeca7cc971 |
@@ -35,13 +35,6 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<div className="absolute top-6 left-6 z-10">
|
||||
<img
|
||||
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUzJAIJxnBYwFIBspQ1lc7bdVs/uploaded-1772663039208-htbwevc6.jpg?_wi=80"
|
||||
alt="Cornerstone Auto logo"
|
||||
className="w-16 h-16 rounded-lg object-cover shadow-lg"
|
||||
/>
|
||||
</div>
|
||||
<HeroOverlay
|
||||
title="Expert Auto Repair You Can Trust"
|
||||
description="Family-owned and operated. We keep your vehicles running smoothly with honest, professional service."
|
||||
@@ -54,7 +47,16 @@ export default function LandingPage() {
|
||||
buttons={[
|
||||
{ text: "Call 605-642-8666", href: "tel:605-642-8666" },
|
||||
]}
|
||||
containerClassName="relative"
|
||||
mediaWrapperClassName="absolute inset-0 flex items-start justify-start pt-20 pl-10"
|
||||
/>
|
||||
<div className="absolute top-20 left-10 z-10 pointer-events-none">
|
||||
<img
|
||||
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUzJAIJxnBYwFIBspQ1lc7bdVs/uploaded-1772688643948-6cs3fp7b.jpg"
|
||||
alt="Cornerstone Auto Logo"
|
||||
className="w-24 h-24 object-contain drop-shadow-lg"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
|
||||
Reference in New Issue
Block a user