Update src/app/page.tsx

This commit is contained in:
2026-05-08 21:27:57 +00:00
parent 02231fa831
commit 30aa8644b9

View File

@@ -6,8 +6,8 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
@@ -48,23 +48,16 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroCarouselLogo
<HeroLogo
logoText="Rosmara"
description="Authentic Italian dining in the heart of Asker. Homemade cuisine, warm hospitality, and unforgettable experiences."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DSSh0AGjyFCU3wWR7WHu4MVPop/uploaded-1778275662105-mcs1r0j0.jpg"
buttons={[
{
text: "Book Your Experience", href: "#contact"},
{
text: "Explore Menu", href: "#menu"},
]}
slides={[
{
imageSrc: "https://www.facebook.com/images/fb_icon_325x325.png", imageAlt: "Authentic Italian atmosphere"},
{
imageSrc: "https://scontent.fosl3-2.fna.fbcdn.net/v/t39.30808-6/454522858_10224446419734994_5352329910375936357_n.jpg?_nc_cat=109&ccb=1-7&_nc_sid=127cfc&_nc_ohc=2Xv7Vj4dDskQ7kNvgFv0_1y&_nc_zt=23&_nc_ht=scontent.fosl3-2.fna.fbcdn.net&_nc_gid=A6p6fUq97S4K2cI7Z_L6q_z&oh=00_AYBvGvP7mG895kK9Y2B_Z-n3yGqZkZt9G9Y-l8S5U-yQeQ&oe=675A4E2B&_wi=1", imageAlt: "Italian dining experience"},
{
imageSrc: "https://scontent.fosl3-2.fna.fbcdn.net/v/t39.30808-6/447604179_10224169528692873_3735105973715104245_n.jpg?_nc_cat=103&ccb=1-7&_nc_sid=127cfc&_nc_ohc=w6B8z4L4j1gQ7kNvgEaG3-n&_nc_zt=23&_nc_ht=scontent.fosl3-2.fna.fbcdn.net&_nc_gid=A6p6fUq97S4K2cI7Z_L6q_z&oh=00_AYBvGvP7mG895kK9Y2B_Z-n3yGqZkZt9G9Y-l8S5U-yQeQ&oe=675A4E2B&_wi=1", imageAlt: "Authentic Italian food"},
]}
/>
</div>
@@ -179,41 +172,13 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
<FooterLogoReveal
logoText="Rosmara"
columns={[
{
title: "Quick Links", items: [
{
label: "About", href: "#about"},
{
label: "Menu", href: "#menu"},
{
label: "Reviews", href: "#reviews"},
],
},
{
title: "Hours", items: [
{
label: "Mon-Thu: 11:00-22:00", href: "#"},
{
label: "Fri-Sat: 11:00-23:00", href: "#"},
{
label: "Sun: 12:00-21:00", href: "#"},
],
},
{
title: "Contact", items: [
{
label: "Asker, Norway", href: "#"},
{
label: "reservations@rosmara.no", href: "mailto:reservations@rosmara.no"},
{
label: "+47 000 00 000", href: "tel:+4700000000"},
],
},
]}
copyrightText="© 2026 Rosmara — Crafted for unforgettable dining experiences."
leftLink={{
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service", href: "#"}}
className="bg-black text-white"
/>
</div>
</ReactLenis>