Update src/app/page.tsx
This commit is contained in:
@@ -10,7 +10,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import { Award, Sparkles, Heart, CheckCircle, Star, Handshake, Mail } from "lucide-react";
|
||||
import { Award, Sparkles, Heart, CheckCircle, Star, Handshake, Mail, MapPin, Phone, Clock } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -202,6 +202,45 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="shop-info" data-section="shop-info">
|
||||
<div className="py-20 px-6">
|
||||
<div className="max-w-4xl mx-auto">
|
||||
<div className="text-center mb-12">
|
||||
<h2 className="text-4xl font-bold mb-4">Visit Our Shop</h2>
|
||||
<p className="text-lg text-foreground/80">Find us at our premium location in Mumbai</p>
|
||||
</div>
|
||||
<div className="grid grid-cols-1 md:grid-cols-3 gap-8">
|
||||
<div className="flex flex-col items-center p-6 rounded-lg bg-card">
|
||||
<MapPin className="w-8 h-8 mb-4 text-primary-cta" />
|
||||
<h3 className="text-xl font-semibold mb-2">Address</h3>
|
||||
<p className="text-center text-foreground/80">
|
||||
Shop no. 7, Vimal Sadan Chawl<br />
|
||||
Apna Bazar Rd, Opp. Phulora Hsg. Soc<br />
|
||||
IIT Maine Gate, Tirandaz<br />
|
||||
Powai, Mumbai<br />
|
||||
Maharashtra 400076
|
||||
</p>
|
||||
</div>
|
||||
<div className="flex flex-col items-center p-6 rounded-lg bg-card">
|
||||
<Phone className="w-8 h-8 mb-4 text-primary-cta" />
|
||||
<h3 className="text-xl font-semibold mb-2">Phone</h3>
|
||||
<p className="text-center text-foreground/80 text-lg font-medium">
|
||||
076663 67666
|
||||
</p>
|
||||
</div>
|
||||
<div className="flex flex-col items-center p-6 rounded-lg bg-card">
|
||||
<Clock className="w-8 h-8 mb-4 text-primary-cta" />
|
||||
<h3 className="text-xl font-semibold mb-2">Hours</h3>
|
||||
<p className="text-center text-foreground/80">
|
||||
Open Daily<br />
|
||||
Closing at 9:00 PM
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Stay Connected"
|
||||
|
||||
Reference in New Issue
Block a user