Update src/app/page.tsx
This commit is contained in:
@@ -10,7 +10,7 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { BookOpen, Coffee, Users } from "lucide-react";
|
||||
import { BookOpen, Coffee, Users, Clock } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -168,6 +168,14 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hours" data-section="hours" className="bg-accent text-center py-10">
|
||||
<div className="flex flex-col items-center gap-2">
|
||||
<Clock className="w-8 h-8" />
|
||||
<h3 className="text-xl font-bold">Business Hours</h3>
|
||||
<p className="text-lg">Mon-Sat: 9:30AM - 6PM | Sun: Closed</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/house-entrance-japan-building-plants_23-2149301099.jpg"
|
||||
|
||||
Reference in New Issue
Block a user