Compare commits

2 Commits

Author SHA1 Message Date
05e9a17af0 Bob AI: fix build errors (attempt 1) 2026-02-24 21:37:30 +00:00
51d4dd7222 Bob AI: fix build errors (attempt 1) 2026-02-24 21:36:44 +00:00
2 changed files with 4 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Crown, Facebook, Instagram, Pinterest, Sparkles, Star, TrendingUp, Twitter } from 'lucide-react';
import { Crown, Facebook, Instagram, Sparkles, Star, TrendingUp, Twitter, Pin } from 'lucide-react';
export default function LandingPage() {
return (
@@ -249,7 +249,7 @@ export default function LandingPage() {
href: "#", ariaLabel: "Follow us on Twitter"
},
{
icon: Pinterest,
icon: Pin,
href: "#", ariaLabel: "Pin us on Pinterest"
}
]}

View File

@@ -38,6 +38,7 @@ function ShopPageContent() {
{"name":"Shop","id":"/shop"}
]}
brandName="Luxury Haven Hotel"
button={{ text: "Contact", href: "/contact" }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -69,6 +70,7 @@ function ShopPageContent() {
{"name":"Shop","id":"/shop"}
]}
brandName="Luxury Haven Hotel"
button={{ text: "Contact", href: "/contact" }}
/>
</div>
<div id="productCatalog" data-section="productCatalog">