4 Commits

Author SHA1 Message Date
a1be0d7393 Merge version_2 into main
Merge version_2 into main
2026-03-12 00:21:55 +00:00
54f4c25f56 Update src/app/page.tsx 2026-03-12 00:21:51 +00:00
73bbaa8ae5 Merge version_1 into main
Merge version_1 into main
2026-03-12 00:20:51 +00:00
cf0ef6a88d Merge version_1 into main
Merge version_1 into main
2026-03-12 00:20:29 +00:00

View File

@@ -57,21 +57,6 @@ export default function LandingPage() {
/>
</div>
<div id="about" data-section="about">
<TestimonialAboutCard
tag="Our Story"
tagIcon={Heart}
title="Authentic flavors from the Mediterranean, crafted with passion right here in Grønland."
description="Est. 2015"
subdescription="Kebab Oslo - Community Favorite"
icon={ChefHat}
imageSrc="http://img.b2bpic.net/free-photo/arrangement-with-fries-stand-juice-cup_23-2148314163.jpg?_wi=2"
imageAlt="The heart of Kebab Oslo kitchen"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="menu-highlights" data-section="menu-highlights">
<FeatureCardOne
title="Our Signature Menu"
@@ -115,6 +100,21 @@ export default function LandingPage() {
/>
</div>
<div id="about" data-section="about">
<TestimonialAboutCard
tag="Our Story"
tagIcon={Heart}
title="Authentic flavors from the Mediterranean, crafted with passion right here in Grønland."
description="Est. 2015"
subdescription="Kebab Oslo - Community Favorite"
icon={ChefHat}
imageSrc="http://img.b2bpic.net/free-photo/arrangement-with-fries-stand-juice-cup_23-2148314163.jpg?_wi=2"
imageAlt="The heart of Kebab Oslo kitchen"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
testimonials={[
@@ -190,4 +190,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}