Compare commits
6 Commits
version_6_
...
version_9_
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a705f29077 | ||
| b1d7ce8eea | |||
|
|
b5ba3b55a9 | ||
| b3ef64ad12 | |||
|
|
d2e45b786d | ||
| 3ec10cf704 |
@@ -32,10 +32,10 @@ const ContactInline = () => {
|
||||
className="md:max-w-8/10 text-5xl 2xl:text-6xl leading-[1.15] font-semibold text-center text-balance"
|
||||
/>
|
||||
|
||||
<div className="flex flex-col items-center gap-1 mt-4 text-foreground text-center text-lg">
|
||||
<p><strong>Location:</strong> 880 E Franklin Rd Ste 313, Meridian, ID 83642</p>
|
||||
<div className="flex flex-col items-center gap-1 mt-4 text-foreground text-center text-2xl">
|
||||
<p><strong>Location:</strong> <a href="https://maps.google.com/?q=880+E+Franklin+Rd+Ste+313,+Meridian,+ID+83642" target="_blank" rel="noopener noreferrer" className="underline hover:text-primary-cta transition-colors">880 E Franklin Rd Ste 313, Meridian, ID 83642</a></p>
|
||||
<p><strong>Hours:</strong> 9 AM to 5 PM daily, seven days a week</p>
|
||||
<p className="text-sm italic mt-1 text-accent">* Hours may vary on holidays</p>
|
||||
<p className="text-sm italic mt-1 text-black">* Hours may vary on holidays</p>
|
||||
</div>
|
||||
|
||||
<div className="flex flex-wrap justify-center gap-3 mt-2 md:mt-3">
|
||||
|
||||
Reference in New Issue
Block a user