webupdatev1

This commit is contained in:
Local Server
2026-01-04 17:52:37 -06:00
parent 1919f6f8bb
commit c1da8eff42
81 changed files with 16728 additions and 475 deletions

View File

@@ -14,6 +14,7 @@
/>
<link rel="stylesheet" href="/assets/css/main.css?v=1735692100" />
<link rel="stylesheet" href="/assets/css/navbar.css?v=1767233028" />
<link rel="stylesheet" href="/assets/css/cart-wishlist.css" />
<link rel="stylesheet" href="/assets/css/shopping.css" />
<link rel="stylesheet" href="/assets/css/responsive.css" />
<style>
@@ -194,7 +195,7 @@
class="loading-spinner"
style="
border: 4px solid #f3f3f3;
border-top: 4px solid #667eea;
border-top: 4px solid #fcb1d8;
border-radius: 50%;
width: 50px;
height: 50px;
@@ -218,9 +219,9 @@
}
/* Contact card hover effects */
#contactInfoSection [style*="border: 2px solid"]:hover {
border-color: #667eea !important;
border-color: #fcb1d8 !important;
transform: translateY(-4px);
box-shadow: 0 8px 16px rgba(102, 126, 234, 0.2);
box-shadow: 0 8px 16px rgba(252, 177, 216, 0.2);
}
</style>
@@ -235,13 +236,13 @@
style="
font-size: 2rem;
font-weight: 700;
color: #2d3436;
color: #202023;
margin-bottom: 12px;
"
>
Send Us a Message
</h2>
<p style="font-size: 1rem; color: #636e72">
<p style="font-size: 1rem; color: #202023">
Fill out the form below and we'll get back to you within 24 hours
</p>
</div>
@@ -292,7 +293,7 @@
transition: all 0.3s;
font-family: 'Roboto', sans-serif;
"
onfocus="this.style.borderColor='#667eea'; this.style.outline='none';"
onfocus="this.style.borderColor='#FCB1D8'; this.style.outline='none';"
onblur="this.style.borderColor='#e1e8ed';"
/>
</div>
@@ -305,11 +306,11 @@
display: block;
font-weight: 600;
margin-bottom: 8px;
color: #2d3436;
color: #202023;
font-size: 15px;
"
>
Email Address <span style="color: #ff6b6b">*</span>
Email Address <span style="color: #fcb1d8">*</span>
</label>
<input
type="email"
@@ -326,7 +327,7 @@
transition: all 0.3s;
font-family: 'Roboto', sans-serif;
"
onfocus="this.style.borderColor='#667eea'; this.style.outline='none';"
onfocus="this.style.borderColor='#FCB1D8'; this.style.outline='none';"
onblur="this.style.borderColor='#e1e8ed';"
/>
</div>
@@ -344,12 +345,14 @@
display: block;
font-weight: 600;
margin-bottom: 8px;
color: #2d3436;
color: #202023;
font-size: 15px;
"
>
Phone Number
<span style="color: #999; font-weight: 400">(Optional)</span>
<span style="color: #202023; font-weight: 400; opacity: 0.6"
>(Optional)</span
>
</label>
<input
type="tel"
@@ -365,7 +368,7 @@
transition: all 0.3s;
font-family: 'Roboto', sans-serif;
"
onfocus="this.style.borderColor='#667eea'; this.style.outline='none';"
onfocus="this.style.borderColor='#FCB1D8'; this.style.outline='none';"
onblur="this.style.borderColor='#e1e8ed';"
/>
</div>
@@ -399,7 +402,7 @@
transition: all 0.3s;
font-family: 'Roboto', sans-serif;
"
onfocus="this.style.borderColor='#667eea'; this.style.outline='none';"
onfocus="this.style.borderColor='#FCB1D8'; this.style.outline='none';"
onblur="this.style.borderColor='#e1e8ed';"
/>
</div>
@@ -413,11 +416,11 @@
display: block;
font-weight: 600;
margin-bottom: 8px;
color: #2d3436;
color: #202023;
font-size: 15px;
"
>
Message <span style="color: #ff6b6b">*</span>
Full Name <span style="color: #fcb1d8">*</span>
</label>
<textarea
id="message"
@@ -436,7 +439,7 @@
font-family: 'Roboto', sans-serif;
line-height: 1.6;
"
onfocus="this.style.borderColor='#667eea'; this.style.outline='none';"
onfocus="this.style.borderColor='#FCB1D8'; this.style.outline='none';"
onblur="this.style.borderColor='#e1e8ed';"
></textarea>
</div>
@@ -448,8 +451,8 @@
style="
width: 100%;
padding: 16px 32px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
background: linear-gradient(135deg, #f6ccde 0%, #fcb1d8 100%);
color: #202023;
border: none;
border-radius: 8px;
font-size: 16px;
@@ -458,7 +461,7 @@
transition: all 0.3s;
font-family: 'Roboto', sans-serif;
"
onmouseover="this.style.transform='translateY(-2px)'; this.style.boxShadow='0 8px 20px rgba(102,126,234,0.4)';"
onmouseover="this.style.transform='translateY(-2px)'; this.style.boxShadow='0 8px 20px rgba(252,177,216,0.4)';"
onmouseout="this.style.transform='translateY(0)'; this.style.boxShadow='none';"
>
<i class="bi bi-send" style="margin-right: 8px"></i>