-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfillings.html
217 lines (206 loc) · 7.2 KB
/
fillings.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Fillings - Aarthy's Dentistry</title>
<link rel="stylesheet" href="styles.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
/>
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap"
rel="stylesheet"
/>
<style>
/* Inline Montserrat font for title only */
h1,
.page-title {
font-family: "Montserrat", sans-serif;
font-weight: 200;
}
</style>
</head>
<body>
<header>
<h1 class="page-title">Aarthy's Dentistry</h1>
<nav aria-label="Primary Navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li>
<a href="#services">Services</a>
<ul class="dropdown">
<li><a href="fillings.html">Fillings</a></li>
<li><a href="braces.html">Braces</a></li>
<li><a href="rct.html">RCT</a></li>
</ul>
</li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
</header>
<main id="about-main">
<section class="filling-hero"></section>
<h2>Dental Fillings at Aarthys Dentistry</h2>
<p>
At Aarthys Dentistry, we believe in proactive, compassionate care to
help you achieve and maintain a healthy smile. Our dental filling
services are designed to restore damaged teeth while offering a
comfortable experience for every patient.
</p>
<h2>What is a Dental Filling?</h2>
<p>
A dental filling is a procedure to repair and restore the structure of a
tooth that has been damaged by decay, wear, or minor fractures. By
filling cavities early, we prevent further decay, preserve the integrity
of the tooth, and reduce the need for more extensive treatments.
</p>
<h2>Types of Fillings We Offer</h2>
<ul>
<li>
<strong>Composite Fillings</strong>: Tooth-colored, ideal for visible
areas.
</li>
<li>
<strong>Amalgam Fillings</strong>: Strong and durable, suitable for
back teeth.
</li>
<li>
<strong>Ceramic Fillings</strong>: Made from high-quality porcelain,
stain-resistant, and aesthetically pleasing.
</li>
</ul>
<p>
Each type of filling is carefully selected to match your needs, with
guidance from our experienced team to help you choose the best option
for your smile.
</p>
<h2>Why Choose Aarthys Dentistry?</h2>
<ul>
<li>
<strong>Expert Care</strong>: Our highly trained dentists ensure
precision and comfort throughout the filling process.
</li>
<li>
<strong>State-of-the-Art Technology</strong>: We use modern equipment
to minimize discomfort and maximize effectiveness.
</li>
<li>
<strong>Personalized Treatment</strong>: Every treatment plan is
tailored to your specific needs, preferences, and lifestyle.
</li>
</ul>
<h2>The Filling Process</h2>
<ul>
<li>
<strong>Examination and Consultation</strong>: We evaluate the
affected tooth, often with x-rays, to determine the extent of the
decay or damage.
</li>
<li>
<strong>Preparation</strong>: The area is numbed for comfort, and any
decay is removed to prepare the tooth.
</li>
<li>
<strong>Filling Placement</strong>: We apply the filling material,
shaping it to restore your tooth's natural look and function.
</li>
<li>
<strong>Polishing</strong>: Finally, we polish the filling for a
smooth, natural feel.
</li>
</ul>
<h2>Post-Treatment Care</h2>
<p>
Following your filling, it’s essential to maintain good oral hygiene and
attend regular check-ups. Avoiding hard foods initially and reporting
any discomfort helps ensure the longevity of your filling.
</p>
<h2>Book Your Appointment Today!</h2>
<p id="p-bottom">
Protect your smile with a filling that blends seamlessly and strengthens
your teeth. Contact us at Aarthys Dentistry to book your appointment
today!
</p>
</main>
<footer id="contact">
<div class="footer-container">
<!-- Contact Section -->
<div class="footer-row">
<div class="footer-section contact">
<h3>Contact</h3>
<p>
Address: 1/1, R.K.R Nagar, 1st Main Rd, Poompuhar Nagar, Chennai,
Tamil Nadu 600099
</p>
<p>Phone: <a href="tel:+918939299288">+91 8939 299 288</a></p>
<p>
Email:
<a href="mailto:[email protected]"
>
</p>
</div>
<!-- Quick Links Section -->
<div class="footer-section quick-links">
<h3>Quick Links</h3>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="contact.html">Find Us</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
<!-- Timings and Social Media Section -->
<div class="footer-row">
<div class="footer-section timings">
<h3>Timings</h3>
<p>Mon - Fri: 9:00 AM - 7:00 PM</p>
<p>Sat: 10:00 AM - 5:00 PM</p>
<p>Sun: Closed</p>
</div>
<!-- Social Icons Section -->
<div class="footer-section social-icons">
<h3>Follow Us</h3>
<div class="social-icons-inner">
<a
href="https://www.facebook.com/profile.php?id=61565575555432"
target="_blank"
class="social-icon"
aria-label="Facebook"
><i class="fab fa-facebook-f"></i
></a>
<a
href="https://twitter.com"
target="_blank"
class="social-icon"
aria-label="Twitter"
><i class="fab fa-twitter"></i
></a>
<a
href="https://www.instagram.com/aarthys_dentistry/"
target="_blank"
class="social-icon"
aria-label="Instagram"
><i class="fab fa-instagram"></i
></a>
<a
href="https://linkedin.com"
target="_blank"
class="social-icon"
aria-label="LinkedIn"
><i class="fab fa-linkedin-in"></i
></a>
</div>
</div>
</div>
</div>
<p class="footer-copyright">
© 2024 Aarthy's Dentistry. All rights reserved.
</p>
</footer>
</body>
</html>