Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-12 00:21:56 +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>
);
}
}