incognitolm commited on
Commit
f4e0324
·
1 Parent(s): e50a882

contact info

Browse files
src/routes/about.tsx CHANGED
@@ -169,5 +169,11 @@ function AboutPage() {
169
  </div>
170
  </section>
171
  </div>
 
 
 
 
 
 
172
  );
173
  }
 
169
  </div>
170
  </section>
171
  </div>
172
+
173
+ <footer className="mt-auto bg-transparent py-6">
174
+ <div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 text-center text-sm text-muted-foreground">
175
+ Contact us on Instagram: <a href="https://instagram.com/safesightdriving" className="text-accent">@safesightdriving</a>
176
+ </div>
177
+ </footer>
178
  );
179
  }
src/routes/contact.tsx CHANGED
@@ -124,7 +124,7 @@ function ContactPage() {
124
  <Mail className="h-6 w-6 text-primary" />
125
  <h3 className="mt-3 font-semibold text-foreground">Email</h3>
126
  <p className="mt-1 text-sm text-muted-foreground">
127
- hello@safesight.app
128
  </p>
129
  <p className="mt-2 text-xs text-muted-foreground">
130
  We typically respond within 24 hours.
@@ -250,6 +250,12 @@ function ContactPage() {
250
  </Accordion>
251
  </div>
252
  </section>
 
 
 
 
 
 
253
  </div>
254
  );
255
  }
 
124
  <Mail className="h-6 w-6 text-primary" />
125
  <h3 className="mt-3 font-semibold text-foreground">Email</h3>
126
  <p className="mt-1 text-sm text-muted-foreground">
127
+ <a href="/contact" className="text-accent">Contact form</a>
128
  </p>
129
  <p className="mt-2 text-xs text-muted-foreground">
130
  We typically respond within 24 hours.
 
250
  </Accordion>
251
  </div>
252
  </section>
253
+
254
+ <footer className="mt-auto bg-transparent py-6">
255
+ <div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 text-center text-sm text-muted-foreground">
256
+ Contact us on Instagram: <a href="https://instagram.com/safesightdriving" className="text-accent">@safesightdriving</a>
257
+ </div>
258
+ </footer>
259
  </div>
260
  );
261
  }
src/routes/how-it-works.tsx CHANGED
@@ -160,5 +160,11 @@ function HowItWorksPage() {
160
  </div>
161
  </section>
162
  </div>
 
 
 
 
 
 
163
  );
164
  }
 
160
  </div>
161
  </section>
162
  </div>
163
+
164
+ <footer className="mt-auto bg-transparent py-6">
165
+ <div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 text-center text-sm text-muted-foreground">
166
+ Contact us on Instagram: <a href="https://instagram.com/safesightdriving" className="text-accent">@safesightdriving</a>
167
+ </div>
168
+ </footer>
169
  );
170
  }
src/routes/index.tsx CHANGED
@@ -243,5 +243,11 @@ function HomePage() {
243
  </div>
244
  </section>
245
  </div>
 
 
 
 
 
 
246
  );
247
  }
 
243
  </div>
244
  </section>
245
  </div>
246
+
247
+ <footer className="mt-auto bg-transparent py-6">
248
+ <div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 text-center text-sm text-muted-foreground">
249
+ Contact us on Instagram: <a href="https://instagram.com/safesightdriving" className="text-accent">@safesightdriving</a>
250
+ </div>
251
+ </footer>
252
  );
253
  }
src/routes/why-safesight.tsx CHANGED
@@ -216,5 +216,11 @@ function WhySafeSightPage() {
216
  </div>
217
  </section>
218
  </div>
 
 
 
 
 
 
219
  );
220
  }
 
216
  </div>
217
  </section>
218
  </div>
219
+
220
+ <footer className="mt-auto bg-transparent py-6">
221
+ <div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 text-center text-sm text-muted-foreground">
222
+ Contact us on Instagram: <a href="https://instagram.com/safesightdriving" className="text-accent">@safesightdriving</a>
223
+ </div>
224
+ </footer>
225
  );
226
  }