Merge version_1_1777417069615 into main #3
@@ -7,7 +7,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards';
|
||||
import ProductMediaCards from '@/components/sections/product/ProductMediaCards';
|
||||
import TestimonialMetricsCards from '@/components/sections/testimonial/TestimonialMetricsCards';
|
||||
import { Award, Users, Utensils, Wine } from "lucide-react";
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -178,6 +178,18 @@ export default function HomePage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cafe-sibiu-romania_1268-20583.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
brand="Coronado Italian"
|
||||
columns={[
|
||||
{ title: "Visit Us", items: [{ label: "123 Orange Ave, Coronado, CA", href: "#" }] },
|
||||
{ title: "Hours", items: [{ label: "Mon-Sun: 5pm-10pm", href: "#" }] }
|
||||
]}
|
||||
copyright="© 2024 Coronado Italian. All rights reserved."
|
||||
links={[{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user