Merge version_4_1777417752776 into main #6

Merged
bender merged 1 commits from version_4_1777417752776 into main 2026-04-28 23:09:27 +00:00

View File

@@ -7,7 +7,6 @@ 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 FooterSimple from '@/components/sections/footer/FooterSimple';
export default function HomePage() {
return (
@@ -179,17 +178,6 @@ export default function HomePage() {
/>
</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>
</>
);
}