Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8627ea45eb | |||
| 0909ae3c61 |
@@ -10,7 +10,7 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
|||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -168,6 +168,14 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/house-entrance-japan-building-plants_23-2149301099.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/house-entrance-japan-building-plants_23-2149301099.jpg"
|
||||||
|
|||||||
Reference in New Issue
Block a user